MediaWiki:Common.css : Différence entre versions
| Ligne 1 : | Ligne 1 : | ||
| + | div#content { | ||
| + | background:#f0f5de; | ||
| + | } | ||
| + | |||
| /*Hintergrund*/ | /*Hintergrund*/ | ||
| body {background:#d4edfc;} | body {background:#d4edfc;} | ||
| Ligne 4 : | Ligne 8 : | ||
| /*Rahmen Inhaltsverzeichnis*/ | /*Rahmen Inhaltsverzeichnis*/ | ||
| − | #toc, .toc {background:#d4edfc; | + | 	#toc, .toc {background:#d4edfc; | 
| − | + | 	border:6px outset #d4edfc; | |
| + | 	-moz-border-radius:4px; | ||
| } | } | ||
| div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
| − | + | ||
| − | + | 	display: block; | |
| − | + | 	padding: 5px 5px 5px 0.5em; | |
| − | + | 	border-left: 10px solid #cee574; | |
| − | + | 	border-right: 10px solid #effdb7; | |
| − | + | 	background-color: #D9E6B1; | |
| − | + | 	color: #000; | |
| − | + | 	text-decoration: none; | |
| − | + | 	width: 70%; | |
| + | 	-moz-border-radius:4px; | ||
| } | } | ||
| Ligne 45 : | Ligne 51 : | ||
|    text-align:center; |    text-align:center; | ||
|    -moz-border-radius:4px; |    -moz-border-radius:4px; | ||
| − | |||
| − | |||
| − | |||
| } | } | ||
Version du 19 janvier 2012 à 10:39
div#content {
background:#f0f5de;
}
/*Hintergrund*/
body {background:#d4edfc;}
#mw-head, .noprint {background:#d4edfc;}
/*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 0.5em;
	border-left: 10px solid #cee574;
	border-right: 10px solid #effdb7;
	background-color: #D9E6B1;
	color: #000;
	text-decoration: none;
	width: 70%;
	-moz-border-radius:4px;
}
/*div#mw-panel div.portal div.body ul li a {
	display:block;
	list-style-type:none;
	padding:4.5px 4.5px 4.5px 4.5px;
	margin:0px 10px 0px 0px;
	font-weight:bold;
	background:#D9E6B1;
	border-right:4px;
	border-style:solid;
	border-color:#e6ff82 #cee574 #b3c764 #effdb7;
}*/
div#mw-panel div.portal div.body ul li a:hover {
background:#cee574;
}
table.wikitable {
  background:#d9e6b1;
  font:left;
  text-align:center;
  -moz-border-radius:4px;
}
