MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Arma Wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
table .mp-upper
+
#mp-upper
 
{
 
{
 
width:100%;
 
width:100%;
Zeile 16: Zeile 16:
 
}
 
}
  
table .mp-left
+
#mp-left
 
{
 
{
 
width:100%;
 
width:100%;
Zeile 34: Zeile 34:
 
color:#000;
 
color:#000;
 
padding:0.2em 0.4em;
 
padding:0.2em 0.4em;
}
 
 
#mainpage-welcome #toc
 
{
 
display: none;
 
}
 
 
.page-Hauptseite h1.firstHeading
 
{
 
display: none;
 
 
}
 
}

Version vom 4. August 2014, 11:44 Uhr

#mp-upper
{
	width:100%;
	margin:4px 0 0 0;
	background:none;
	border-spacing:0px;
}
 
td .MainPageBG
{
	width:50%;
	border: 1px solid #cef2e0;
	background:#f5fffa;
	vertical-align:top;
	color:#000;
}
 
#mp-left
{
	width:100%;
	vertical-align:top;
	background:#f5fffa;
}
 
h2 .mp-tfa-h2
{
	margin:3px;
	background:#cef2e0;
	font-family:inherit;
	font-size:120%;
	font-weight:bold;
	border:1px solid #a3bfb1;
	text-align:left;
	color:#000;
	padding:0.2em 0.4em;
}