-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathblogger-toc-with-pagination_dark-blue-theme.css
167 lines (152 loc) · 4.76 KB
/
blogger-toc-with-pagination_dark-blue-theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/**
* Blogger Archive with Pagination - Blue Theme
* Visit: http://www.dte.web.id
*/
#toc-outer {
font:normal 11px/14px Arial,Sans-Serif;
color:white;
text-align:left;
margin:0px auto;
background-color:#333;
border-top:1px solid #666;
-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.7);
-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.7);
box-shadow:0px 1px 5px rgba(0,0,0,0.7);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
overflow:hidden;
}
#loadingscript {
font-weight:bold;
font-size:20px;
text-align:center;
padding:30px 0px;
height:1200px;
text-decoration:blink;
}
.itemposts {
margin:0px auto 0px;
height:auto;
overflow:hidden;
display:block;
}
.itemposts h6 {
margin:5px 5px 0px;
font:bold 12px/14px Arial,Sans-Serif;
text-transform:none;
color:white;
background-color:#068bc9;
background-image:-webkit-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-moz-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-ms-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-o-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
padding:5px 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.itemposts h6 a {
color:white;
text-decoration:none;
text-shadow:0px -1px 0px rgba(0,0,0,0.4);
}
.itemposts img {
float:left;
height:72px;
width:72px;
margin:2px 10px 2px 0px;
padding:4px;
background-color:#ccc;
background-image:-webkit-linear-gradient(#ccc, #999, #666);
background-image:-moz-linear-gradient(#ccc, #999, #666);
background-image:-ms-linear-gradient(#ccc, #999, #666);
background-image:-o-linear-gradient(#ccc, #999, #666);
background-image:linear-gradient(#ccc, #999, #666);
border:1px solid white;
border-right-color:#666;
border-bottom-color:#666;
-webkit-box-shadow:0px 0px 3px 1px black;
-moz-box-shadow:0px 0px 3px 1px black;
box-shadow:0px 0px 3px 1px black;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.itemposts .iteminside {
margin:10px;
}
.itemposts .itemfoot {
clear:both;
padding:5px 10px;
margin:0px 0px 0px;
background-image:-webkit-linear-gradient(#333, #444, #333, #222);
background-image:-moz-linear-gradient(#333, #444, #333, #222);
background-image:-ms-linear-gradient(#333, #444, #333, #222);
background-image:-o-linear-gradient(#333, #444, #333, #222);
background-image:linear-gradient(#333, #444, #333, #222);
color:#999;
font-size:90%;
overflow:hidden;
}
.itemposts .itemfoot a.itemrmore {
font-weight:bold;
color:#FED100;
float:right;
text-decoration:none;
}
.itemposts .itemfoot a.itemrmore:hover {
color:#FED100;
text-decoration:underline;
}
#itempager {
background-color:#444;
background-image:-webkit-linear-gradient(#444, #333);
background-image:-moz-linear-gradient(#444, #333);
background-image:-ms-linear-gradient(#444, #333);
background-image:-o-linear-gradient(#444, #333);
background-image:linear-gradient(#444, #333);
padding:30px 0px;
text-shadow:0px -1px 0px rgba(0,0,0,0.7);
-webkit-border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
}
#pagination, #totalposts {
color:#999;
font:bold 10px Verdana,Arial,Sans-Serif;
padding:0px;
margin-bottom:10px;
text-align:center;
}
#pagination span, #pagination a {
color:white;
display:inline;
margin:0 1px;
padding:2px 5px;
text-indent:0px;
background-color:#068bc9;
background-image:-webkit-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-moz-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-ms-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-o-linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:linear-gradient(#068bc9 0%, #3161c2 50%, #3059ab 51%);
border:1px solid #3161c2;
text-decoration:none;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#pagination span.actual,
#pagination a:hover {
background-color:#3161c2;
background-image:-webkit-linear-gradient(bottom, #068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-moz-linear-gradient(bottom, #068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-ms-linear-gradient(bottom, #068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:-o-linear-gradient(bottom, #068bc9 0%, #3161c2 50%, #3059ab 51%);
background-image:linear-gradient(to top, #068bc9 0%, #3161c2 50%, #3059ab 51%);
}
#pagination span.hidden {
display:none;
}