MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Tar Sands-Kampagne
Zur Navigation springenZur Suche springen
(Hintergrundfarbe)
(Hintergrund)
Zeile 29: Zeile 29:
 
.Kasten_orange { border-width:thick; border-color:orange; border-style:dashed; padding:5px; margin:5px; background:#FFE171 }
 
.Kasten_orange { border-width:thick; border-color:orange; border-style:dashed; padding:5px; margin:5px; background:#FFE171 }
  
.mw-body { background: #FFB200; color: black; }
+
.mw-body {  
 +
/* neue Textfeld-Hintergrundfarbe: */
 +
  background: #FFB200;
 +
  color: black;  
 +
/* neue Umrandungsfarbe: */
 +
  border: 1px solid #E54C00;
 +
  border-right: none;
 +
  line-height: 1.5em;
 +
}

Version vom 7. März 2020, 21:00 Uhr

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

hr { height: 1px; border: 0; margin: .2em 0; color: #FF4D00; background-color: #FF4D00; }

h1,h2 { border-bottom: 1px solid #FF4D00; }

.NiceFont { font-family: AwlScrawl,Courier New; }

.Hintergrundbild { background-image:http://www.nuclear-heritage.net/images/4/40/Uranium_Mine_India_02.jpg }

.grey { color:grey }
.green { color:green }
.darkgreen { color:darkgreen }
.red { color:red }
.brown { color:brown }
.orange { color:orange }
.blue { color:blue }
.darkblue { color:darkblue }


.hervor_bw { background:black; color:white; font-variant:small-caps; fond-weight:bolder; fond-stretch:wider; font-size:large; text-indent:20px; margin-left:80px; }
.hervor_pink { background:#FFDAB9 }
.hervor_orange { background:#FFD700 }
.hervor_green { background:green }
.hervor_red { background:red }
.hervor_yellow { background:yellow }

.Kasten { border-width:medium; border-color:orange; border-style:dotted; padding:5px; margin:5px; }
.Kasten_orange { border-width:thick; border-color:orange; border-style:dashed; padding:5px; margin:5px; background:#FFE171 }

.mw-body { 
/* neue Textfeld-Hintergrundfarbe: */
  background: #FFB200;
  color: black; 
/* neue Umrandungsfarbe: */
  border: 1px solid #E54C00; 
  border-right: none;
  line-height: 1.5em;
}