X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0e199a41c0f2375dbf555452bbdc46162fff8853..0ffd0b004ed18d4b39085677fb4966dc883cb4aa:/prawokultury/static/css/base.css diff --git a/prawokultury/static/css/base.css b/prawokultury/static/css/base.css index 8e64719..043d549 100644 --- a/prawokultury/static/css/base.css +++ b/prawokultury/static/css/base.css @@ -15,7 +15,35 @@ a { a:hover { text-decoration: underline; } +img { + border: 0; } + h1 { margin: 0 0 .5em 0; color: #01519a; font-size: 2em; } + +.warning { + border: 1px solid #ddd; + padding: 1em; + background: #ffd; + font-size: 1.3em; } + +.notice { + font-size: 1.3em; } + +.normal { + font-size: 1.3em; } + +.entry-wrapped .gallery-item { + float: left; + width: 300px; + text-align: center; + margin-top: 2em; } +.entry-wrapped .gallery-image { + height: 240px; + width: 300px; + display: table-cell; + vertical-align: middle; } +.entry-wrapped .gallery-image img { + margin: 0; }