MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BIS-Hilfe-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 33: Zeile 33:
body {
body {
     background-color: #ffffff;
     background-color: #ffffff;
}
.mw-body {
    border-color: 14f5b4;
}
}

Version vom 26. Mai 2022, 17:25 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;
}