MediaWiki:Common.css

Aus Topgraphia
Version vom 17. Juli 2019, 09:19 Uhr von imported>AdminSMW
Wechseln zu: Navigation, Suche

Hinweis: Leere 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: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */



/*************************tabs**********************/
#headertabs.round .ui-corner-top {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}
#headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #DDD;
font-weight: normal;
color: #2779AA;
}
#edittab
{
display:none;
}

/*************************tweeki**********************/
.col-md-9 {
width:100%;
}

/**content nach unten verschieben, wegen UB-Banner*/
.with-navbar.with-navbar-fixed {
    padding-top: 120px;
}


.firstHeading
{
    font-weight: 300;
}
.namespace {
    font-weight: 300;
}

.leaflet-control-layers-selector
{
line-height:10px;
height:10px;
}
.leaflet-layerstree-header-label{
height:11px;
padding:0px;
}

.leaflet-layerstree-header-name{
font-style: normal;
font-weight: normal;
}

/************************Karte***********************/
#1800 { width: 100%; height: 900px; }

/**UB-Banner***************************/
#headerUB {
	width: 100%;
	height: 75px;
	font-size: 1.2em;
	background: url("/fileadmin/img/uni-wuerzburg-header-background.png") no-repeat 200px 0 #d1d4d4;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}

#uniWueLogo {
	float: left;
}

#uniWueLogo::after {
	clear: both;
}

#customized-banner {
	right: 1em;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 190px;
}

#banner-logo {
	/*display: none;*/
	max-width: 100%;
	height: auto;
	margin-right: 0.5em;

#navbar-fixed-top{
        top: 75px;
	left: 0;
	right: 0;
	position: fixed;
}
.mw-redirectedfrom{
display:none;
}
.thumbinner{ 
height:500px important!;
width:400px important!;
}