Benutzer:Defchris/monobook.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Defchris
K (keine Kategorie-"Schilder" zum Abschluss mehr)
imported>Defchris
K (div#catlinks (background-color) / p.catlinks (border, text-align))
Zeile 126: Zeile 126:
 
   border-right: none;
 
   border-right: none;
 
   border-bottom: none;
 
   border-bottom: none;
/*  background-color: #2A2A2A;*/
+
  background-color: #333;
 
   color: inherit;
 
   color: inherit;
 
   padding: 0px;
 
   padding: 0px;
 +
}
 +
 +
p.catlinks {
 +
  border: none;
 +
  text-align: center;
 
  }
 
  }

Version vom 13. Oktober 2006, 20:50 Uhr

 body, p, table, td, div, .pBody, .even, .odd {
   font-family: Lucida Grande, Tahoma, Verdana, Helvetiva, sans-serif;
 }
 body {
   background-image: none;
   background-color: #222222;
 }
 pre {
   font-family: Lucida Console, Courier New, Courier, fixed;
 }

 /* Wikicities-Navigation ausblenden */
 #p-wikicities-nav {
    visibility: hidden;
    height: 0px;
    margin: 0px;
 }

 .pBody {
    border-left: none;
 }

 /* damit ich mir nicht selbst irrtümlich antworte, kann ja peinlich sein */
 a[href$="http://memory-alpha.org/de/wiki/Benutzer:Defchris"], a[href$="Benutzer:Defchris"], a[href$="Benutzer:defchris"], a[href$=":de:Benutzer:Defchris"], a[href$=":de:Benutzer:defchris"], a[href$="Benutzer:Defchris"]:visited, a[href$="Benutzer:defchris"]:visited, a[href$=":de:Benutzer:Defchris"]:visited, a[href$=":de:Benutzer:defchris"]:visited, a[href$="http://memory-alpha.org/de/wiki/Benutzer:Defchris|"]:visited {
   color: #FFD700;
   font-weight: bold;
 }

 /* Linkfarbe */
 a:visited {
   color: #00bcef;
 }
 a.new, a.new:visited {
   text-decoration: none;
   color: #FF8800;
 }

 /* Überschrift in den Seitenleisten */
 h5 {
   font-size:10pt;
 }

 /* Unterschiede */
 span.diffchange {
   color: #FFFF00;
   text-decoration: underline;
 }

 /* Thumbnails */
 .thumb, .tright, .tleft, table.wiki-sidebar {
   border: 1px solid #999999 !important;
 }
 .tright {
   margin-left: 5px;
 }

 /* schönere Hinweis-Tafeln */
 div.notice, div.usermessage, div.stub, div.header-notice {
   margin-left: 75px;
   margin-right: 75px;
   text-align: center;
   font-weight: normal;
   padding: .5em 1em;
   vertical-align: middle;
   width: auto;
   color: #FFFFFF;
   -moz-border-radius: 5px;
 }
 .usermessage {
   border: 2px solid #66BBFF !important;
   background-color: #273340 !important;
 }
 div.stub {
   border: 2px solid #FFFF00 !important;
   background-color: #303000 !important;
 }
 .notice {
   border: 2px solid #CC0000 !important;
   background-color: #33191B !important; 
 }
 .header-notice {
   border: 2px solid #EEEEEE !important;
   background-color: #303030 !important; 
 }
 a { color: #00CCFF; }
 a:visited { color: #00CCFF; }
 
 /* Aussehen TsOC */
 #toc, .toc {
   border: 1px solid #999;
 }
 .toclevel-1 {
   border-top: 1px solid #666;
 }

 /* Tabellen */
 td.odd {
   border: 1px solid #222 !important;
   font-size: 9pt;
 }
 td.even {
   border: 1px solid #333 !important;
   font-size: 9pt;
 }
 table.grey, table.wiki-sidebar, table.browser {
   border: 1px solid #999 !important;
 }
 table.wiki-sidebar td {
   border: none !important;
 }

 table.grey td {
   border: 1px solid #2A2A2A !important;
 }

 table.grey tr th, table.grey thead tr th {
   border: 1px solid #660000 !important;
 }
 ul.special li {
   font-size: 9pt;
 }

 div#catlinks {
   border-top: 1px solid #999;
   border-left: none;
   border-right: none;
   border-bottom: none;
   background-color: #333;
   color: inherit;
   padding: 0px;
 }

 p.catlinks {
   border: none;
   text-align: center;
 }