Benutzer:Doersino/monobook.css: Unterschied zwischen den Versionen

Aus Ardapedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 15: Zeile 15:


/* so dies und das */
/* so dies und das */
body            { font-family:Verdana; } */
body            { font-family:Verdana;} */


/* Schrift von "Folgende Vorlagen werden von diesem Artikel verwendet" kleiner */
/* Schrift von "Folgende Vorlagen werden von diesem Artikel verwendet" kleiner */
Zeile 29: Zeile 29:
.pBody                                { -moz-border-radius-topright:1em; -moz-border-radius-bottomright:1em; }
.pBody                                { -moz-border-radius-topright:1em; -moz-border-radius-bottomright:1em; }


/* Footer etwas anders. Powered-Icon weg. */
#footer                      { display:none; }
#footer                      { background:transparent; }
#f-poweredbyico              { display:none; }


/* =========== DIVERSE AUSBLENDUNGEN ================ */
/* =========== DIVERSE AUSBLENDUNGEN ================ */
Zeile 42: Zeile 40:
li#pt-userpage                /* MSN-Icon neben dem Benutzernamen */
li#pt-userpage                /* MSN-Icon neben dem Benutzernamen */
  { background:none }
  { background:none }
/* ================================================== */
/* ================== TEMP ========================== */
/* ================================================== */
/* .ns--1 legend { background-color:#f3f3ff; } */
#fundraising { display:none; }
#coordinates { 
position:absolute; z-index:1; border: none; background: none;  right:12px;  top:0.5em; float:right; margin: 0.0em;
padding:0.0em; line-height: 1.5em; text-align:right; text-indent:0; font-size:85%; text-transform: none; white-space:normal;
}
/* ================================================== */
/* ================== ungenutztes =================== */
/* ================================================== */
/* Benutzer- & Artikelleiste fixieren - funktioniert im Firefox 0.8 zwar, aber bei 100% CPU-Last. also bis auf weiteres deaktiviert. */
/*
div#p-cactions { /*Die Leiste zum Artikel bearbeiten usw.*/
position:fixed; background-color: #f8f8ff; z-index:5; top: 1.15em; width: 100%; }
div#p-personal { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
position:fixed; background-color: #f8f8ff; z-index:5; line-height: 1.3em; }
*/
/* Ausblendung für mich nicht interessanter Image-Meta-Data-Tags */
/* #metadata,   
th.artist, th.copyright, th.imagedescription, th.make, th.model, th.datetimeoriginal, th.software, th.orientation, td.orientation,
th.xresolution, td.xresolution, th.yresolution, td.yresolution, th.datetime, td.datetime, th.ycbcrpositioning, td.ycbcrpositioning,
th.exposuretime, td.exposuretime, th.fnumber, td.fnumber, th.exifversion, td.exifversion, th.datetimedigitized, td.datetimedigitized,
th.compressedbitsperpixel, td.compressedbitsperpixel, th.shutterspeedvalue, td.shutterspeedvalue, th.aperturevalue, td.aperturevalue,
th.exposurebiasvalue, td.exposurebiasvalue, th.maxaperturevalue, td.maxaperturevalue, th.meteringmode, td.meteringmode, th.flash,
td.flash, th.focallength, td.focallength, th.colorspace, td.colorspace, th.focalplanexresolution, td.focalplanexresolution,
th.focalplaneyresolution, td.focalplaneyresolution, th.focalplaneresolutionunit, td.focalplaneresolutionunit, th.sensingmethod,
td.sensingmethod, th.customrendered, td.customrendered, th.exposuremode, td.exposuremode, th.whitebalance, td.whitebalance,
th.digitalzoomratio, td.digitalzoomratio, th.scenecapturetype, td.scenecapturetype, th.exposureprogram, td.exposureprogram,
th.isospeedratings, td.isospeedratings, th.lightsource, td.lightsource, th.exposureindex, td.exposureindex, th.subjectdistancerange,
td.subjectdistancerange, th.subsectime, td.subsectime, th.brightnessvalue, td.brightnessvalue, th.subsectimeoriginal,
td.subsectimeoriginal, th.subsectimedigitized, td.subsectimedigitized, th.focallengthin35mmfilm, td.focallengthin35mmfilm,
th.contrast, td.contrast, th.saturation, td.saturation, th.sharpness, td.sharpness
{ display:none; }
table.metadata { width:250px; }
*/
table                { border: 1px solid; }

Aktuelle Version vom 1. August 2006, 08:09 Uhr

/* ============================================================================================== */
/* Referenz1: http://de.wikipedia.org/style/monobook/main.css                                     */
/* Referenz2: http://de.wikipedia.org/skins-1.5/monobook/main.css                                 */
/* ======================================= Beschreibung: ======================================== */
/*                                                                                                */
/*         Wer wissen will, wie es aussieht, muss sich folgendes Bild ansehen:                    */
/*           http://de.wikipedia.org/wiki/Bild:Bluefish_monobook_js_css.png                       */
/*                                                                                                */
/*                Auf der folgenden Seite gibts noch weitere Infos dazu:                          */
/*   http://de.wikipedia.org/wiki/Benutzer:BLueFiSH.as/Javascripts_%26_Stylesheets_von_Benutzern  */
/*                                                                                                */
/*       Ich danke Wikipedia-Benutzer BLueFiSH.as für dieses sehr gelungene monobook.css                        */
/*                                                                                                */
/* ============================================================================================== */

/* so dies und das */
body            { font-family:Verdana;} */

/* Schrift von "Folgende Vorlagen werden von diesem Artikel verwendet" kleiner */
div.templatesUsed {font-size:10px;}

/* Suchfeld etwas anders. flacher und weniger windows-like */
#searchInput  { border-style:solid; border-width:1px; border-color:#339933; }
.searchButton { border-style:solid; border-width:1px; border-color:#339933; background-color:#F0F0F0; color:#000000; }

/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#p-cactions ul li, #p-cactions ul li a { -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; }

#footer                      { display:none; }

/* =========== DIVERSE AUSBLENDUNGEN ================ */
#editpage-copywarn-copywarn,  /* Copyright-Warnung - zur Kenntnis genommen */
.editHelp,                    /* neben den Buttons: "Abbruch" und "Bearbeitungshilfe" entfernen */
#histlegend,                  /* erläuternde Hinweise in der "Versionen"-Seite */
#confirmemail                 /* Email wurde bestätigt, Hinweis kann weg ;-) */
 { display:none }

li#pt-userpage                /* MSN-Icon neben dem Benutzernamen */
 { background:none }