User:Tacado/monobook.css
Appearance
(Redirected from User:Wehrfried/monobook.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Tacado/monobook.js. |
#globalWrapper {font-family: "Arial Unicode MS";}
/*
Inhaltsverzeichnis-ausblenden-Verweis ausblenden
*/
span.toctoggle {
display: none;
}
/*
Abschnitte »vorformatierten« Textes wie diesen hier in seine Schranken weisen
damit er nicht kilometerweit den Bildschirm verlässt sondern Bildlaufleisten
anbietet
*/
pre {
overflow: auto;
}
/* NavBar links, Überschriften grau unterlegen */
.portlet H5 {
background-color: #ccc;
-moz-border-radius-topright:1em;
}
/*
Tabellenzellenüberschriften zentrieren
*/
th {
text-align: center;
}
/* Nachrichtenbalken bissel dezenter */
div.usermessage {
font-weight: normal;
background-color: transparent !important;
border-color: transparent transparent black transparent !important;
border-style: groove;
margin-top: -1em; /* evtl. weglassen */
}
div.usermessage a { color: darkred; }
/* Runde Ecken */
.pBody { -moz-border-radius-topright:1em; -moz-border-radius-bottomright:1em; }
/*
Metadaten (z. Zt. nur bei Personen) anzeigen
table.metadata {
display:block;
}
*/
/*
Urheberrechtswarnung bei Seite bearbeiten ausblenden
*/
div#editpage-copywarn-copywarn {
display: none;
}
#n-currentevents, #n-sitesupport, #siteSub { display: none; } /* Navigation: "Aktuelles" und "Spenden" ausblenden*/
#fundraising, #sitenotice {display: none; } /* Spendenaufruf ausblenden, zur Kenntnis genommen */