MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 53: | Zeile 53: | ||
a.new { | a.new { | ||
color: #14f5b4 !important; | color: #14f5b4 !important; | ||
} | |||
.mw-body-content a { | |||
decoration: underline; | |||
} | } |
Version vom 26. Mai 2022, 16:48 Uhr
/* Ausblenden von Titeln und Werkzeugen für nicht angemeldete Benutzer */
body.ns-subject:not(.mw-editable) h1#firstHeading,
body.ns-subject:not(.mw-editable) #p-namespaces,
body.ns-subject:not(.mw-editable) #p-cactions,
body.ns-subject:not(.mw-editable) #p-views,
body.ns-subject:not(.mw-editable) #pt-login,
body.ns-subject:not(.mw-editable) #p-tb,
body.ns-subject:not(.mw-editable) nav[id="p-Wiki Funktionen"]
{
display: none;
}
/* Logo ersetzen: */
#p-logo {
height: 100px;
margin-bottom: 0em;
}
#p-logo a {
background-image: url( https://shibboleth.uni-bielefeld.de/idp/images/logo-uni-bielefeld.png ) !important;
height: 40px;
padding: 45px 10px 10px 75px;
}
/* Seite unter das Logo schieben */
#mw-head {
top: 40px;
}
.mw-body {
margin-top: 39px;
}
/* Angleichung an das Corporate Design */
body {
background-color: #ffffff;
}
.mw-body {
border-color: #14f5b4;
}
#mw-page-base {
background-color: #ffffff;
background-image: none;
}
.vector-menu-tabs li {
background-image: none;
}
.vector-menu-tabs li.selected {
font-weight: bold;
}
a {
color: black !important;
font-size: 1.1em;
}
a.new {
color: #14f5b4 !important;
}
.mw-body-content a {
decoration: underline;
}