Benutzer:Fbeer42/monobook.css
Erscheinungsbild
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
@media handheld, only screen and (max-device-width: 800px) {
body {
background: none;
font-size: 180% !important;
}
body.landscape {
background-color: red;
font-size: 100% !important;
}
/* content */
#column-content {
float: none;
margin: auto;
padding: 0;
}
#content {
background: none;
border: none;
margin: 0;
overflow: hidden;
}
#column-one {
padding: 0;
}
/* actions and personal */
#p-cactions,
#p-personal {
left: auto;
position: static;
padding: 0;
}
#p-cactions ul,
#p-personal ul {
padding: 0;
margin: 0 0 200px;
background: none !important;
text-align: left;
font-size: 300%;
}
#p-cactions li,
#p-cactions li a,
#p-personal li,
#p-personal li a,
#p-cactions li.selected,
#p-cactions li.selected a {
color: #002BB8;
background: transparent !important;
border: none;
margin: 0;
padding: 0 !important;
display: block;
}
#ca-edit a {
font-weight: normal !important;
}
/* hidden */
#p-logo,
#p-navigation,
#p-search,
#p-interaction,
#p-tb,
#p-lang {
display: none;
}
}