MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
HaFu (Diskussion | Beiträge) |
HaFu (Diskussion | Beiträge) |
||
Zeile 166: | Zeile 166: | ||
@media screen and (min-width: 720px) { | @media screen and (min-width: 720px) { | ||
.header .search-box { | .header .search-box { | ||
− | padding-left: | + | padding-left: 1em; |
} | } | ||
} | } |
Version vom 23. September 2021, 08:34 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;
letter-spacing: 0.005em;
}
a {
color: #006faf;
}
a:visited {
color: #629fcd;
}
.header-container.header-chrome {
background-color: #f0f1f2;
border: 0;
box-shadow: none;
}
.header {
height: 4em;
}
.header .branding-box {
opacity: 1;
display: table-cell;
height: 4em;
width: 8em;
background-image:url(static/logo/zitieren05-mobile.png);
background-position: left center;
background-size: 8em 4em;
background-repeat: no-repeat;
}
.header .branding-box a {
display: table-cell;
color: #006faf;
}
.header .branding-box h1 span, .header .branding-box a span {
line-height: 4em;
width: 8em;
text-indent: -100em;
}
#mw-mf-page-center {
background-color: #f0f1f2;
}
div.floatright, table.floatright {
margin: 0;
}
.pre-content h1, .content h1, .content h2 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
letter-spacing: 0.01em;
}
.content ol {
margin: 0.7em 0 0.7em 2.8em;
padding: 0;
}
.minerva-footer {
border-top: 0;
}
.mw-ui-vform .mw-ui-vform-field {
margin-bottom: 1em;
}
.mw-ui-button.mw-ui-progressive {
background-color: #006faf;
border: 1px solid #006faf;
}
/* 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.3em 0.8em;
}
.box-content {
margin-bottom: 0;
margin-top: 0;
padding: 0.4em 0.8em;
}
.box-grau {
background-color: #f6f6f6;
border: #d9dcdf 1px solid;
border-radius: 2px;
}
.box-grau .box-header {
background-color: #d9dcdf;
}
.box-blau {
background-color: #f1f6fb;
border: #cedfef 1px solid;
border-radius: 2px;
}
.box-blau .box-header {
background-color: #cedfef;
}
.box-orange {
background-color: #fef3e5;
border: #fbdaac 1px solid;
border-radius: 2px;
}
.box-orange .box-header {
background-color: #fbdaac;
}
/* Medien */
.image, .image img {
display: block;
max-width: 100%;
height: auto;
}
@media screen and (min-width: 720px) {
.header .search-box {
padding-left: 1em;
}
}