forked from inevernu/lighter-bones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
271 lines (188 loc) · 7.2 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
/******************************************************************
Theme Name: Lighter Bones
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="http://themble.com/docs/" title="Bones Documentation">Bones Documentation</a> page. You can also view the conversation on Twitter by following the hashtag: <a href="http://twitter.com/#!/search/%23wpbones">#wpbones</a>.
Author: Eddie Machado, Lighter version Patrick Tanguay
Author URI: http://tasteofblue.ca
Version: 1.09
Tags: html5, css3, fixed, development, bones, h5bp
License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html
All Default Styles are in library/css/normalize.css
I reccommend not editing those files and making all
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!
******************************************************************/
/******************************************************************
Temporary classes to get started, remove this section as soon as
you start styling.
******************************************************************/
body {
background-color: #f1ece2;
text-align: center;
font-family: Helvetica;
font-size: 14px;
color: #444;
}
a, a:visited {
padding: 3px 0px 0 0px;
border-bottom: 1px solid #666;
text-decoration: none;
color: #000;
}
a:hover, a:focus {
background-color: #b1e9ff;
text-decoration: none;
}
#wrap {
width: 900px;
margin: 40px auto;
text-align: left;
}
header[role=banner],
section[role=main],
#sidebar1 {
background-color: #eee8dd;
border-top: 3px solid #e9e2d5;
border-bottom: 1px solid #e9e2d5;
padding: 20px;
}
header[role=banner] {
margin-bottom: 40px;
}
section[role=main] {
float: left;
width: 560px;
}
#sidebar1 {
float: right;
width: 220px;
}
footer {
clear: both;
padding: 30px 0;
}
/******************************************************************/
body {
}
a, a:visited {
}
a:hover, a:focus {
}
a:active {} /* on click */
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }
#wrap {
}
header[role=banner] {
}
header[role=banner] h1 {
}
header[role=banner] h1 a {
}
#content {
}
section[role=main] {
}
#sidebar1 {
}
/******************************************************************
Content Blocks
******************************************************************/
.post {
}
/******************************************************************
Typography
******************************************************************/
h2 {
}
h2.page-title {
}
h2.single-title {
}
h2.archive-title {
}
p {
margin: 0 0 8px;
line-height: 150%;
}
/******************************************************************
Misc
******************************************************************/
/* highlighting search term on search page */
mark, .search-term { background: #EBE16F; }
/* alerts & notices */
.help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
.help { border-color: #E0C618; background: #EBE16F; }
.info { border-color: #92cae4; background: #d5edf8; }
.error { border-color: #fbc2c4; background: #fbe3e4; }
.success { border-color: #c6d880; background: #e6efc2; }
/******************************************************************
Text selection styles
******************************************************************/
/* Highlighted Text */
::selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* Firefox */
::-moz-selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/******************************************************************
Navigation styles
(Main Navigation)
******************************************************************/
nav[role=navigation] {
}
/******************************************************************
Comment styles
******************************************************************/
#comments { margin: 0 20px 0.75em; }/* h3 comment title */
#comments span { font-weight: 700; color: #1a90db; } /* number of comments span */
.comment-nav {}
.comment-nav ul {}
.comment-nav ul li {}
.commentlist { margin: 0 20px; }
.commentlist li { position: relative; clear: both; list-style-type: none; margin-bottom: 1.5em; padding: 0.7335em 10px; }
.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 1.1em; }
.commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
.commentlist li:not(.depth-1) { margin-right: -10px; margin-top: 0; padding-bottom: 0; }
.commentlist .odd { background: #eee; }
.commentlist .even { background: #fefefe; }
.commentlist .children { border-left: 2px solid #6ac8d3; }
.commentlist .vcard { margin-left: 55px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
.commentlist .vcard time { float: right; }
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar { position: absolute; left: 20px; padding: 2px; border: 1px solid #cecece; background: #fff; }
.commentlist li .comment_content { margin-left: 55px; }
.commentlist li .comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
.commentlist li ul { margin: 0; }
.commentlist .comment-reply-link { text-decoration: none; float: right; background: #4598bb; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
.commentlist a.comment-reply-link:hover { opacity: 1; }
/******************************************************************
Comment form styles
******************************************************************/
.respond-form { margin: 1.5em 20px; padding-bottom: 2.2em; }
#comment-form-title { margin: 0 0 1.1em; }
#cancel-comment-reply {}
#cancel-comment-reply a {}
.respond-form form[method=post] { margin: 0.75em 0; }
.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 0.7335em; }
.respond-form form[method=post] li label, .respond-form form[method=post] li small { display: none; }
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea { padding: 3px 6px; background: #efefef; border: 2px solid #cecece; line-height: 1.5em; }
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { background: #fff; }
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { max-width: 400px; min-width: 250px; }
#allowed_tags { margin: 1.5em 10px 0.7335em 0; }
.respond-form textarea { resize: none; width: 97.3%; height: 150px; }
#submit {}
/* form validation */
.respond-form input:invalid, .respond-form textarea:invalid { border-color: #fbc2c4; background: #fbe3e4; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f6e7eb; }
/* no comments */
.nocomments { margin: 0 20px 1.1em; }