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 {
315 .cuteform span.help-text {
325 /* ================ */
326 /* = Modal Window = */
327 /* ================ */
332 background-color: transparent;
337 #set-window div.header {
338 background-color: #FFF;
339 border-right: 0.25em solid #DDD;
341 padding: 0.5em 1em 0.5em 1em;
344 #set-window div.target {
345 background-color: #FFF;
346 border-right: 0.3em solid #DDD;
347 border-bottom: 0.3em solid #DDD;
351 .jqmOverlay { background-color: #000; }
354 #login-register-window {
358 background-color: transparent;
363 #login-register-window div.header {
364 background-color: #FFF;
365 border-right: 0.3em solid #DDD;
369 padding: 0.5em 1em 0.5em 1em;
374 #login-register-window div.target {
376 background-color: #FFF;
377 border-right: 0.3em solid #DDD;
378 border-bottom: 0.3em solid #DDD;
382 /* ======================== */
383 /* = Alphabetic book list = */
384 /* ======================== */
385 #book-a-list #book-list ol {
387 margin: 0.3em 0 1.2em 0;
392 background-color: #2F4110;