3 font: 70% Verdana, Arial, Helvetica, sans-serif;
5 background: #FFF url(/media/img/bg.png) repeat-x;
15 text-decoration: none;
19 text-decoration: underline;
23 font: 1em Verdana, Arial, Helvetica, sans-serif;
27 font: normal normal bold 1.75em Arial, sans-serif;
48 background-color: #F5DC7D;
59 /* ================================== */
60 /* = Header with logo and user-info = */
61 /* ================================== */
87 /* ======================== */
88 /* = Footer with sponsors = */
89 /* ======================== */
91 border-top: 0.1em solid #999;
104 text-decoration: underline;
108 /* =============== */
109 /* = Search form = */
110 /* =============== */
114 background-color: rgb(132, 191, 42);
115 -moz-border-radius: 4px;
116 -webkit-border-radius: 4px;
118 border-bottom: 0.15em solid #7B9C2D;
119 border-right: 0.15em solid #7B9C2D;
138 #search-form li.category, #search-form li.book-title {
139 padding: 0.2em 0.5em 0.2em 0.5em;
140 background-color: rgb(242, 163, 15);
141 border: 1px solid #BA8722;
142 border-right: 1px solid #555;
143 border-bottom: 1px solid #555;
144 -moz-border-radius: 3px;
145 -webkit-border-radius: 3px;
149 #search-form li.book-title {
150 background-color: #DDD;
151 border: 1px solid #999;
152 border-right: 1px solid #555;
153 border-bottom: 1px solid #555;
156 #search-form input[type=submit] {
160 /* TODO: Shouldn't be needed */
161 #book-detail #search-form {
162 padding: 0.75em 0.5em;
169 #main-page .ac_input {
177 #main-page #tags-list {
181 #categories-list ul, #themes-list ul {
182 -moz-column-width: 12em;
183 -webkit-column-width: 12em;
190 background-color: #FBEF90;
191 -moz-border-radius: 4px;
192 -webkit-border-radius: 4px;
194 border-bottom: 0.15em solid #E3D888;
195 border-right: 0.15em solid #E3D888;
198 #tagged-object-list #tags-list, #book-detail #tags-list {
202 #book-info, #categories-list {
211 #tagged-object-list #categories-list, #book-detail #book-info {
215 #tagged-object-list #themes-list, #book-detail #themes-list {
219 #tags-list ol, #tags-list ul {
221 margin: 0.3em 0 1.2em 0;
243 background-image: url(/media/img/shelf.jpg);
244 background-repeat: no-repeat;
245 -moz-border-radius: 4px;
246 -webkit-border-radius: 4px;
248 background-color: #FFF;
251 /* ===================== */
252 /* = Latest blog posts = */
253 /* ===================== */
259 #latest-blog-posts ol {
260 padding: 0 0 0 1.5em;
262 list-style-type: square;
266 /* =============== */
267 /* = Description = */
268 /* =============== */
274 #toggle-description, #tagged-object-list .pagination {
277 background-color: #EEE;
279 -moz-border-radius: 4px;
280 -webkit-border-radius: 4px;
285 #toggle-description p {
291 /* ============================ */
292 /* = Books and fragments list = */
293 /* ============================ */
306 background-color: #FFF;
307 -moz-border-radius: 3px;
308 -webkit-border-radius: 3px;
313 border-bottom: 0.1em solid #EEE;
317 .fragment-text, .fragment-short-text {
319 background-color: #FFF;
320 -moz-border-radius: 3px;
321 -webkit-border-radius: 3px;
326 padding: 0.5em 0.5em 1.5em 0.5em;
339 background: transparent url(/media/img/book.png) no-repeat 0 0;
345 /* =============== */
346 /* = Simple form = */
347 /* =============== */
348 .cuteform ol, .cuteform ul {
354 .cuteform ol li, .cuteform ul li {
362 .cuteform span.help-text {
372 /* ================ */
373 /* = Modal Window = */
374 /* ================ */
375 .jqmOverlay { background-color: #000; }
381 background-color: transparent;
386 #set-window div.header {
387 background-color: #FFF;
388 border-right: 0.25em solid #DDD;
390 padding: 0.5em 1em 0.5em 1em;
393 #set-window div.target {
394 background-color: #FFF;
395 border-right: 0.3em solid #DDD;
396 border-bottom: 0.3em solid #DDD;
400 #login-register-window {
404 background-color: transparent;
409 #login-register-window div.header {
410 background-color: #FFF;
411 border-right: 0.3em solid #DDD;
415 padding: 0.5em 1em 0.5em 1em;
420 #login-register-window div.target {
422 background-color: #FFF;
423 border-right: 0.3em solid #DDD;
424 border-bottom: 0.3em solid #DDD;
428 #user-shelves-window {
432 background-color: transparent;
437 #user-shelves-window div.header {
438 background-color: #FFF;
439 border-right: 0.3em solid #DDD;
443 padding: 0.5em 1em 0.5em 1em;
448 #user-shelves-window div.target {
450 background-color: #FFF;
451 border-right: 0.3em solid #DDD;
452 border-bottom: 0.3em solid #DDD;
456 #user-shelves-window ul {
461 #user-shelves-window a.delete-shelf {
466 /* ======================== */
467 /* = Alphabetic book list = */
468 /* ======================== */
469 #book-a-list #book-list {
470 -moz-column-width: 24em;
471 -webkit-column-width: 24em;
475 #book-a-list #book-list ol {
477 margin: 0.3em 0 1.2em 0;
482 background-color: #2F4110;