diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-02-26 20:52:09 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-02-26 20:52:09 +0000 |
commit | c8e1fdd61cda3b1d63facea4f630c4d4c0bdb92a (patch) | |
tree | 100e45ef62c72dfbb46e3c1e3b0d01562cdc1fd4 | |
parent | 3fa6409e2bbe4adf67712abc1c14f27831127c0e (diff) |
fixed gallery thumb issues
-rw-r--r-- | media/css/base.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/media/css/base.css b/media/css/base.css index 585eeb0..90d1899 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -10,6 +10,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq } ol, ul { list-style: none; } + blockquote, q { quotes: none; } :focus { outline: 0; } @@ -69,7 +70,12 @@ p { margin-bottom: 1.5em; margin-top: 1.5em; } - +blockquote { + font-size: 95%; + font-style: italic; +} +ol.generic { list-style: disc outside; } +ol.generic li { margin: .5em 0; } /* head ---------------------------------------------------------------------------------------- */ #header { width: 100%; @@ -156,7 +162,6 @@ div.meta, div.photo-archives span.date, div.archives span.date { width: 180px; } -div.meta { margin-top: 13px; } div.archives span.date { font-size: 10px; @@ -241,8 +246,8 @@ div.photo-archives { margin-left: 190px; width: 600px; } -div.photo-archives li {float: left; padding-right: 30px; width: 240px;} -div.photo-archives li dd {width: 240px; margin-left: 5px; background: #f3f;} +div.photo-archives li {float: left; padding-right: 30px; width: 240px; margin-bottom: 20px; min-height: 420px;} +div.photo-archives li dd {width: 240px; margin-left: 5px;} div.photo-archives span.date { display: block;} div.photo-archives img { border: #000 10px solid; @@ -327,6 +332,7 @@ div#nav div.first { padding-top: 49px; } #sidebar .blok div#nav .pagination { float: none; } +#sidebar dl dt {float:left; margin-right: 6px;} #sidebar p { font-family: Georgia, "Times New Roman", Times, Serif; margin: .3em 5px; @@ -422,7 +428,7 @@ span.break { text-align: center; width: 300px; height: 8px; - background: url(img/break.gif) no-repeat; + background: url(../img/break.gif) no-repeat; } span.drop { @@ -447,6 +453,7 @@ p.pull-quote cite { } ul.tsites li a { font-weight: bold !important;} .small { font-size: 75%;} +.byline { display: block;} img.postpic, img.postpicright { display: block; margin: .3em .6em; @@ -469,3 +476,7 @@ img.postpicleft { float: left; margin: 5px; } +img.flickr-image { + margin-top: 1.8em; + border: #000 10px solid; +}
\ No newline at end of file |