MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BIS-Hilfe-Wiki
Keine Bearbeitungszusammenfassung
(Entfernt nach Mediawiki Upate, da Änderungen nicht mehr kompatibel)
Markierung: Geleert
 
Zeile 1: Zeile 1:
/* 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 {
    text-decoration: underline;
}

Aktuelle Version vom 5. Februar 2024, 10:16 Uhr