-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
185 lines (153 loc) · 3.26 KB
/
style.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/*
Theme Name: themice
Description: Refined Themice layout originally made by Melibellule
Author: Ruslan Mukhametzhanov
Author URI: https://devsaider.ru/
Version: 0.3a
*/
body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
background: url("images/bg.jpg"), url("images/repeat.jpg");
background-color: #1e1815;
background-repeat: no-repeat, repeat-x;
background-position: center top;
color: #999;
}
body a {
color: #626ca8;
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
text-decoration: none;
}
.v-block {
max-width: 180px;
min-height: 212px;
width: 180px;
background: url("images/hautmenu.png"), url("images/basmenu.png"), url("images/milieumenu.png");
background-repeat: repeat-x, repeat-x, repeat-y;
background-position: top, bottom, center;
background-color: #23150f;
}
.v-block > #content {
padding-top: 35px;
padding-bottom: 35px;
padding-left: 20px;
padding-right: 20px;
}
.v-block > #content li, ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-bottom: 8px;
}
.v-block > #content li:before {
content: url('images/ballon.png');
padding-left: 5px;
padding-right: 10px;
}
.v-block > #content a {
color: #7987df;
}
.v-block > #content h2 {
padding-left: 20px;
font-size: 1.2em;
}
.v-block > #content > .reset {
margin-left: -20px;
width: 180px;
}
.v-block > #content div #widgets {
margin: 0 auto;
}
.stone-block {
border: 15px solid transparent;
-o-border-image: url("images/stoneborder2.png") 15 repeat;
-webkit-border-image: url("images/stoneborder2.png") 15 repeat;
border-image: url("images/stoneborder2.png") 15 repeat;
background-color: #191818;
}
.stone-block > #content {
font-size: 1.1em;
line-height: 130%;
}
.stone-block > #content hr {
background: url("images/separator.png") no-repeat top center;
height:15px;
border:none !important;
margin: 0 auto;
}
.stone-block > #content h2 {
font-size: 1.4em;
padding-left: 25px;
}
/* posts */
.postmetadata {
font-size: 0.8em;
color: #999;
margin-bottom: 20px;
margin-top: -10px;
}
.post_content {
font-size: 1em;
color: #999;
padding-left: 15px;
padding-right: 15px;
}
.postavatar {
float: left;
margin-right: 10px;
margin-top: -10px;
margin-left: -10px;
}
/* blog styles */
#page.blog {
width: 1050px;
margin: 0 auto 0 auto;
}
#page.blog > #maincontent {
float: left;
width: 800px;
}
#page.blog > #sidebar {
float: right;
width: 180px;
}
/* inverse */
#page.blog-inverse > #maincontent {
float: right;
}
#page.blog-inverse > #sidebar {
float: left;
}
.navigation {
text-align: center;
font-size: 1.5em;
padding: 10px 0px 10px 0px;
}
.navigation img {
width: 35px;
vertical-align: middle;
}
.navigation span#prev:before {
background: url('images/prev.png') no-repeat;
vertical-align: middle;
display: inline-block;
background-size: 35px 35px;
width: 35px;
height: 35px;
content: "";
margin-right: 10px;
}
.navigation span#next:after {
background: url('images/next.png') no-repeat;
vertical-align: middle;
display: inline-block;
background-size: 35px 35px;
width: 35px;
height: 35px;
content: "";
margin-left: 10px;
}
#pub1, #pub2, #pub3 {
text-align: center;
}