MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Tar Sands-Kampagne
Zur Navigation springenZur Suche springen
(Body Hintergrund)
(pBody Farbe)
Zeile 38: Zeile 38:
 
body {
 
body {
 
/* neue Hintergrundfarbe: */
 
/* neue Hintergrundfarbe: */
background: #FF4D00 0 0 no-repeat fixed;
+
  background: #FF4D00 0 0 no-repeat fixed;
 +
}
 +
 
 +
.pBody {
 +
/* neuer Toolbox-Hintergrund: */
 +
  background-color: #FFB200;
 +
/* neue Umrandungsfarbe: */
 +
  border: 1px solid #E54C00;
 
}
 
}

Version vom 7. März 2020, 20:03 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;
/* neue Umrandungsfarbe: */
  border: 1px solid #E54C00; 
}

body {
/* neue Hintergrundfarbe: */
  background: #FF4D00 0 0 no-repeat fixed;
}

.pBody {
/* neuer Toolbox-Hintergrund: */
  background-color: #FFB200; 
/* neue Umrandungsfarbe: */
  border: 1px solid #E54C00;
}