X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=geekigeeki.css;h=06733134146424cb11f075a18365c88216f81826;hb=014d5c705784bfe7b47731ad5cc50568fc5e63cf;hp=d311c49d42598c7c023fe051b5941844359a94e8;hpb=2df12e224917be4ecb84d00778772d594880778f;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index d311c49..0673313 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -124,18 +124,18 @@ h4:hover .heading, h5:hover .heading, h6:hover .heading { visibility: visible; } -strong.success { - padding-left: 0.1em; +strong.DONE { + padding-left: 0.1em; background-color: #22ee22; } -strong.notice { - padding-left: 0.1em; +strong.TODO { + padding-left: 0.1em; background-color: #ffdd44; } -strong.error { - padding-left: 0.1em; +strong.FIXME { + padding-left: 0.1em; background-color: #ee2222; } @@ -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 }