X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=sys%2Fgeekigeeki.css;h=b1562bbf6561eabb208b5edb873853845ba1522a;hp=1ad56c72689c785fdab80e886e1b1cac11480924;hb=ed652ad008b4570b35bf5ee92bbba3705cede2e4;hpb=34dfe6de1a8c4354c9960ef936442012ec90f3c0 diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 1ad56c7..b1562bb 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -15,66 +15,57 @@ body { a { color: #1010FF; } a:visited { color: #501080; } a.nonexistent { color: #D04040; } -a.navlink { color: #000088; font-size: smaller; font-weight: bold} +a.navlink, a.login { font-size: smaller; font-weight: bold; text-decoration: none; } +a.navlink:hover, a.login:hover { text-decoration: underline; } +a.navlink { color: #000088; } +a.login { color: #bb0000; } a.external { font-style: italic; } a.heading { text-decoration: none; color: #aaaaaa; font-size: smaller; } h1 { font-size: x-large; font-weight: bold; + clear: both; color: #3377FF; border: #5599EE; - background-color: #C2E2FF; + background-color: #D0F0FF; + + border-style: solid; + border-left-style: none; + border-right-style: none; + border-top-width: thin; + border-bottom-width: thin; margin-bottom: 0.2em; margin-top: 2em; padding-right: 10px; padding-left: 10px; - - border-top-width: 1px; - border-bottom-width: 1px; - border-right-width: 0px; - border-left-width: 0px; - border-style: solid; } h2 { font-size: large; font-weight: bold; + clear: both; color: #22AA33; - border: #22AA33; background-color: #E8F8F0; margin-left: 5px; margin-right: 5px; margin-bottom: 0.1em; - margin-top: 2em; + margin-top: 1em; padding-right: 10px; padding-left: 10px; - - border-top-width: 1px; - border-bottom-width: 1px; - border-left-width: 0px; - border-right-width: 0px; - border-style: solid; } h3 { font-size: large; font-weight: bold; color: #DD2255; - border: #BB5599; margin-left: 10px; margin-right: 10px; padding-right: 5px; padding-left: 5px; - - border-top-width: 0px; - border-bottom-width: 1px; - border-right-width: 0px; - border-left-width: 0px; - border-style: solid; } h4 { @@ -86,18 +77,11 @@ h4 { margin-right: 10px; padding-right: 5px; padding-left: 5px; - - border: #333399; - border-top-width: 0px; - border-bottom-width: 1px; - border-right-width: 0px; - border-left-width: 0px; - border-style: solid; } h5 { font-size: medium; - font-weight: bold; + font-weight: normal; color: #222288; margin-left: 10px; @@ -142,14 +126,14 @@ strong.error { } div { - margin-left: 10px; + margin-left: 10px; margin-right: 10px; - text-align: justify; + /*text-align: justify;*/ } div.wiki { - margin-left: 0; - margin-right: 0; + margin-left: 0px; + margin-right: 0px; } div.preview { @@ -165,7 +149,7 @@ div.nav { background-color: #aaccee;*/ border-color: #888888; background-color: #cccccc; - border-style: solid; + border-style: solid border-top-width: 0px; border-bottom-width: 2px; border-left-width: 0px; @@ -180,13 +164,22 @@ div.nav { margin-right: 0px; } -.nav hr { - display: none; +.nav li { + display: inline; } -.nav .login { - font-size: small; - color: red; +.nav ul +{ + list-style-type: none; + margin: 0; + padding: 0; + padding-top: 6px; + padding-bottom: 6px; +} + + +.nav hr { + display: none; } #footer div { @@ -199,6 +192,7 @@ div.nav { border: none; border-top: 1px solid #bbbbbb; margin: 0 0; + clear: both; } #footer :link, #footer :visited { @@ -233,7 +227,7 @@ div.nav { p.dialog { border-color: black; background-color: white; - padding-left: 5px; + padding-left: 5px; margin-left: 10px; margin-right: 10px; border-style: solid; @@ -244,12 +238,12 @@ p.dialog { } p { - margin-left: 10px; - margin-right: 10px; - margin-bottom: 10px; - text-align: justify; + margin-left: 1em; + margin-right: 1em; + margin-bottom: 1em; + /*text-align: justify;*/ } - + table { /*width: 100%;*/ border: 2px solid #ccc; @@ -334,13 +328,14 @@ pre.notice { margin: 0px; } -#editor { +.editor input[type='text'], .editor textarea { font-family: monospace; - width: 100%; color: black; background-color: white; border: 1px solid #8cacbb; } +.editor textarea.editor { width: 100%; } +.editor input.changelog { width: 50%; } /* thumbnails */ @@ -367,12 +362,12 @@ div .innerthumb { text-align: center; } -.thumb a img { +.thumb a img, .thumbright a img, .thumbleft a img { border: 1px solid #ccc; vertical-align:bottom; } -.thumb .caption { +.thumb .caption, .thumbright .caption, .thumbleft .caption { border: none; overflow: hidden; font-size: 60%; @@ -392,6 +387,19 @@ div .innerthumb { } @media print { - #footer { display: none } - .nav { display: none } + body { + background: white; + font-size: 12pt; + } + h1 { font-size: 14pt; } + h2 { font-size: 13pt; } + h3 { font-size: 12pt; border: none; } + h4 { font-size: 12pt; border: none; } + h5 { font-size: 12pt; border: none; } + a, a:link, a:visited { color: #225; text-decoration: underline; } + .heading:link, .heading:visited { display: none; } + #footer { display: none; } + .nav { display: none; } + .noprint { display: none; } + div.wiki { font-size: smaller; } }