1.020 Bytes hinzugefügt,
16:12, 24. Sep. 2019 /* Das folgende CSS wird für alle Nutzer der mobilen Ansicht geladen. */
body {
/* background-color: #008080; */
background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9;
}
/* HEADER (top range with tabs and search field) */
div#mw-head {
background-color: #F2F9F9;
}
/* CONTENT */
.mw-body {
/* background-color: #008080; */
background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9;
border-color: #008080;
}
.mw-body h1 {
margin-top: 28px;
color: #F2F9F9;
/* font-weight: bold; */
border-bottom: none;
}
.mw-body h2 {
margin-top: 36px; margin-bottom: 12px;
color: #008080;
font-size: 1.4em;
border-bottom: 1px solid #008080;
}
.mw-body h3 {
margin-top: 18px;
font-size: 1.00em;
color: #008080;
}
#toc, .toc {
background-color: transparent;
border: 1px solid #F2F9F9;
}
li {
margin-top:6px;
}
div#footer {
/* background-color: #008080;
background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9; */
}