MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
HaFu (Diskussion | Beiträge) Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung |
HaFu (Diskussion | Beiträge) Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung |
||
Zeile 9: | Zeile 9: | ||
} | } | ||
− | |||
− | |||
− | |||
div.floatright, table.floatright { | div.floatright, table.floatright { | ||
Zeile 17: | Zeile 14: | ||
} | } | ||
− | . | + | .pre-content h1, .content h1, .content h2 { |
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
} | } |
Version vom 19. September 2021, 09:20 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite h1 { display: none; }
/* Override */
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.floatright, table.floatright {
margin: 0;
}
.pre-content h1, .content h1, .content h2 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Boxen Hauptseite */
.spalten {
display: block;
}
.spalte-1-1 {
width: 100%;
margin: 0 0 1em 0;
overflow: auto;
clear: both;
}
.spalte-1-2 {
width: 100%;
margin: 0 0 1em 0;
overflow: auto;
clear: both;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.box-header {
text-align: center;
margin: 0;
padding: 0.2em 0.8em;
}
h2.box-header {
margin: 0;
padding: 0.2em 0.8em;
}
.box-content {
background-color: #ffffff;
margin-bottom: 0;
margin-top: 0;
padding: 0.3em 0.8em;
}
.box-content p {
line-height: 2;
}
.box-grau {
border: #8898bf thin solid;
}
.box-grau .box-header {
background-color: #d3d7de;
border-bottom: #8898bf thin solid;
}
.box-gruen {
border: #158e59 thin solid;
}
.box-gruen .box-header {
color: #158e59;
background-color: #8bddc2;
border-bottom: #158e59 thin solid;
}
.box-gruen .box-content {
background-image: url(static/medien/bg-check.png);
background-size: 200px 200px;
background-position: center top;
background-repeat: no-repeat;
}
.box-rot {
border: #972621 thin solid;
}
.box-rot .box-header {
color: #972621;
background-color: #dd938b;
border-bottom: #972621 thin solid;
}
.box-rot .box-content {
background-image: url(static/medien/bg-no.png);
background-size: 200px 200px;
background-position: center top;
background-repeat: no-repeat;
}
.box-blau {
border: #8898bf thin solid;
}
.box-blau .box-header {
background-color: #d8e8ff;
border-bottom: #8898bf thin solid;
}
/* Medien */
.image, .image img {
display: block;
max-width: 100%;
height: auto;
}