MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
HaFu (Diskussion | Beiträge) |
HaFu (Diskussion | Beiträge) |
||
Zeile 11: | Zeile 11: | ||
a { | a { | ||
− | color: # | + | color: #005490; |
} | } | ||
a:visited { | a:visited { | ||
− | color: # | + | color: #4784af; |
} | } | ||
.header-container.header-chrome { | .header-container.header-chrome { | ||
− | background-color: # | + | background-color: #fefefe; |
border: 0; | border: 0; | ||
box-shadow: none; | box-shadow: none; | ||
Zeile 33: | Zeile 33: | ||
height: 4em; | height: 4em; | ||
width: 8em; | width: 8em; | ||
− | background-image:url(static/logo/ | + | background-image:url(static/logo/zitieren06-mobile.png); |
background-position: left center; | background-position: left center; | ||
background-size: 8em 4em; | background-size: 8em 4em; | ||
Zeile 41: | Zeile 41: | ||
.header .branding-box a { | .header .branding-box a { | ||
display: table-cell; | display: table-cell; | ||
− | color: # | + | color: #005490; |
} | } | ||
Zeile 55: | Zeile 55: | ||
#mw-mf-page-center { | #mw-mf-page-center { | ||
− | background-color: # | + | background-color: #fefefe; |
} | } | ||
Zeile 93: | Zeile 93: | ||
.mw-ui-button.mw-ui-progressive { | .mw-ui-button.mw-ui-progressive { | ||
− | background-color: # | + | background-color: #005490; |
− | border: 1px solid # | + | border: 1px solid #005490; |
} | } | ||
Zeile 157: | Zeile 157: | ||
.box-grau { | .box-grau { | ||
− | background-color: # | + | background-color: #fefefe; |
− | border: # | + | border: #dedfdf 1px solid; |
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
.box-grau .box-header { | .box-grau .box-header { | ||
− | background-color: # | + | background-color: #dedfdf; |
} | } | ||
.box-blau { | .box-blau { | ||
− | background-color: # | + | background-color: #e8f0f5; |
− | border: # | + | border: #d1e0eb 1px solid; |
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
.box-blau .box-header { | .box-blau .box-header { | ||
− | background-color: # | + | background-color: #d1e0eb; |
} | } | ||
.box-orange { | .box-orange { | ||
− | background-color: # | + | background-color: #fdf7ea; |
− | border: # | + | border: #faefd5 1px solid; |
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
.box-orange .box-header { | .box-orange .box-header { | ||
− | background-color: # | + | background-color: #faefd5; |
} | } | ||
Version vom 24. September 2021, 18:10 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: #005490;
}
a:visited {
color: #4784af;
}
.header-container.header-chrome {
background-color: #fefefe;
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/zitieren06-mobile.png);
background-position: left center;
background-size: 8em 4em;
background-repeat: no-repeat;
}
.header .branding-box a {
display: table-cell;
color: #005490;
}
.header .branding-box h1 span, .header .branding-box a span {
line-height: 4em;
width: 8em;
text-indent: -100em;
}
.minerva-user-navigation {
min-height: 4em;
}
#mw-mf-page-center {
background-color: #fefefe;
}
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.5em 0 0.5em 1.5em;
padding: 0;
list-style: none;
counter-reset: section;
}
.content ol li {
text-indent: -1.2em;
margin-bottom: 0.5em;
counter-increment: section;
}
.content ol li:before {
content: counter(section) ". ";
}
.minerva-footer {
border-top: 0;
}
.mw-ui-vform .mw-ui-vform-field {
margin-bottom: 1em;
}
.mw-ui-button.mw-ui-progressive {
background-color: #005490;
border: 1px solid #005490;
}
/* Boxen Hauptseite */
.spalten {
display: block;
}
.spalte-1-1 {
width: 100%;
margin: 0 0 1em 0;
overflow: auto;
clear: both;
}
.spalte-2-3 {
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;
}
.spalte-1-3 {
width: 100%;
margin: 0 0 1em 0;
overflow: auto;
clear: both;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.box-header {
margin: 0;
padding: 0.3em 1em;
}
h2.box-header {
font-size: 1.2em;
margin: 0;
padding: 0.3em 1em;
}
.box-content {
margin-bottom: 0;
margin-top: 0;
padding: 0.5em 1em;
}
.box-grau {
background-color: #fefefe;
border: #dedfdf 1px solid;
border-radius: 2px;
}
.box-grau .box-header {
background-color: #dedfdf;
}
.box-blau {
background-color: #e8f0f5;
border: #d1e0eb 1px solid;
border-radius: 2px;
}
.box-blau .box-header {
background-color: #d1e0eb;
}
.box-orange {
background-color: #fdf7ea;
border: #faefd5 1px solid;
border-radius: 2px;
}
.box-orange .box-header {
background-color: #faefd5;
}
/* Medien */
.image, .image img {
display: block;
max-width: 100%;
height: auto;
}
@media screen and (min-width: 720px) {
.header .search-box {
padding-left: 1em;
}
}