X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=f862a3f9aaec88e75b71f56740baaf8be839d2e8;hb=98ce48c0043fa3fc11a5407b98c9fd0aa2ab53d3;hp=0255a720499b4e52abc3d829cb49debafb39984e;hpb=9f2fe21749316eaf332c37b6f6fbbc12237dd1cf;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index 0255a72..f862a3f 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -17,7 +17,7 @@ body { a { color: #1010FF; } a:visited { color: #501080; } a.nonexistent { color: #D04040; } -a.navlink { font-size: smaller; } +a.navlink { color: #000088; font-size: smaller; font-weight: bold} a.external { font-style: italic; } a.heading { text-decoration: none; color: #aaaaaa; font-size: smaller; } @@ -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; } @@ -159,8 +159,10 @@ div.index { } div.nav { - border-color: #cc9933; - background-color: #ffcc66; + /*border-color: #88aacc; + background-color: #aaccee;*/ + border-color: #888888; + background-color: #cccccc; border-style: solid; border-top-width: 0px; border-bottom-width: 2px; @@ -332,8 +334,14 @@ pre.notice { } /* thumbnails */ -div.thumb { + +div.extthumb { float: right; + width: 100%; +} + +div.thumb { + float: left; border: 1px solid #ccc; padding: 3px !important; margin: 10px; @@ -344,6 +352,7 @@ div.thumb { div.thumb a img { border: 1px solid #ccc; + vertical-align:bottom; } div.thumb div.caption {