GPN12:Stylesheet

aus dem Wiki des Entropia e.V., CCC Karlsruhe
div#content, div#footer, html, #content, #p-navigation li a, #p-fnord li a, #p-tb li a, #p-cactions, #column-content, #bodyContent, body img, #catlinks, #globalWrapper, #p-logo, .pBody ul, #searchform, body code, #p-cactions li {
   background-color: black;
   color: #ADAF62;
 }
 #firstHeading { /* warum ist der scheiss so klein und ignoriert den font? */
   font-size: 180%;
   background: #ADAF62;
   color: black;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-left: 5px;
 }

 .mw-headline {
   font-family: monospace;
   color: back;
 }
 
 /* text */
 
 h3, h4, h5, h6 {
   font-weight: 200;
 }
 h1, h2, h3, h4, b, #catlinks {
   color: #999550;
 }
 /* h* */ body h1, body h2, body h3, body h4, body h5, body h6,
 /* left-navigation */ #p-navigation ul li, #p-portlet2 ul li, #p-portlet3 ul li, #p-search ul li, #p-tb ul li, #p-fnord ul li {
   border-bottom-color: #cccccc;
 }
 /* Kategorie Links */
 .catlinks { border-color: #ffffff; }
  

 body p, body ul, body code, td {
   color:       #ccc;
   border-color: #888;
   font-family: sans-serif;
 }

 body code {
   font-family: monospace;
   background-color: #222;
 }
 
 table, tr {
   border-color:       #888;
   font-family: sans-serif;
 }

 tr > td:first-child {
   vertical-align: top;
 }

 #box { border-color: #222; color: #222 }

 #bodyContent h2, #bodyContent div.NavFrame {
   color:       #fff;
   font-family: monospace;
 }

 body b {
   font-weight: bolder;
   color: #fff
 }
 
 
 /* verdammtes thumbnail nervt, also workaround */
  div.thumbinner {
   background-color: black;
   border-width: 1;
   border-color: #999550
 }
 
 html .thumbimage {
   background-color: lightblue;
   border-style: none;
 }
 
 div.tright, div.tleft {
   border-width: 0;
   padding: 1em;
 }
 
 div#content, div.thumbinner {
   -webkit-border-radius:  15px;
   -moz-border-radius:     15px;
   border-radius:          15px;
 }
 
 div.thumbcaption {
   margin-left: 2px;
 }
 
 /* links */
 span.editsection a:link, span.editsection a:visited, span.editsection a:active, span.editsection    { color:  #ADAF62; }
 body a:link,    #p-personal li a:link,    #p-personal li a.new:link                          { color: #fff; }
 body a:visited, #p-personal li a:visited, #p-personal li a.new:visited                       { color: #fff; }
 body a:active,  #p-personal li a:active,  #p-personal li a.new:active                        { color: #ccc; }
 body a,         #p-personal li a,         #p-personal li a.new       { text-decoration: underline; margin: -2px; padding: 0 3px; }
 body a:hover,   #p-personal li a:hover,   #p-personal li a.new:hover { text-decoration: none; margin: -3px; padding: 0 3px; border: 1px solid #ccc; }
 
 #bodyContent a.external, #bodyContent a.external:active , #bodyContent a.external:visited    { color: #ffffff; }
 #bodyContent a.external { text-decoration: underline; margin: -3px; padding: 0 3px; }
 
 #bodyContent a.external          { margin:  0px; padding: 0 16px 0  3px; }
 #bodyContent a.external:hover    { margin: -1px; padding: 0 15px 0 -2px; border: 1px solid #cccccc; }
 
 
 #bodyContent a.new,       #p-personal a.new       {color: #fa8; text-decoration: underline; margin: -2px; padding: 0 3px; }
 #bodyContent a.new:hover, #p-personal a.new:hover {color: #fa8; text-decoration: none; margin: -3px; padding: 0 3px; border: 1px solid #ccc; }
 
 /* links: navi oben */
 #p-cactions li a          { background: #888; }
 #p-cactions li.selected a { background: #aaa; }
 #p-cactions li a:hover    { background: #ccc; }
 #p-cactions li a:active   { background: #fff; }
 
 /* search */
 input {
   color: black;
   border: solid 1px;
 }
 
 div.NavHead {
  padding-left:  20px;
  padding-right: 20px;
  font-family: monospace;
  background: #ADAF62;
  color: black;
 }
 
 table.gallery, table.gallery tbody tr td { background-color:  #ADAF62; border: 1; }
 table.toc,     table.toc tbody tr td     { background-color: #ADAF62; border: 0; }
 #toc, .toc    { padding: 0px; }
 #toc, .toc, .mw-warning { background-color: #ADAF62; }
 li.gallerybox { background-color: #000000; border-color: #333; }
 li.gallerybox div.thumb { border: none;    }
 
 div.NavFrame, div.NavPic { 
   position: relative;
   -webkit-border-radius: 5px;
   -moz-border-radius:    5px;
   border-radius:         5px;
   overflow:hidden;
 }
 div.NavPic    {
   margin-left: 2px;
 }
 div.NavPic img {
   -webkit-border-radius: 3px;
   -moz-border-radius:    3px;
   border-radius:         3px;
   overflow:hidden;
 }