X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=sys%2Fgeekigeeki.css;h=46fa7be749a956d841b06c3615edb64b8c40f207;hb=ac8fd84f41d3364c5f63999279e7d385a0a538a2;hp=a4f408e0d0111a7e36d4063ca1b1ad649aa1ef2e;hpb=3a1f9f1f28277b1446932b8ebe76cb0ed375dfae;p=wiki.git diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index a4f408e..46fa7be 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -1,7 +1,4 @@ -/* - * Author: Gerardo Poggiali - * Author: Bernie Innocenti - */ +/* Author: Bernie Innocenti */ body { font-family: sans-serif; @@ -12,7 +9,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; } @@ -29,12 +32,7 @@ h1 { color: #3377FF; border: #5599EE; background-color: #D0F0FF; - - border-style: solid; - border-left-style: none; - border-right-style: none; - border-top-width: thin; - border-bottom-width: thin; + clear: both; margin-bottom: 0.2em; margin-top: 2em; @@ -47,19 +45,11 @@ h2 { font-weight: bold; clear: both; color: #22AA33; - border: #22AA33; - background-color: #E8F8F0; - - border-style: solid; - border-left-style: none; - border-right-style: none; - border-top-width: thin; - border-bottom-width: thin; margin-left: 5px; margin-right: 5px; margin-bottom: 0.1em; - margin-top: 2em; + margin-top: 1.5em; padding-right: 10px; padding-left: 10px; } @@ -67,14 +57,7 @@ h2 { h3 { font-size: large; font-weight: bold; - color: #DD2255; - border: #BB5599; - - border-style: solid; - border-left-style: none; - border-right-style: none; - border-top-width: thin; - border-bottom-width: thin; + color: #113366; margin-left: 10px; margin-right: 10px; @@ -85,14 +68,7 @@ h3 { h4 { font-size: medium; font-weight: bold; - color: #2222AA; - border: #333399; - - border-top-style: none; - border-bottom-width: thin; - border-left-style: none; - border-right-style: none; - border-style: solid; + color: #222288; margin-left: 10px; margin-right: 10px; @@ -102,8 +78,8 @@ h4 { h5 { font-size: medium; - font-weight: bold; - color: #222288; + font-weight: normal; + color: #4444AA; margin-left: 10px; margin-right: 10px; @@ -149,7 +125,7 @@ strong.error { div { margin-left: 10px; margin-right: 10px; - text-align: justify; + /*text-align: justify;*/ } div.wiki { @@ -170,7 +146,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; @@ -248,7 +224,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 +238,7 @@ p { margin-left: 1em; margin-right: 1em; margin-bottom: 1em; - text-align: justify; + /*text-align: justify;*/ } table { @@ -400,11 +376,11 @@ div .innerthumb { /* Styles for search word highlighting */ @media screen { - .searchword0 { background: #ff9 } - .searchword1 { background: #cfc } - .searchword2 { background: #cff } - .searchword3 { background: #ccf } - .searchword4 { background: #fcf } + .searchword0 { background: #ff9 } + .searchword1 { background: #cfc } + .searchword2 { background: #cff } + .searchword3 { background: #ccf } + .searchword4 { background: #fcf } } @media print { @@ -417,10 +393,45 @@ div .innerthumb { 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; } + 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; } } + +@media (prefers-color-scheme: dark) { + body { + background-color: #181818; + color: #ffffff; + } + + a { color: #9bd1ff; } + a:visited { color: #9b669b; } + a.nonexistent { color: #f0d0d0; } + a.navlink { color: #d1d1ff; } + a.login { color: #bb6666; } + + div.nav { + border-color: #606060; + background-color: #303030; + } + + body { + background-color: #181818; + color: #FFFFFF; + } + + a { color: #9Bd1ff; } + a:visited { color: #778899; } + a.nonexistent { color: #f0d0d0; } + a.navlink { color: #d1d1ff; } + a.login { color: #bb6666; } + a.heading { text-decoration: none; color: #666666; font-size: smaller; } + + div.nav { + border-color: #606060; + background-color: #303030; + } +}