MediaWiki:Common.css

Aus Colliseum
Zur Navigation springen Zur Suche springen

Hinweis: Leeren Sie nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer / Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehen Sie zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* 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; }


#footer-places-about { display:none; }

/* 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;
}
.colliseum-box-design-orange{
background: rgb(250,198,149); /* Old browsers */
background: -moz-linear-gradient(top, rgba(250,198,149,1) 0%, rgba(245,171,102,1) 47%, rgba(239,141,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(250,198,149,1) 0%,rgba(245,171,102,1) 47%,rgba(239,141,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(250,198,149,1) 0%,rgba(245,171,102,1) 47%,rgba(239,141,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 ); /* IE6-9 */
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, .p25  {
	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;
}
.mp25 {
    width: 25%;
     margin: 0 10%;
}
.table .p25{
    float: none;
    display: table-cell;
}
.p25 {
    width: 25%;
     margin: 0 10%;
}
.table .container4 {
	display: table;
	border-spacing: 5px 3px;
	
}
.main100 {
    padding: 0px 20px 0px 20px;
    margin-right: 0px;
}
.container100 {
    display: table;
    width: 100%;
    border-spacing: 20px 3px;
}

.collheading {
letter-spacing: 0.05em;
margin-bottom:0px;
font-family:Arial;
font-size:25px;
line-height: 1em;
color: dimgray;
text-shadow:0px 0px 0 rgb(123,123,123), 1px 1px 0 rgb(36,36,36),2px 2px 1px rgba(0,0,0,0),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2)
}