MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Harvestopia
Wechseln zu: Navigation, Suche
Zeile 21: Zeile 21:
 
border-top: 1.8px solid #5e8291;
 
border-top: 1.8px solid #5e8291;
 
border-bottom: 1.8px solid #5e8291;
 
border-bottom: 1.8px solid #5e8291;
background: -moz-linear-gradient(top, #d4edfc, #8fbacc);
+
background: -moz-linear-gradient(top, #f0f5de, #c4deb4);
 
-moz-border-radius:4px;
 
-moz-border-radius:4px;
 
color: #000;
 
color: #000;

Version vom 19. Januar 2012, 13:57 Uhr

/*Hintergrund*/
body {background:#d4edfc;}
#mw-head, .noprint {background:#d4edfc;}

div#content {
background:#f0f5de;
}

/*Rahmen Inhaltsverzeichnis*/
	#toc, .toc {background:#d4edfc;
	border:6px outset #d4edfc;
	-moz-border-radius:4px;
}

div#mw-panel div.portal div.body ul li a  {

	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 16px solid #5e8291;
	border-right: 8px solid #5e8291;
	border-top: 1.8px solid #5e8291;
	border-bottom: 1.8px solid #5e8291;
	background: -moz-linear-gradient(top, #f0f5de, #c4deb4);
	-moz-border-radius:4px;
	color: #000;
	text-decoration: none;
	width: 70%;

}

div#mw-panel div.portal div.body ul li a:hover {
	background: -moz-linear-gradient(top, #8fbacc, #5e8291);
	color:#FFF;
}



table.wikitable {
  background:#d9e6b1;
  font:left;
  text-align:center;
  -moz-border-radius:4px;
}