Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body.page-Hauptseite #firstHeading {
    display: none;
}

#p-personal .minerva-logo {
    display: none;
}

.custom-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    background-color: #f9f9f9;
}

.custom-box img {
    max-width: 50%; /* Bild nimmt die Hälfte der Box ein */
    border-radius: 8px;
    margin-right: 10px;
}

.custom-box .text {
    flex: 1;
}


.tile-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    max-width: 350px;
    margin: 10px;
    text-align: center;
}

.custom-window-frame {
    position: relative;
    top: 1em;
    bottom: 1em;
    max-height: calc(100% - 2em);
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 1em;
    background-color: #fff;
}

.tile-top.tile-image img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.tile-bottom.link-button {
    background-color: #ffffff;
    padding: 10px;
}

.tile-bottom h2 {
    margin: 0;
    font-size: 1.2em;
}