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 /* ================================== */
86 /* ======================== */
87 /* = Footer with sponsors = */
88 /* ======================== */
90 border-top: 0.1em solid #999;
103 text-decoration: underline;
107 /* =============== */
108 /* = Search form = */
109 /* =============== */
113 background-color: rgb(132, 191, 42);
114 -moz-border-radius: 4px;
115 -webkit-border-radius: 4px;
117 border-bottom: 0.15em solid #7B9C2D;
118 border-right: 0.15em solid #7B9C2D;
137 #search-form li.category, #search-form li.book-title {
138 padding: 0.2em 0.5em 0.2em 0.5em;
139 background-color: rgb(242, 163, 15);
140 border: 1px solid #BA8722;
141 border-right: 1px solid #555;
142 border-bottom: 1px solid #555;
143 -moz-border-radius: 3px;
144 -webkit-border-radius: 3px;
148 #search-form li.book-title {
149 background-color: #DDD;
150 border: 1px solid #999;
151 border-right: 1px solid #555;
152 border-bottom: 1px solid #555;
155 #search-form input[type=submit] {
159 /* TODO: Shouldn't be needed */
160 #book-detail #search-form {
161 padding: 0.75em 0.5em;
175 background-color: #FBEF90;
176 -moz-border-radius: 4px;
177 -webkit-border-radius: 4px;
179 border-bottom: 0.15em solid #E3D888;
180 border-right: 0.15em solid #E3D888;
183 #books #tags-list, #book-detail #tags-list {
187 #tags-list ol, #tags-list ul {
189 margin: 0.3em 0 1.2em 0;
198 #main-page #categories-list {
203 #main-page #themes-list {
222 /* ===================== */
223 /* = Latest blog posts = */
224 /* ===================== */
230 #latest-blog-posts ol {
231 padding: 0 0 0 1.5em;
233 list-style-type: square;
237 /* =============== */
238 /* = Description = */
239 /* =============== */
245 #toggle-description, #books .pagination {
248 background-color: #EEE;
250 -moz-border-radius: 4px;
251 -webkit-border-radius: 4px;
256 #toggle-description p {
277 background-color: #FFF;
278 -moz-border-radius: 3px;
279 -webkit-border-radius: 3px;
292 background: transparent url(/media/img/book.png) no-repeat 0 0;
298 /* =============== */
299 /* = Simple form = */
300 /* =============== */
301 .cuteform ol, .cuteform ul {
307 .cuteform ol li, .cuteform ul li {
316 /* ================ */
317 /* = Modal Window = */
318 /* ================ */
323 background-color: transparent;
328 #set-window div.header {
329 background-color: #FFF;
330 border-right: 0.25em solid #DDD;
332 padding: 0.5em 1em 0.5em 1em;
335 #set-window div.target {
336 background-color: #FFF;
337 border-right: 0.3em solid #DDD;
338 border-bottom: 0.3em solid #DDD;
342 .jqmOverlay { background-color: #000; }
345 #login-register-window {
349 background-color: transparent;
354 #login-register-window div.header {
355 background-color: #FFF;
356 border-right: 0.3em solid #DDD;
360 padding: 0.5em 1em 0.5em 1em;
365 #login-register-window div.target {
367 background-color: #FFF;
368 border-right: 0.3em solid #DDD;
369 border-bottom: 0.3em solid #DDD;
373 /* ======================== */
374 /* = Alphabetic book list = */
375 /* ======================== */
376 #book-a-list #book-list ol {
378 margin: 0.3em 0 1.2em 0;