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

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Defchris
K (Galerie: Außenabstände der Boxen)
imported>Defchris
K (Galerie: MediaWiki hat Abstände hart gecoded?!)
Zeile 167: Zeile 167:
  
 
  table.gallery {
 
  table.gallery {
   border: 1px solid #999999;
+
   border: none;
 
   margin-top: 2px;
 
   margin-top: 2px;
 
   margin-bottom: 2px;
 
   margin-bottom: 2px;
Zeile 173: Zeile 173:
 
   margin-right: auto;
 
   margin-right: auto;
 
   padding: 0px;
 
   padding: 0px;
   background-color: #2A2A2A;
+
   background-color: #1C1C1C;
 
   width: auto;
 
   width: auto;
 
  }
 
  }
Zeile 189: Zeile 189:
  
 
  div.gallerybox {
 
  div.gallerybox {
  margin: 5px;
 
 
   width: 150px;
 
   width: 150px;
 
  }
 
  }
Zeile 196: Zeile 195:
 
   text-align: center;
 
   text-align: center;
 
   border: none !important;
 
   border: none !important;
   background-color: #1C1C1C;
+
   background-color: black;
  margin: 2px;
 
 
  }
 
  }
  

Version vom 25. Juni 2007, 22:55 Uhr

/*
===== generelles Layout =====
 */

 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 =====
 */

 .pBody {
    border-left: none;
 }

 /*
===== Links =====
 */
 a {
   color: #00CCFF;
 }

 a:visited {
   color: #00bcef;
 }

 a.new, a.new:visited {
   text-decoration: none;
   color: #FF8800;
 }

 a:hover {
   text-decoration: none;
   border-bottom: dashed 1px #00bcef;
 }

 a.new:hover {
   text-decoration: none;
   border-bottom: dashed 1px #FF8800;
 }

 div.portlet a:hover {
   padding-bottom: -1px;
   margin-bottom: -1px;
 }

 #bodyContent a[href ^="http://de.wikipedia.org"]:after,
 #bodyContent a[href ^="http://en.wikipedia.org"]:after {
    content:url(http://img340.imageshack.us/img340/4200/attachmentsq2.png); }
 /*

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

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

 td.heading {
   border: 0px;
 }

 /*
===== Hinweistafeln =====
*/
 div.notice, div.usermessage, div.stub, div.header-notice, div.featured, div.logbuch {
   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, .logbuch {
   border: 2px solid #EEEEEE !important;
   background-color: #303030 !important; 
 }
 div.featured {
   border: 2px solid gold !important;
   background-color: #6B4E07 !important; 
 }
 .logbuch {
   text-align: justify !important;
 }

 /*

===== Aussehen TOC =====
 */
 #toc, .toc {
   border: 1px solid #999;
 }
 .toclevel-1 {
   border-top: 1px solid #666;
 }
 /* Überschriftenebenen in Inhaltsverzeichnis ausblenden */

 .toclevel-3, .toclevel-4, .toclevel-5 {
   display: none;
 }

 /*
===== 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, table.nav {
   border: 1px solid #999 !important;
 }
 table.wiki-sidebar td, table.wiki-sidebar th {
   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;
 }

 th.forum_title, th.forum_edited, th.forum_editor {
   border: none !important;
 }

/*
===== Galerie =====
*/

 table.gallery {
   border: none;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   background-color: #1C1C1C;
   width: auto;
 }

 table.gallery tr {
   vertical-align: top;
   padding: 0px;
 }

 table.gallery td {
   vertical-align: top;
   border: none !important;
   padding: 0px;
 }

 div.gallerybox {
   width: 150px;
 }

 div.gallerybox div.thumb {
   text-align: center;
   border: none !important;
   background-color: black;
 }

 div.gallerytext {
   text-align: center;
   font-size: 94%;
   padding: 2px 4px;
 }

/*

==== Sonstiges ====
*/

 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-top: 5px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
 }
 p.catlinks {
   border: none;
   text-align: center;
 }
 table.browser td, table.browser td.topic{
   border: none;
 }

 #column-google {display: none}
 .content-ads {margin-right: 1em;}

 span.editsection {
   font-size: 8pt;
   margin-bottom: -5px;
   color: white;
 }
/*
===== Benutzerseite =====
*/

 .personal-defchris {
   visibility: visible !important;
 }