Edit page AbridgedResume
[wiki.git] / sys / geekigeeki.css
index d5c89754feb02841772d0a5dec6f4ec42652310e..890fe098223fb049f2f381b5fad238dfa89ffa3a 100644 (file)
@@ -15,7 +15,10 @@ 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; }
 
@@ -24,7 +27,7 @@ h1 {
        font-weight: bold;
        color: #3377FF;
        border: #5599EE;
-       background-color: #C2E2FF;
+       background-color: #D0F0FF;
        clear: both;
 
        margin-bottom: 0.2em;
@@ -144,14 +147,14 @@ strong.error {
 }
 
 div {
-       margin-left: 10px;
+       margin-left:  10px;
        margin-right: 10px;
        text-align: justify;
 }
 
 div.wiki {
-       margin-left: 0;
-       margin-right: 0;
+       margin-left:  0px;
+       margin-right: 0px;
 }
 
 div.preview {
@@ -167,7 +170,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;
@@ -182,13 +185,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 {
@@ -247,12 +259,12 @@ p.dialog {
 }
 
 p {
-       margin-left: 10px;
-       margin-right: 10px;
-       margin-bottom: 10px;
+       margin-left: 1em;
+       margin-right: 1em;
+       margin-bottom: 1em;
        text-align: justify;
 }
-       
+
 table {
        /*width: 100%;*/
        border: 2px solid #ccc;
@@ -337,13 +349,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 */
 
@@ -395,6 +408,18 @@ 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; padding-left: none; }
+       h4 { font-size: 12pt; border: none; padding-left: none; }
+       h5 { font-size: 12pt; border: none; padding-left: none; }
+       a { text-color: #225; text-decoration: underline; }
+       #footer { display: none; }
+       .nav { display: none; }
+       .noprint { display: none; }
+       div.wiki { font-size: smaller; }
 }