comparison booket.css @ 12:948048e40fab

Add option for displaying tag list as a tag cloud
author Guido Berhoerster <guido+booket@berhoerster.name>
date Thu, 18 Sep 2014 20:28:09 +0200
parents a1a934adff8d
children 8445c729ba97
comparison
equal deleted inserted replaced
11:ef5d75bcac5e 12:948048e40fab
37 legend { 37 legend {
38 font-size: .75em; 38 font-size: .75em;
39 font-weight: bold; 39 font-weight: bold;
40 } 40 }
41 41
42 label,
43 input[type="text"],
44 input[type="file"],
45 input[type="url"],
46 textarea {
47 display: block;
48 }
49
50 label { 42 label {
51 font-weight: bold; 43 display: block;
52 font-size: .75em;
53 } 44 }
54 45
55 kbd { 46 kbd {
56 display: inline-block; 47 display: inline-block;
57 font-family: Courier, monospace; 48 font-family: Courier, monospace;
130 display: none; 121 display: none;
131 } 122 }
132 123
133 #actions form ~ form { 124 #actions form ~ form {
134 margin: 1em 0 0 0; 125 margin: 1em 0 0 0;
126 }
127
128 #actions input[type="text"],
129 #actions input[type="file"],
130 #actions input[type="url"],
131 #actions textarea,
132 .bookmark-editor-form input[type="text"],
133 .bookmark-editor-form input[type="file"],
134 .bookmark-editor-form input[type="url"],
135 .bookmark-editor-form textarea {
136 display: block;
137 }
138
139 #actions label,
140 .bookmark-editor-form label {
141 font-weight: bold;
142 font-size: .75em;
135 } 143 }
136 144
137 form.bookmark-editor-form img.bookmark-favicon { 145 form.bookmark-editor-form img.bookmark-favicon {
138 display: block; 146 display: block;
139 padding: 1px 0; 147 padding: 1px 0;
208 #tags h3, 216 #tags h3,
209 #search h3 { 217 #search h3 {
210 display: none; 218 display: none;
211 } 219 }
212 220
221 #tags label {
222 display: block;
223 margin: .25em 0 0 0;
224 font-size: .75em;
225 }
226
227 ul.tag-cloud .tag-frequency-1 * {
228 font-size: 1em;
229 }
230
231 ul.tag-cloud .tag-frequency-2 * {
232 font-size: 1.25em;
233 }
234
235 ul.tag-cloud .tag-frequency-3 * {
236 font-size: 1.5em;
237 }
238
239 ul.tag-cloud .tag-frequency-4 * {
240 font-size: 1.75em;
241 }
242
243 ul.tag-cloud .tag-frequency-5 * {
244 font-size: 2em;
245 }
246
247 ul.tag-cloud .tag-frequency-6 * {
248 font-size: 2.25em;
249 }
250
251 ul.tag-cloud .tag-frequency-7 * {
252 font-size: 2.5em;
253 }
254
255 ul.tag-cloud .tag-frequency-8 * {
256 font-size: 2.75em;
257 }
258
259 ul.tag-cloud .tag-frequency-9 * {
260 font-size: 3em;
261 }
262
263 ul.tag-cloud .tag-frequency-10 * {
264 font-size: 3.25em;
265 }
266
213 ul.tag-input-list, 267 ul.tag-input-list,
214 ul.tag-list { 268 ul.tag-list {
215 margin: 0; 269 margin: 0;
216 padding: 0; 270 padding: 0;
217 } 271 }