MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Tar Sands-Kampagne
Zur Navigation springenZur Suche springen
K
K
Zeile 89: Zeile 89:
 
/* neue Userkarten-Hooverfarber: */
 
/* neue Userkarten-Hooverfarber: */
 
   background-color: #FFCC00;
 
   background-color: #FFCC00;
}
 
 
textarea#wpTextbox1 {
 
  color: #000000;
 
  background-color: #FFCC00;
 
  border-color: #E54C00;
 
 
}
 
}

Version vom 7. März 2020, 23:02 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;
}

#p-cactions li {
/* neue Registerkarten-Umrahmungsfarbe: */
  border: 1px solid #E54C00;
}

#p-cactions li.selected {
/* neue RegisterHauptkarte-Umrahmungsfarbe: */
  border-color: #E54C00;
}

#p-cactions li a {
/* neue Registerkartenhintergrundfarbe: */
  background-color: #FFB200;
}

#p-cactions li.selected a {
/* neue Artikel-Registerkartenhintergrundfarbe: */
  background-color: #FFB200;
}

#p-cactions li a:hover {
/* neue Registerkarten-Hooverfarber: */
  background-color: #FFCC00;
} 	

div#footer {
/* neue Footer-Hintergrundfarbe: */
  background-color: #FFB200;
/* neue Umrahmungsfarbe: */
  border-top: 1px solid #E54C00;
/* neue Umrahmungsfarbe: */
  border-bottom: 1px solid #E54C00;
}

ul {
  list-style-image: url(bullet.gif);
}

#p-personal li a:hover {
/* neue Userkarten-Hooverfarber: */
  background-color: #FFCC00;
}