Wikipedia:Kurier/styles.css
Zur Navigation springen
Zur Suche springen
.wikiKurier-HeadText {
clear: right;
font-size: 100%;
background-color: rgb(224,224,216);
color: black;
padding: 0.7em 1.7em;
text-align: right;
border-bottom: 1px solid rgb(170,170,170);
}
.wikiKurier-Motto {
float: left;
font-family:'Linux Libertine',Georgia,Times,serif;
color: rgb(170,0,0);
}
.wikiKurier-Linkleiste a {
color: black !important;
text-decoration: underline;
}
.wikiKurier-Mobilnavigation {
display: none;
}
.wikiKurier-Ticker {
float: right;
color: black;
padding: 0.5em 1.7em;
}
#Container {
background: white;
border:solid 1px rgb(170,170,170);
box-shadow: 0.2em 0.3em 0.8em rgba(0,0,0,0.4);
float:left;
padding:1.5em 1.7em;
margin-bottom:1.7em;
width:100%;
box-sizing:border-box;
}
#Head {
color:white;
background-color:rgb(178,34,34);
margin:-1.5em -1.7em 0 -1.7em;
padding: 0 0;
text-align:left;
}
#wikiKurierLogo {
padding:.05em .425em;
font-size: 4em;
font-family:'Linux Libertine',Georgia,Times,serif;
line-height:1.6;
}
#Rechte_Spalte_oben {
float:right;
font-size:85%;
padding-right:0.5em;
width:36.5%;
}
#Rechte_Spalte_oben h2 {
margin:1em 0 0.5em;
border-bottom:none;
font-family:inherit;
font-size:120%;
font-weight:bold;
}
#Linke_Spalte {
float:left;
width:59%;
}
#Rechte_Spalte {
float:right;
padding-right:0.5em;
width:36.5%;
}
#Rechte_Spalte h2 {
margin:1em 0 0.5em;
border-bottom:none;
font-family:inherit;
font-size:102%;
font-weight:bold;
}
@media screen {
html.skin-theme-clientpref-night #Container {
background: var(--background-color-neutral-subtle);
}
html.skin-theme-clientpref-night #Rechte_Spalte_oben table {
color: unset;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os #Container {
background: var(--background-color-neutral-subtle);
}
html.skin-theme-clientpref-os #Rechte_Spalte_oben table {
color: unset;
}
}
@media screen and (max-width: 720px) {
.wikiKurier-HeadText {
text-align: center;
}
.wikiKurier-Ticker {
float: none;
}
.wikiKurier-Ticker td {
max-width: unset !important;
text-overflow: ellipsis;
}
.wikiKurier-Motto {
float: none;
}
.wikiKurier-Mobilnavigation {
display: block;
background: rgb(224,224,216);
color: #202122;
border: 1px solid rgb(170,170,170);
font-weight: bold;
text-align: center;
}
#wikiKurierLogo {
text-align: center;
}
#Rechte_Spalte_oben {
float: none;
padding-right: 0;
width: auto;
}
#Linke_Spalte {
float: none;
width: auto;
}
#Rechte_Spalte {
float: none;
padding-right: 0;
width: auto;
}
}