Merge branch 'master' of ../geekigeeki_data/
authorBernie Innocenti <bernie@codewiz.org>
Sat, 7 Jul 2018 09:11:48 +0000 (05:11 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 7 Jul 2018 09:11:48 +0000 (05:11 -0400)
1  2 
sys/geekigeeki.css

diff --combined sys/geekigeeki.css
index f02847acbd97a4a2228fec83bbe31668393ac23a,106fabc93451d4ca14955c51aa9d2e462c149e27..11c23e7c691fc2fc99260a61dded50515201aa93
@@@ -12,13 -12,7 +12,13 @@@ body 
        margin-right: 0px;
  }
  
 +html {
 +      cursor: url('/sys/pointer.cur');
 +}
 +
  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; }
@@@ -31,63 -25,85 +31,58 @@@ a.heading { text-decoration: none; colo
  h1 {
        font-size: x-large;
        font-weight: bold;
 +      clear: both;
        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;
        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;
@@@ -133,7 -149,7 +128,7 @@@ strong.error 
  div {
        margin-left:  10px;
        margin-right: 10px;
 -      text-align: justify;
 +      /*text-align: justify;*/
  }
  
  div.wiki {
@@@ -232,7 -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;
@@@ -246,7 -262,7 +241,7 @@@ p 
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 1em;
 -      text-align: justify;
 +      /*text-align: justify;*/
  }
  
  table {
@@@ -401,7 -417,7 +396,7 @@@ 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; }