|
|
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
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;
| |
| }
| |