MediaWiki:Common.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: a.mw-wiki-logo { background-image: url('https://static.uni-graz.at/fileadmin/NAWI_Graz/lo…“)
 
 
Zeile 61: Zeile 61:
 
     display: none;
 
     display: none;
 
}
 
}
 +
}
 +
 +
/* upgrade to 4.x */
 +
 +
#nb-pri {
 +
    background: linear-gradient(to bottom,#4d6581 0%,#ffffff 100%);
 
}
 
}

Aktuelle Version vom 23. Juni 2022, 11:29 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a.mw-wiki-logo { 
	background-image: url('https://static.uni-graz.at/fileadmin/NAWI_Graz/logos/NAWI_Graz_Logo_2015small.png') !important;
	background-size: 160px;
}

.bs-logo {
    padding-left: 0px;
    padding-top: 6px;
}

header.main-header { 
	background-color: #35557c;
	background-image: linear-gradient(0deg, #ffffff 0%, #35557c 100%);
}
.navigation-main { 
	background-color: #f0f0f0; 
}

.navigation-main .panel .list-group a.list-group-item i, .navigation-main .bs-panel .list-group a.list-group-item i {
	background-color: #333333 !important; 	
}
.navigation-main a, .navigation-main a span {
    color: #000 !important;
}
.bs-panel .list-group a.list-group-item i {
    color: #000 !important;
}
#bs-breadcrumb-rootnode a:not(.new), #bs-breadcrumb-rootnode a:link:not(.new), #bs-breadcrumb-rootnode a:not(.new):visited, #bs-breadcrumb-rootnode a:link:not(.new):visited {
    color: #35557c;
}
.bs-page-breadcrumbs .dropdown > a:not(.new), .bs-page-breadcrumbs .dropdown > a:link:not(.new), .bs-page-breadcrumbs .dropdown > a:not(.new):visited, .bs-page-breadcrumbs .dropdown > a:link:not(.new):visited {
    color: #35557c;
}
.bs-page-after-header a:not(.new), .bs-page-after-header a:link:not(.new), .bs-page-after-header a:not(.new):visited, .bs-page-after-header a:link:not(.new):visited {
    color: #35557c;
}
.main-footer #footer-places li a, .main-footer #footer-places li a:visited {
    color: #35557c;
}
a.mw-wiki-logo {
    width: 160px;
}

.bs-logo a {
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 3.125rem;
	width: 8.25rem;
	background-size: 8.25rem;
}
@media (min-width:721px) and (max-width:1000px) {
.bs-logo {
    padding-left: 0;
}
}

@media (max-width:670px) {
.bs-logo {
    display: none;
}
}

/* upgrade to 4.x */

#nb-pri {
    background: linear-gradient(to bottom,#4d6581 0%,#ffffff 100%);
}
Keine Kategorien vergebenBearbeiten