X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=8e7e9cc61b8d152c0c5897ec25f4211d32311321;hb=refs%2Fheads%2Fpython3;hp=cded557a63db165c77e1689507b006af76651b21;hpb=6b1092d6458fac7726b031c79dc0dc64dc55bdbe;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index cded557..8e7e9cc 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; } @@ -28,8 +28,8 @@ h1 { border: #5599EE; background-color: #C2E2FF; - margin-bottom: 5px; - margin-top: 5px; + margin-bottom: 0.2em; + margin-top: 2em; padding-right: 10px; padding-left: 10px; @@ -49,8 +49,8 @@ h2 { margin-left: 5px; margin-right: 5px; - margin-bottom: 5px; - margin-top: 5px; + margin-bottom: 0.1em; + margin-top: 2em; padding-right: 10px; padding-left: 10px; @@ -108,21 +108,41 @@ h5 { padding-left: 5px; } -strong.success { - padding-left: 0.1em; +/* Heading anchors */ +.heading:link, .heading:visited { + border: none; + color: #d7d7d7; + font-size: .8em; + vertical-align: text-top; +} +* > .heading:link, * > .heading:visited { + visibility: hidden; +} + +h1:hover .heading, h2:hover .heading, h3:hover .heading, +h4:hover .heading, h5:hover .heading, h6:hover .heading { + visibility: visible; +} + +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; } +strong.error { + color: red; +} + div { margin-left: 10px; margin-right: 10px; @@ -143,8 +163,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; @@ -166,7 +188,7 @@ div.nav { .nav .login { font-size: small; - text-color: red; + color: red; } #footer div { @@ -193,10 +215,17 @@ div.nav { #footer p.copyright { float: left; - margin-left: 1em; + margin-left: 0em; padding: 0 1em; } +#footer .license { + border-width: 0; + vertical-align: top; + margin-left: 0em; + margin-right: 1em; +} + #footer p.modified { float: right; text-align: right; @@ -233,11 +262,12 @@ table { margin-bottom: 0.5em; } -table thead { +table tbody thead { background: #f7f7f0 } -table thead th { +/* FIXME: should be thead */ +table tbody th { border: 1px solid #d7d7d7; border-bottom-color: #999; font-weight: bold; @@ -314,6 +344,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 }