User:Doc Taxon/monobook.css
Appearance
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 is at User:Doc Taxon/monobook.js. |
/* #content,
#toc,
#toctitle,
div.thumbinner,
.flaggedrevs_reviewform,
h1, h2, h3, h4, h5, h6,
caption
{
color: #BBB;
background-color: #000;
}
.selflink, .thumbcaption, .NavFrame, #editform, table
{
color: initial;
}
.NavContent
{
background-color: #BBB;
}
#Vorlage_Personendaten,
.thumbcaption
{
color: #BBB;
}
*/
/* Styles */
body { font-family:Verdana; font-size:7pt; background:none; background-color: #f8f8ff; }
h1, h2, h3, h4, h5, h6 { color: #000000; }
h1 { font-weight: normal; font-size: 16pt; }
h2 { font-weight: normal; font-size: 14pt; }
h3 { font-weight: normal; font-size: 12pt; }
table.metadata { display:block; } /* dauerhaftes Einblenden des Personendaten-Blocks */
.portlet h3 { font-weight:bold; background-color:#f8f8ff; } /* alle Überschriften der Sidebar */
.pBody { background-color:#f8f8ff; } /* Sidebar */
.usermessage { border:1px solid #99B3FF; background-color:#E0E8FF; }
.cx-new-interlanguage-link .new { color: #c20; }
table.metadata { display:table; margin-top:20px; }
div.NavFrame {margin-top:10px;}
/* Versionsunterschiede mit größerer Schrift, damit ich es besser lesen kann */
td.diff-context, td.diff-deletedline, td.diffchange, td.diff-addedline {font-size:7pt;}
/* Schrift von "Folgende Vorlagen werden von diesem Artikel verwendet" kleiner */
div.templatesUsed {font-size:10px;}
div#p-logo {
background-color: #f8f8ff;
position: fixed;
top: -150px;
}
div#p-search {
position: fixed;
top: 0px;
width: 145px;
z-index: 5;
}
#p-search h3 {
position: fixed;
top: -150px;
}
div#p-navigation {
font-size: 8pt;
position: fixed;
top: 54px;
/* right: 300px; */
z-index: 5;
height: 350px;
width: 145px;
overflow: auto;
}
#p-navigation h3 {
position: fixed;
top: -150px;
}
div#p-Mitmachen {
display: none ! important;
position:fixed;
bottom: -6px;
right: 150px;
z-index: 5;
}
#p-Mitmachen h3 {
display: none ! important;
position: fixed;
top: -150px;
}
div#p-coll-print_export {
display: none ! important;
position: fixed;
bottom: -6px;
right: 450px;
z-index: 5;
}
#p-coll-print_export h3 {
display: none ! important;
position: fixed;
top: -150px;
}
div#p-tb {
display: none ! important;
position: fixed;
bottom: -6px;
right: 0px;
z-index: 5;
height: 500 px;
}
#p-tb h3 {
display: none ! important;
position: fixed;
top: -150px;
}
#t-contributions {
/* display: none ! important; */
/* ID ("t-contributions") aus Seitenquelltext suchen */
}
div#p-lang .pBody {
font-size: 8pt;
height: 150px;
overflow: auto;
}
div#p-lang {
position: fixed;
/* position: absolute; */
top: 410px;
width: 145px;
z-index: 5;
}
#p-lang h3 {
position: fixed;
top: -150px;
}
div#f-copyrightico {
z-index: 4;
}
div#p-cactions { /*Die Leiste zum Artikel bearbeiten usw.*/
font-size: 8pt;
position: fixed;
background-color: #f8f8ff;
z-index: 5; /*in den Vordergrund holen*/
left: 12.5em;
top: 1.5em; /*sonst bildet sich eine hässliche Spalte zu p-personal*/
width: 100%; /* das Ding ist normal - warumauchimmer - nicht auf voller Breite*/
}
div#p-personal { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
font-size: 8pt;
position: fixed;
background-color: #f8f8ff;
z-index: 5;
line-height: 1.5em;
}
/* Suchfeld etwas anders, flacher und weniger windows-like */
#searchInput { border-style:solid; border-width:1px; border-color:#A0A0A0; }
.searchButton { border-style:solid; border-width:1px; border-color:#A0A0A0; background-color:#F0F0F0; color:#000000; }
/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#p-cactions ul li, #p-cactions ul li a { margin:0 .3em 0 0; padding:0 .3em .3em .3em;
-moz-border-radius-topleft:1em; -moz-border-radius-topright:1em; }
#content { /* -moz-border-radius-topleft:1em; */ -moz-border-radius-bottomleft:1em; }
.pBody { -moz-border-radius-topright:1em; -moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em; -moz-border-radius-bottomleft:1em; }
.mw-editsection {
font-size: 7pt;
text-align: right;
}
/* macht kleine Rahmen um die Personal-Bar oben rechts. sieht dann so aus wie bei den Artikellinks */
#p-personal ul li
{ background-color:white; border:1px solid #aaa; margin:0 .3em 0 0; padding:0 .8em .3em .8em;
-moz-border-radius-bottomleft:0.5em; -moz-border-radius-bottomright:0.5em;
}
/* macht den Freigeben-Button mit rotem Rahmen. */
li#ca-unprotect { border-color:#FF0000; border-width:4px; }
/* kleine farbliche Spielerei mit den Buttons unterm Textfenster */
input[type="submit"] { color:#666666; font-weight:bold; }
input[type="submit"]:hover, input[type="submit"]:focus { color:#000000; font-weight:bold; }
/* Bild-liegt-in-Commons-Hinweis auffälliger */
div.sharedUploadNotice { background:#FFA500; }