X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=sys%2Fgeekigeeki.css;h=12d02eac0a56f87f817d3346e5df49954b062859;hp=20f4c6e8a5bdda3ecf6cdc7f4142f718e8f75dc4;hb=c160674b0caa980ffc37d7ba99d747f46570dd38;hpb=badfc142840e0ee289e18593248d580a2f9d0aa4 diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 20f4c6e..12d02ea 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -12,7 +12,13 @@ body { margin-right: 0px; } +html { + cursor: url('/wiki/sys/pointer.cur'), auto; +} + a { color: #1010FF; } +a:link { text-decoration: none; } +a:hover { text-decoration: underline; } a:visited { color: #501080; } a.nonexistent { color: #D04040; } a.navlink, a.login { font-size: smaller; font-weight: bold; text-decoration: none; } @@ -25,6 +31,7 @@ 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: #D0F0FF; @@ -34,76 +41,48 @@ h1 { 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; - color: #22AA33; - border: #22AA33; - background-color: #E8F8F0; clear: both; + color: #22AA33; margin-left: 5px; margin-right: 5px; margin-bottom: 0.1em; - margin-top: 2em; + margin-top: 1.5em; 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; + color: #113366; 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 { font-size: medium; font-weight: bold; - color: #2222AA; + color: #222288; margin-left: 10px; 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; - color: #222288; + font-weight: normal; + color: #4444AA; margin-left: 10px; margin-right: 10px; @@ -149,7 +128,7 @@ strong.error { div { margin-left: 10px; margin-right: 10px; - text-align: justify; + /*text-align: justify;*/ } div.wiki { @@ -248,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; @@ -262,7 +241,7 @@ p { margin-left: 1em; margin-right: 1em; margin-bottom: 1em; - text-align: justify; + /*text-align: justify;*/ } table { @@ -412,8 +391,15 @@ div .innerthumb { background: white; font-size: 12pt; } - a { text-color: black; text-decoration: underline; } - #footer { display: none } - .nav { display: none } - div.wiki { font-size: smaller } + 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 { text-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; } }