X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=d600b7c6313e76d882a7aa8ed0b0ee00feadcdd0;hb=f21a426a573a28806267553a963a5930304e2f01;hp=d311c49d42598c7c023fe051b5941844359a94e8;hpb=2df12e224917be4ecb84d00778772d594880778f;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index d311c49..d600b7c 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -331,6 +331,38 @@ pre.notice { border: 1px solid #8cacbb; } +/* thumbnails */ + +div.extthumb { + float: right; + width: 100%; +} + +div.thumb { + float: left; + border: 1px solid #ccc; + padding: 3px !important; + margin: 10px; + margin-bottom: .5em; + background-color: #f9f9f9; + text-align: center; +} + +div.thumb a img { + border: 1px solid #ccc; + vertical-align:bottom; +} + +div.thumb div.caption { + border: none; + overflow: hidden; + font-size: 94%; + line-height: 1.4em; + padding: .3em 0 .1em 0; + text-align: center; +} + + /* Styles for search word highlighting */ @media screen { .searchword0 { background: #ff9 }