MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Arma Wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
+
table .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;
 +
}
  
.class-mainpage-content
+
table .mp-left
 
{
 
{
font-size: 1.0em;
+
width:100%;
font-family: Arial, sans-serif;
+
vertical-align:top;
color: black;
+
background:#f5fffa;
 
}
 
}
  
h2
+
h2 .mp-tfa-h2
 
{
 
{
font-size: 0.5em;
+
margin:3px;
font-weight: bold;
+
background:#cef2e0;
font-family: Arial, sans-serif;
+
font-family:inherit;
color: black;
+
font-size:120%;
 +
font-weight:bold;
 +
border:1px solid #a3bfb1;
 +
text-align:left;
 +
color:#000;
 +
padding:0.2em 0.4em;
 
}
 
}
  

Version vom 4. August 2014, 11:25 Uhr

table .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;
}
 
table .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;
}
 
#mainpage-welcome #toc
{
display: none;
}
 
.page-Hauptseite h1.firstHeading
{
display: none;
}