MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 2: Zeile 2:
  
 
body {
 
body {
     background: black;
+
     background: orange;
     color: light grey;
+
     color: blue;
 
   }
 
   }
 
div.NavFrame {
 
border: 1px solid #a2a9b1;
 
clear: both;
 
font-size: 95%;
 
margin-top: 1.5em;
 
min-height: 0; /* IE 7 */
 
padding: 2px;
 
text-align: center;
 
}
 
div.NavPic {
 
float: left;
 
padding: 2px;
 
}
 
div.NavHead {
 
background: #eaecf0;
 
font-weight: bold;
 
}
 
div.NavFrame:after {
 
clear: both;
 
content: "";
 
display: block;
 
}
 

Version vom 6. Januar 2021, 16:41 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body {
    background: orange;
    color: blue;
  }