X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fb20b55d2769c454ab880eaa7df053aa491193bf..e091de9b221b7817f301cd1500b01fd22a79c2f6:/wolnelektury/static/css/main_page.css diff --git a/wolnelektury/static/css/main_page.css b/wolnelektury/static/css/main_page.css index bc8e68fda..331e21041 100755 --- a/wolnelektury/static/css/main_page.css +++ b/wolnelektury/static/css/main_page.css @@ -1,8 +1,6 @@ #promo-box { - float: right; width: 32em; - margin-top: -5.1em; } #promo-box-header { padding-top: 2em; @@ -19,24 +17,28 @@ #promo-box-body { border-bottom: 2px solid #efefef; padding: 2em 2.8em; - height: 30em; background: #efefef; } -#promo-box-title { +#promo-box h3 { color: #0d777e; - height: 2.75em; + font-size: 1.1em; + height: 2.5em; /* 2.75@1.1 */ margin: 0; + font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New"; + font-weight: normal; +} +#promo-box h3:after { + content: " >"; } -#promo-box-title a { +#promo-box a { color: #0d777e; } -#promo-box-title span { - font-size: 1.1em; +#promo-box-body a { + display: block; + color: #6c6c6c; } #promo-box-body p { margin-top: 0; -} -#promo-box-content { font-size: 1.2em; line-height: 1.55em; color: #6c6c6c; @@ -89,7 +91,7 @@ } .infopages-box .social-links a { - font-family: WL-Nav; + font-family: WL-Nav, courier; font-size: 3em; color: #281d1c; margin-right: .2em;