MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Topgraphia
Wechseln zu: Navigation, Suche
imported>AdminSMW
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/*body style: font etc*/
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.col-md-9{
  flex: 0 0 100%;
    max-width: 100%;
}


/*************************tabs**********************/
/*************************tabs**********************/
Zeile 19: Zeile 31:
#edittab
#edittab
{
{
display:none;
}
/***Hinweiweis Weiterleitung ausblenden**********/
#contentSub{
display:none;}
/*************************Video***********************/
.mw-tmh-duration.mw-tmh-label{
display:none;
display:none;
}
}
Zeile 26: Zeile 49:
width:100%;
width:100%;
}
}
.btn-link {
    color: #333;
}


/**content nach unten verschieben, wegen UB-Banner*/
/**content nach unten verschieben, wegen UB-Banner*/
Zeile 39: Zeile 65:
.namespace {
.namespace {
     font-weight: 300;
     font-weight: 300;
}
.navbar-fixed-top, .fixed-top
{
top: 75px;!important
}
}


.leaflet-control-layers-selector
.leaflet-control-layers-selector
Zeile 55: Zeile 86:
font-weight: normal;
font-weight: normal;
}
}


/************************Karte***********************/
/************************Karte***********************/
Zeile 68: Zeile 100:
left: 0;
left: 0;
right: 0;
right: 0;
    z-index:1035;
position: fixed;
position: fixed;
}
}
Zeile 96: Zeile 129:


#navbar-fixed-top{
#navbar-fixed-top{
        top: 75px;
    top: 75px;
left: 0;
left: 0;
right: 0;
right: 0;

Aktuelle Version vom 27. April 2023, 12:56 Uhr

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

/*body style: font etc*/
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

 .col-md-9{
   flex: 0 0 100%;
    max-width: 100%;
}

/*************************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;
}

/***Hinweiweis Weiterleitung ausblenden**********/

#contentSub{
display:none;}

/*************************Video***********************/

.mw-tmh-duration.mw-tmh-label{
display:none;
}

/*************************tweeki**********************/
.col-md-9 {
width:100%;
}
.btn-link {
    color: #333;
 }

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


.firstHeading
{
    font-weight: 300;
}
.namespace {
    font-weight: 300;
}
.navbar-fixed-top, .fixed-top 
{
top: 75px;!important
}


.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;
    z-index:1035;
	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!;
}