User:Defchris/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

 /*
===== generelles Layout =====
 */
 
 body, p, table, td, div, .pBody, .even, .odd {
   font-family: "Segoe UI", Calibri, Tahoma, Verdana, Helvetiva, sans-serif;
 }
 body {
   background-image: none;
   background-color: #dfdfff;
   font-size: .66em;
 }
 pre {
   font-family: Lucida Console, Courier New, Courier, fixed;
   background: white;
   white-space: normal;
 }
 #bodyContent {
   padding-right: 2.5em;
 }
 .editsection {
   float: right;
   clear: none;
 }
 
 h1, h2, h3, h4, h5, h6 {
   color: black;
   background: #f9f9ff;
   font-weight: normal;
   margin: 0; 
   margin-top: .25em;
   padding: .25em;
   padding-top: .33em;
   padding-bottom: .5em;
   -moz-border-radius: .25em;
   text-align: center;
   border-bottom: none;
 }
 
 h1.firstHeading {
   margin-right: 1.5em;   
 }
 
 span.diffchange {
   background: orange;
   border: 2px yellow solid;
   color: black;
 }
 /*
===== Thumbnails =====
 */
 .thumb, .tright, .tleft, table.wiki-sidebar {
   border: 1px solid silver;
 }
 .tright {
   margin-left: 5px;
 }
 
 td.heading {
   border: 0px;
 }
 /*
===== Aussehen TOC =====
 */
 #toc, .toc {
   border: 1px solid #CCC;
 }
 .toclevel-1 {
   border-top: 1px solid #CCC;
 }
 /* Ăśberschriftenebenen in Inhaltsverzeichnis ausblenden */
 
 .toclevel-3, .toclevel-4, .toclevel-5 {
   display: none;
 }
 
 /*
===== Referenzen =====
 */
 ol.references {
   font-size: 85%;
 }
 
 div.personaldefchris {
   visibility: visible !important;
   clear: left !important;
 }
 
 /*
===== Galerie =====
 */
 
 table.gallery {
   margin: 1.5em auto 1.25em auto !important;
   border: none;
   clear: both;
 }
 
 table.gallery td {
   border: none;
 }
 
 div.gallerybox {
   background: #f3f3ff;
   padding-top: .75em;
   -moz-border-radius: .5em;
 }
 
 div.gallerybox div.thumb {
   background: #dfdfff;
   border: none;
   -moz-border-radius: .33em;
 }