X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6710783b593bef32a34550de4f6581fc2a5e6836..6797be6ce464806fdfb17b6ada71ba7b0b87b2d4:/wolnelektury/static/css/1percent.css diff --git a/wolnelektury/static/css/1percent.css b/wolnelektury/static/css/1percent.css new file mode 100644 index 000000000..825cbbde3 --- /dev/null +++ b/wolnelektury/static/css/1percent.css @@ -0,0 +1,47 @@ +body { + background: #FFF url(/static/img/bg.png) repeat-x; + color: #000; + font-size: 16px; +} + +h2 { + font-size: 21px; + color: #000; + margin-bottom: 10px; +} + +strong { + font-weight: bold; + background-color: #FEF5C7; +} + +em { + font-style: italic; +} + +#logos img { + margin: 0 0 10px 20px; +} + +#lists, #copy { + margin-top: 60px; +} + +#lists li, #lists p { + line-height: 28px; +} + +#copy p { + text-align: justify; +} + +#back { + display: block; + background-color: #EDEDED; + color: #7187A7; + width: 240px; + text-align: center; + padding: 10px; + border: 2px solid #E2E2E1; + margin: 60px auto; +} \ No newline at end of file