MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Colliseum
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 78: Zeile 78:
display: table-cell;
display: table-cell;
}
}
img { max-width: 100%; height: auto; width: auto\9; }

Version vom 31. Januar 2016, 17:27 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Special:Search styles */
.mw-search-results {
margin-left: 0.4em;
float: none;
}
/* CSS error in V1.26.2 - float reset - original was float: left; -> destroyed search result layout - jk */




/* Remove source button */
#ca-viewsource { display:none!important; }


/* Hide oversized title in main page */
.page-Hauptseite .firstHeading { display:none; }
.page-Main_Page_Draft .firstHeading { display:none; }


/* MP Design */
.justify { text-align: justify; }
.colliseum-box-design {
background: #ccd0dd;
background: -webkit-gradient(linear, top, bottom, from(#bed3e2), to(#eaf1f6));
background: -moz-linear-gradient(top,  #bed3e2,  #eaf1f6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed3e2', endColorstr='#eaf1f6');
border: 3px double #fff;
border-radius: 10px;
margin-bottom: 10px;
margin-right: 20px;
padding: 30px 50px;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.wrapper {
	width: 100%;
	margin: 15px auto 100px;
}
.main, .sidebar  {
	float: left;
	padding: 20px;
}

.main {
	width: 50%;
	 margin: 0 10%;
}

.sidebar {
	width: 50%;
}
.table .container {
	display: table;
		border-spacing: 20px 3px;
	
}
.table .main {
	float: none;
	display: table-cell;
	vertical-align: top;

}
.table .sidebar {
	float: none;
	display: table-cell;
}