X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=8971f4bcb9eb73d3c9cf6401e428071b8e0397e3;hb=fbc4d6639e75dd726fdcadc1129ae0900468e9d2;hp=49062cd551509042016bf19db8c52b30b8b0066e;hpb=a0e866e20240e1b4c862a16c1ce798628985b823;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index 49062cd..8971f4b 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -1,5 +1,5 @@ /* - * $Id: intrafm.css,v 1.10 2002/12/04 17:57:21 gerry Exp $ + * $Id$ * * Author: Gerardo Poggiali * Author: Bernardo Innocenti @@ -14,24 +14,12 @@ body { margin-right: 0px; } -a { - color: #1010FF; -} -a:visited { - color: #501080; -} - -a.nonexistent { - color: #D04040; -} - -a.navlink { - font-size: smaller; -} - -a.external { - font-style: italic; -} +a { color: #1010FF; } +a:visited { color: #501080; } +a.nonexistent { color: #D04040; } +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; } h1 { font-size: x-large; @@ -40,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; @@ -61,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; @@ -120,11 +108,41 @@ h5 { padding-left: 5px; } -strong.hilight { +/* 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.TODO { + padding-left: 0.1em; + background-color: #ffdd44; +} + +strong.FIXME { padding-left: 0.1em; background-color: #ee2222; } +strong.error { + color: red; +} + div { margin-left: 10px; margin-right: 10px; @@ -140,9 +158,15 @@ div.preview { border: 2px dashed #FF0000; } +div.index { + border: 1px solid #EEEEEE; +} + 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; @@ -164,7 +188,7 @@ div.nav { .nav .login { font-size: small; - text-color: red; + color: red; } #footer div { @@ -231,11 +255,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; @@ -312,6 +337,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 }