MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
HaFu (Diskussion | Beiträge) |
HaFu (Diskussion | Beiträge) |
||
| Zeile 23: | Zeile 23: | ||
margin-top: 0; | margin-top: 0; | ||
padding: 0.3em 0.8em; | padding: 0.3em 0.8em; | ||
| − | border: #8898bf thin solid; | + | border-bottom: #8898bf thin solid; |
| + | border-right: #8898bf thin solid; | ||
| + | border-left: #8898bf thin solid; | ||
| + | } | ||
| + | |||
| + | .box-hauptseite-top-content .mw-content-ltr { | ||
| + | text-align: center; | ||
} | } | ||
Version vom 24. Juni 2021, 08:28 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite h1 { display: none; }
/* Boxen Hauptseite */
.box-hauptseite-top {
display: table;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.box-hauptseite-top h2 {
background-color: #d8e8ff;
margin-bottom: 0;
margin-top: 0;
padding: 0.2em 0.8em;
border: #8898bf thin solid;
}
.box-hauptseite-top-content {
background-color: #ffffff;
margin-bottom: 0;
margin-top: 0;
padding: 0.3em 0.8em;
border-bottom: #8898bf thin solid;
border-right: #8898bf thin solid;
border-left: #8898bf thin solid;
}
.box-hauptseite-top-content .mw-content-ltr {
text-align: center;
}