This repository was archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·283 lines (230 loc) · 8.5 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·283 lines (230 loc) · 8.5 KB
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
272
273
274
275
276
277
278
279
280
281
282
283
/****************************************************************************************************************
THEME NAME: StartBox Child
THEME URI: http://www.example.com
DESCRIPTION: A custom theme by <a href="http://www.example.com">Your Name</a> for <a href="http://wpstartbox.com">Startbox</a>.
TAGS: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, white, light, custom-menu, editor-style, featured-images, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready
VERSION: 1.0
AUTHOR: Your Name
AUTHOR URI: http://www.wpstartbox.com
LICENSE: GNU General Public License
LICENSE URI: license.txt
TEMPLATE: startbox
****************************************************************************************************************
Default styles from StartBox are imported via wp_enque_style() in functions.php
****************************************************************************************************************
Table of Contents
****************************************************************************************************************
0. General Styling
1. Layout
2. Menu
3. Widget Areas
4. Articles
5. Comments
6. Footer
****************************************************************************************************************
0. General Styling
****************************************************************************************************************/
body {}
a, a:visited {}
a:hover, a:active, a:focus {}
h1,h2,h3,h4,h5,h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
hr {}
img, p img {}
blockquote {}
blockquote p {}
pre,code {}
strong {}
em {}
del {}
ins {}
abbr,cite {}
.more-link, .more-link:visited {}
.more-link:hover, .more-link:active {}
.post-content dl,
.post-content ul,
.post-content ol {}
.post-content dl dl,
.post-content ul ul,
.post-content ol ol {}
.post-content ul {}
.post-content ol {}
.post-centent li {}
/****************************************************************************************************************
1. Layout
****************************************************************************************************************/
.skip-to-content {}
.rtt {} /* Return to Top link */
#wrap, #footer_wrap {}
#footer_wrap {}
#header h1 {}
#logo {}
#blog-title, #blog-description {}
#container {}
#nav-above {}
#nav-above, #nav-below {}
.nav-previous {}
.nav-next {}
.page-template-pagefullwidth-php div#container,
.page-template-pagefullwidth-php div#content {}
/****************************************************************************************************************
2. Menu
****************************************************************************************************************/
/* Menu */
.nav {}
.nav ul {}
.nav li {}
/* Default Links */
.nav li a, .nav li a:visited {}
.nav li:hover a, .nav li:hover a:visited,
.nav li a:hover, .nav li a:active, .nav li a:focus,
.nav li.current-menu-item a, .nav li.current-menu-item a:visited,
.nav li.current-menu-ancestor a, .nav li.current-menu-ancestor a:visited {}
/* Active Links */
.nav li.current-menu-item a, .nav li.current-menu-item a:visited,
.nav li.current-menu-ancestor a, .nav li.current-menu-ancestor a:visited {}
/* Sub-menu */
.nav li ul,
.nav li:hover li ul {}
.nav li:hover ul,
.nav li li:hover ul {}
.nav li:hover li ul {}
/* Sub-menu Links */
.nav li li {}
.nav li li a, .nav li li a:visited,
.nav li:hover li a, .nav li:hover li a:visited {}
/* Sub-menu Active Links */
.nav li:hover li a:hover, .nav li:hover li a:active,
.nav li li.current-menu-item a, .nav li li.current-menu-item a:visited,
.nav li li.current-menu-ancestor a, .nav li li.current-menu-ancestor a:visited {}
/* Top Nav Menu Styles */
.nav-sb_before {}
.nav-sb_before ul {}
.nav-sb_before li {}
/* Top Nav Links */
.nav-sb_before li a, .nav-sb_before li a:visited {}
/* Top Nav Active Links */
.nav-sb_before li:hover a, .nav-sb_before li:hover a:visited,
.nav-sb_before li a:hover, .nav-sb_before li a:active, .nav-sb_before li a:focus,
.nav-sb_before li.current-menu-item a, .nav-sb_before li.current-menu-item a:visited,
.nav-sb_before li.current-menu-ancestor a, .nav-sb_before li.current-menu-ancestor a:visited {}
.nav-sb_before li.current-menu-item a, .nav-sb_before li.current-menu-item a:visited,
.nav-sb_before li.current-menu-ancestor a, .nav-sb_before li.current-menu-ancestor a:visited {}
/* Top Nav Sub-menu */
.nav-sb_before li ul {}
.nav-sb_before li:hover li ul {}
/* Top Nav Sub-menu Links */
.nav-sb_before li li a, .nav-sb_before li li a:visited,
.nav-sb_before li:hover li a, .nav-sb_before li:hover li a:visited {}
/* Top Nav Sub-menu Active Links */
.nav-sb_before li:hover li a:hover, .nav-sb_before li:hover li a:active,
.nav-sb_before li li.current-menu-item a, .nav-sb_before li li.current-menu-item a:visited,
.nav-sb_before li li.current-menu-ancestor a, .nav-sb_before li li.current-menu-ancestor a:visited {}
/* Footer Nav Menu Styles */
.nav-footer {}
.nav-footer ul {}
/* Footer Nav Links */
.nav-footer li a, .nav-footer li a:visited {}
/* Footer Nav Active Links */
.nav-footer li:hover a, .nav-footer li:hover a:visited,
.nav-footer li a:hover, .nav-footer li a:active, .nav-footer li a:focus,
.nav-footer li.current-menu-item a, .nav-footer li.current-menu-item a:visited,
.nav-footer li.current-menu-ancestor a, .nav-footer li.current-menu-ancestor a:visited {}
/* Footer Nav Sub-menu */
.nav-footer li ul {}
.nav-footer li:hover li ul {}
/* Footer Nav Sub-menu Links */
.nav-footer li li a, .nav-footer li li a:visited,
.nav-footer li:hover li a, .nav-footer li:hover li a:visited {}
/* Footer Nav Sub-menu Active Links */
.nav-footer li:hover li a:hover, .nav-footer li:hover li a:active,
.nav-footer li li.current-menu-item a, .nav-footer li li.current-menu-item a:visited,
.nav-footer li li.current-menu-ancestor a, .nav-footer li li.current-menu-ancestor a:visited {}
/* Nav Extras */
.nav li.search {}
.nav li.menu-item-type-search .searchtext {}
.nav li.menu-item-type-search .button {}
li.menu-item-type-social {}
li.menu-item-type-social a, li.menu-item-type-social a:visited {}
li.menu-item-type-social a span {}
/****************************************************************************************************************
3. Widget Areas
****************************************************************************************************************/
.widget-title {}
.widget {}
.widget ul {}
.widget li a, .widget li a:visited {}
.widget li a:hover, .widget li a:active {}
/****************************************************************************************************************
4. Articles
****************************************************************************************************************/
.post {}
.single .post {}
.page-title {}
.entry-title {}
.entry-title a, .entry-title a:visited {}
.entry-meta {}
.entry-photo {}
.entry-content {}
.tag-links {}
.comments-link, .comments-link:visited {}
#entry-author-info {}
.single #entry-author-info {}
#entry-author-info h2 {}
.single #entry-author-info h2 {}
#author-avatar {}
.single #author-avatar {}
/****************************************************************************************************************
5. Comments
****************************************************************************************************************/
#comments h4 {}
.h3-link, .h3-link:visited {}
#comments-list {}
.commentlist,
.commentlist .children {}
.comments {}
.commentlist li {}
.comment-wrap {}
.comment-meta {}
.avatar {}
.commentlist .fn, #commentform .fn {}
.comment-author-name, .comment-author-name:visited {}
.comment-author-name:hover, .comment-author-name:active {}
.comment-date {}
.commentlist li .comment-entry {}
.commentlist li .comment-entry p {}
.comment-arrow {}
.reply-author {}
.comment-entry blockquote {}
.comment-entry blockquote blockquote {}
.comment-entry blockquote p {}
.comment-reply-link,
.comment-edit-link {}
#trackbacks-list {}
#trackbacks-list ol {}
.commentlist .children {}
.commentlist .children li {}
.children .comment-arrow {}
.children .entry-content {}
.children .comment-meta {}
.children .comment-meta .avatar {}
.children .comment-meta .fn {}
.children .entry-content {}
.comment-footer {}
/****************************************************************************************************************
6. Footer
****************************************************************************************************************/
div#footer, #wp_footer {}
#footer_sidebar .aside {}
#sb_credit {}
#site_info {}
.copyright,
.footer_text {}
#login_content {}
#login_links {}
#login_links li {}