X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..c6956aa35ce0fe5ff17a1f8a3f4f2d51d886cd0d:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index f9ff89535..78fc0ed35 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -2,7 +2,7 @@ body { margin: 2em; font: 70% Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; - background: #FFF url(/pliki/img/bg.png) repeat-x; + background: #FFF url(/media/img/bg.png) repeat-x; color: #000; } @@ -43,6 +43,11 @@ h3 { color: #333; } +em { + font-style: normal; + background-color: #F5DC7D; +} + .clearboth { clear: both; } @@ -275,7 +280,7 @@ h3 { } .book-thumbnail { - background: transparent url(/pliki/img/book.png) no-repeat 0 0; + background: transparent url(/media/img/book.png) no-repeat 0 0; width: 3em; height: 3em; float: left; @@ -284,13 +289,13 @@ h3 { /* =============== */ /* = Simple form = */ /* =============== */ -.simple-form ol, .simple-form ul { +.cuteform ol, .cuteform ul { padding: 0; margin: 0; list-style: none; } -.simple-form ol li, .simple-form ul li { +.cuteform ol li, .cuteform ul li { margin-top: 0.5em; }