MediaWiki:Monobook.css

Vu Wikipedia

Opgepasst: Nom Verëffentleche musst Dir Ärem Browser seng Cache eidel maachen, fir d'Ännerungen ze gesinn.

  • Firefox / Safari: Halt Shift wärend Dir Reload klickt oder dréckt entweder Ctrl-F5 oder Ctrl-R (⌘-R op engem Mac);
  • Google Chrome: Dréckt Ctrl-Shift-R (⌘-Shift-R op engem Mac)
  • Internet Explorer / Edge: dréckt Ctrl wärend Dir op Refresh klickt oder dréckt Ctrl-F5.
  • Opera: Dréckt Ctrl-F5..
 /*-----------------------------------------------------------------------------*/
 /* Ännerungen am Monobook-Skin fir d'Lëtzebuerger Wikipedia               */
 /* --> Skiniwwergräifend Upassunge sinn am [[MediaWiki:Common.css|Common.css]]               */
 /*-----------------------------------------------------------------------------*/

 /* Ännerunge fett markéieren */
 
 span.diffchange {
         font-weight: bold;
 }

 /* Linken net ënnersträichen */
 
 a { 
        text-decoration: none; 
 }

 /* Groussbuschtawen an den Navigatiounsberäicher */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }

 /* Fetten Ännere-Link */
 
 #ca-edit a {
 	font-weight: bold !important;
 }

 /* Vermeit elle wäit Borde bei Float-Objeten op net-wäissem Hannergrond. */
 
 div.thumb {
 	border: none;
 }
 div.tright {
 	border: none;
 	margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
 	border: none;
 	margin: 0.5em 1.4em 0.8em 0;
 }

 /* fromWikipedia */
 
 #fromWikipedia {
 	font-size: x-small;
 }

 /* Make all non-namespace pages have a light blue content area. This is done by
 	setting the background color for all #content areas to light blue and then
 	overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 	do the same for the "tab" background colors. --Lupo */
 
 #content,
 #mytabs li.selected a,
 #p-cactions li.selected a {
 	background-color: #F3F3FF; /* ein leichtes blau */
 }
 .ns-0 #content,
 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {
 	background-color: white;
 }

 /* Kuckt d'Diskussiounssäit == Hannergrondfaarwen ==
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {
 	background: inherit;
 }
 */

 /* Kategorie méi schéin duerstellen */
 
 #catlinks {
 	border: 0px;
 	border-top: 2px dotted #aaaaaa;
  }

 /* Tabelleniwwerschrëften (mat |+) méi grouss a fett */
 
 caption {
 	font-size: 105%;
 	font-weight: bold;
 }

 /* [[Wikipedia:Externhiweis|Externhiweis]] */
 
 #externHinweis {
 	font-size: x-small;
 	text-align: center;
 	padding: 5px;
 }
 
 .NavToggle {
        font-size: x-small;
        float:right;
 }

 /* déi folgend dräi Abschnitter musse bei [[MediaWiki:Amethyst.css|Amethyst.css]], Monobook.css und [[MediaWiki:Nostalgia.css|Nostalgia.css]] synchron ugepasst ginn */

 /* Formatéierung betrëfft Virlagen: Geokoordinate, Koordinate2 & Koordinate3 */
 
 #coordinates {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; 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;
 }

 /* klengt Globus-Symbol nieft de Geokoordinate weisen */
 
 #coordinates a[href ^="http://"] {
    background: url(//upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat; padding-right: 18px !important;
 }

 /* fir [[Template:ISSN-Link]] fir ouni Globus-Symbol */
 
 #issnlink {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; 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;
 }

 /* fir [[Wikipedia:Editcount|Template:Editcount]] */
 
 #editcount {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; 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;
 }

 /* Formatéierung fir Ofkierzungen (experimentell) */
 
 #shortcut {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
 }

 /* Linken am [[Portal:Punk]] */
 
 #punk a {
         color: red
 }
 #punk a.new {
         color: #FF8000
 }