static/styles.cssView |
---|
17 | 17 … | } |
18 | 18 … | } |
19 | 19 … | |
20 | 20 … | pre { |
21 | | - font: 12px/1.45 Consolas, "Liberation Mono", Menlo, Courier, monospace; |
| 21 … | + font: 1em Consolas, "Liberation Mono", Menlo, Courier, monospace; |
22 | 22 … | padding: .5em 1.25ex; |
23 | 23 … | border: 1px solid #ddd; |
24 | | - background: #f8f8f8; |
25 | | - border-radius: .5ex; |
| 24 … | + background: #f5f5f5; |
26 | 25 … | white-space: pre-wrap; |
27 | 26 … | } |
28 | 27 … | |
29 | 28 … | section code { |
67 | 66 … | |
68 | 67 … | .profile-icon { |
69 | 68 … | height: 1.5em; |
70 | 69 … | width: 1.5em; |
71 | | - margin: .5em .5ex 0 .5ex; |
| 70 … | + margin: .5em .5ex 0 .2ex; |
72 | 71 … | border: none; |
| 72 … | + float: left; |
73 | 73 … | } |
74 | 74 … | |
75 | 75 … | .icon-right { |
76 | 76 … | float: right; |
98 | 98 … | margin-top: 1em; |
99 | 99 … | } |
100 | 100 … | |
101 | 101 … | a:link, a:visited { |
102 | | - color: #666; |
| 102 … | + color: #333; |
103 | 103 … | text-decoration: none; |
104 | 104 … | } |
105 | 105 … | a:hover { |
106 | | - color: #333; |
| 106 … | + color: #111; |
107 | 107 … | } |
108 | 108 … | |
109 | 109 … | hr { |
110 | 110 … | border: 0; |
154 | 154 … | background: #eee linear-gradient(#eee, #ccc); |
155 | 155 … | border: 1px solid #aaa; |
156 | 156 … | border-top: 1px solid #ccc; |
157 | 157 … | border-left: 1px solid #ccc; |
158 | | -// border-radius: 5px; |
159 | 158 … | color: #444; |
160 | 159 … | display: inline-block; |
161 | 160 … | font-size: 1em; |
162 | 161 … | font-weight: bold; |
209 | 208 … | font-size: small; |
210 | 209 … | color: #666; |
211 | 210 … | padding: .3em 1ex; |
212 | 211 … | background-color: white; |
213 | | - border: 1px #ccc; |
214 | | - border-style: none solid solid none; |
215 | | - border-radius: .5ex; |
| 212 … | + border: none; |
216 | 213 … | float: right; |
217 | 214 … | margin: 0; |
218 | 215 … | max-width: 50%; |
219 | 216 … | } |
220 | 217 … | .clone-url:hover { |
221 | | - background-color: #f6f6f6; |
| 218 … | + color: #000; |
222 | 219 … | } |
223 | 220 … | |
224 | 221 … | nav { |
225 | 222 … | margin: .5em 0 1ex 0; |