equal
deleted
inserted
replaced
|
1 /* -------------------------------------------------------------- |
|
2 |
|
3 Minimal styles that hold to a 21px line-height |
|
4 |
|
5 -------------------------------------------------------------- */ |
|
6 |
|
7 /* =Global Elements |
|
8 -------------------------------------------------------------- */ |
|
9 |
|
10 /* |
|
11 You'll want to import this after typography.css because |
|
12 we're going to set a couple of typographical styles here |
|
13 */ |
|
14 |
|
15 body, input, textarea { |
|
16 font: 14px Arial,sans-serif; |
|
17 line-height:21px; |
|
18 } |
|
19 p, ul, ol, dd, pre { |
|
20 margin-bottom:21px; |
|
21 } |
|
22 pre, code { |
|
23 font:13px Monaco, monospace; |
|
24 line-height:21px; |
|
25 } |
|
26 |
|
27 /* =Header |
|
28 -------------------------------------------------------------- */ |
|
29 |
|
30 #branding { |
|
31 padding:21px 0; |
|
32 } |
|
33 |
|
34 /* =Menu |
|
35 -------------------------------------------------------------- */ |
|
36 |
|
37 .skip-link { |
|
38 display:none; |
|
39 } |
|
40 #menu { |
|
41 overflow:hidden; /* clears the inner float */ |
|
42 } |
|
43 #menu ul { |
|
44 margin:0; |
|
45 list-style:none; |
|
46 } |
|
47 #menu ul ul { |
|
48 display:none; |
|
49 } |
|
50 #menu li { |
|
51 display:inline; |
|
52 } |
|
53 #menu a { |
|
54 display:block; |
|
55 float:left; |
|
56 } |
|
57 |
|
58 /* =Content |
|
59 -------------------------------------------------------------- */ |
|
60 |
|
61 #main { |
|
62 padding-top:21px; |
|
63 } |
|
64 .hentry { |
|
65 padding-bottom:21px; |
|
66 } |
|
67 .page-link { |
|
68 margin-bottom:21px; |
|
69 } |
|
70 |
|
71 /* =Images |
|
72 -------------------------------------------------------------- */ |
|
73 |
|
74 .entry-content img, |
|
75 .wp-caption { |
|
76 margin-bottom:21px; |
|
77 } |
|
78 .wp-smiley { |
|
79 max-height:14px; |
|
80 } |
|
81 |
|
82 /* =Navigation |
|
83 -------------------------------------------------------------- */ |
|
84 |
|
85 .navigation { |
|
86 margin:0px 0 21px 0; |
|
87 overflow:hidden; |
|
88 } |
|
89 .nav-previous { |
|
90 float: left; |
|
91 width:50%; |
|
92 } |
|
93 .nav-next { |
|
94 float: right; |
|
95 width:50%; |
|
96 text-align:right; |
|
97 } |
|
98 #nav-above,#nav-below { |
|
99 width: 100%; |
|
100 } |
|
101 |
|
102 /* =Comments |
|
103 -------------------------------------------------------------- */ |
|
104 |
|
105 |
|
106 /* =Asides, Sidebars & Widget-Ready Areas |
|
107 -------------------------------------------------------------- */ |
|
108 |
|
109 .aside ul { |
|
110 list-style:none; |
|
111 margin-left:0; |
|
112 } |
|
113 .aside ul ul { |
|
114 list-style:disc; |
|
115 margin:0 0 21px 1.5em; |
|
116 } |
|
117 .aside ul ul ul { |
|
118 margin-bottom:0; |
|
119 } |
|
120 .aside form, |
|
121 .aside table { |
|
122 margin-bottom:21px; |
|
123 } |