User:Tlustulimu/monobook.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* <pre> */
/* partielly from my user page at the upper sorbian wikipedia */

.IPA { font-family: "Lucida Sans Unicode" !important; }
#Vorlage_Stub { display: block; }  /* Stubvorlage anzeigen */

/* gemopst vom Benutzer:Ce2 */
/* Änderungen mit rotem Hintergrund statt rotem Vordergrund, damit man auch whitespace-Änderungen nicht lange suchen muss */
span.diffchange { color:black; background:#ffaaaa; }

/* Sprachlinks grün */
td.top a.external { color:green }
td.bottom > a.external { color:green }
  /* die GDFL ist ebenfalls ein externer Link im Footer, aber innerhalb eines eingebetteten span, und daher wird sie bei ">" nicht mit erfasst */

/* Links im Autocomment auch schwächer machen */

span.autocomment a:link { color:#0080FF }
span.autocomment a:visited { color:#FF80FF }


/* eigene Ergaenzungen */
div#content {background-color:#fffded;}

div.portlet#p-cactions a,
div.portlet#p-cactions li {-moz-border-radius-topleft:10px;
                           -moz-border-radius-topright:10px;   }
div.portlet div.pBody {-moz-border-radius:10px;}
div.portlet h5  {background-color:#cfc;border:1px dotted #fcc;
                 -moz-border-radius-topleft:5px;
                 -moz-border-radius-topright:5px;}

div#bodyContent > h2 {background-color:#cfc;}
div#bodyContent > h3 {background-color:#fdc;}
div#bodyContent > h4 {background-color:#ffc;}
div#bodyContent > h5 {background-color:#cdf;}
div#bodyContent > h6 {background-color:#cff;}

div#bodyContent a.extiw { color:green; }
div#bodyContent a.extiw:before { content:"W: ";border:1px solid orange;
       -moz-border-radius:5px;background-color:#ccf; }

/* Aus der Monobook.css von Benutzer:Steffen */
/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) für Tabellen*/
div#bodyContent table, div#bodyContent pre, div#bodyContent div{
-moz-border-radius-topright:1em; 
-moz-border-radius-topleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-bottomleft:1em;}

div#p-cactions[id] { /*Die Leiste zum Artikel bearbeiten usw.*/
position:fixed; 
background-color: #f8f8ff;
z-index:5; /*in den Vordergrund holen*/
top: 1.15em; /*sonst bildet sich eine hässliche Spalte zu p-personal*/
width: 100%; /* das Ding ist normal - warumauchimmer - nicht auf voller Breite*/
}
              /* id-Attributselektor zum Verstecken vor dem IE 5.x/6 */
div#p-personal[id] { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
position:fixed; 
background-color: #f8f8ff;
z-index:5;
line-height: 1.3em;
}

div#p-personal a {border:1px dotted yellow;-moz-border-radius:7px;background-color:#ffc;
padding-left:.4em;padding-right:.4em;}
li#pt-logout a {border:1px dotted #fcc;background-color:#fcc;}
li#pt-userpage a {border-color:#cfc;background-color:#cfc; }

/*  Aus der Infoseite vom Benutzer BlueFiSH.as uebernommen */
li#ca-edit a[href*="title=User:"] { background: left url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Stop_hand.png/32px-Stop_hand.png); }  
li#ca-edit a[href*="title=User:Tlustulimu/"] { background: none; }
li#ca-edit a[href*="title=User:Tlustulimu&"] { background: none; }

/* Links zu bestimmten Seiten farblich hervorheben, damit sie in der Beobachtungsliste besser hervorstechen - nach BlueFiSH.as mit einigen Änderungen */
.ns--1 div#bodyContent a[href*="Commons:"], .ns--1 div#bodyContent a[href*="WP:"] { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="Commons_talk:"]     { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="User:"], .ns--1 div#bodyContent a[href*="WP:"]  { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="User:"]:visited {background:#ececff;} /* Besuchte etwas heller - neu am 8.6.2006 */
.ns--1 div#bodyContent a[href*="User_talk:"]      { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="User_talk:"]:visited      { background:#ececff; }  /* Besuchte etwas heller - neu am 8.6.2006 */
.ns--1 div#bodyContent a[href*="Tlustulimu"]           { background:#C1FFC1; }      /* hellgrün; alle meine Seiten */
.ns--1 div#bodyContent a[href$="User:Tlustulimu"],
.ns--1 div#bodyContent a[href$="User:Tlustulimu"]:visited  { background:#FF3030; font-weight:bold; } /* meine Signatur in rot */
.ns--1 div#bodyContent a[href*="MediaWiki:"] { background:#FFA500; }
/* Admin orange */
.ns--1 div#bodyContent a[href$="User:Dundak"],
.ns--1 div#bodyContent a[href$="User:Dundak"]:visited  { background:#FC6; }

div#bodyContent span.subpages a {background:none;}
/* 
#p-logo,                   Logo ausblenden */
#editpage-copywarn-copywarn  /* Copyright-Warnung - zur Kenntnis genommen */ {display:none;}
/* Verschiebung nach oben wegen ausgeblendetem Logo 
div.portlet#p-navigation {margin-top:-140px;}*/

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

/* gefunden in der deutschen Wikipedia unter Commons:Verbesserungsvorschläge/Feature-Requests#Andere Linkfarbe für #-Links */
a[href^="#"] { background-color:#EEB; font-weight:bold; } /* interner Verweis */
/* ueberschreiben - Ergaenzung vom 7.1.2007 */
table.toc a[href^="#"],
div#specialchars a[href^="#"] {background-color:transparent;}

/* Ausblenden der "Werbung" und Fußzeile */
div#siteNotice,
div#footer,
li#n-sitesupport,
/* li#n-randompage, */
li#t-permalink {display:none;}

/* fuer die Platzierung des Links bei Navigationsleisten */
.NavToggle {
       font-size: x-small;
       float:right;
}

.wikipediauserbox,
.wikipediauserbox table {-moz-border-radius:0 !important;}
.wikipediauserbox table td {border:none !important;}

/* aus der Esperantowikipedia monobook.css - Formate fuer die 
Diskussionsseiten */
/* Style pour les pages de discussion ; gestion de la coloration indentative */
.ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, 
.ns-11 dd, .ns-13 dd,.ns-15 dd, .ns-101 dd, .ns-103 dd, .ns-105 dd { 
   margin: 0;
   padding: 0;
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 
.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl, .ns-105 dl { 
   border-top: solid 1px #F0F080; 
   border-left: solid 1px #F0F080; 
   padding-top: 0.5em; 
   padding-left: 0.5em; 
   margin-left: 1em; 
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 
.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl, .ns-105 dl 
{ background-color: #FFFFE0; }

.ns-1 dl dl, .ns-3 dl dl, .ns-5 dl dl, .ns-7 dl dl, .ns-9 dl dl, 
.ns-11 dl dl, .ns-13 dl dl, .ns-15 dl dl, .ns-101 dl dl, .ns-103 dl dl, .ns-105 dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl, .ns-3 dl dl dl, .ns-5 dl dl dl, .ns-7 dl dl dl, .ns-9 dl dl dl, 
.ns-11 dl dl dl, .ns-13 dl dl dl, .ns-15 dl dl dl, .ns-101 dl dl dl, .ns-103 dl dl dl, .ns-105 dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl, .ns-3 dl dl dl dl, .ns-5 dl dl dl dl, .ns-7 dl dl dl dl,
.ns-9 dl dl dl dl, .ns-11 dl dl dl dl, .ns-13 dl dl dl dl, .ns-15 dl dl dl dl,
.ns-101 dl dl dl dl, .ns-103 dl dl dl dl, .ns-105 dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl, .ns-3 dl dl dl dl dl, .ns-5 dl dl dl dl dl, 
.ns-7 dl dl dl dl dl, .ns-9 dl dl dl dl dl, .ns-11 dl dl dl dl dl, 
.ns-13 dl dl dl dl dl, .ns-15 dl dl dl dl dl, .ns-101 dl dl dl dl dl, 
.ns-103 dl dl dl dl dl, .ns-105 dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl, 
.ns-105 dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl,
 .ns-105 dl dl dl dl dl dl dl dl dl 
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl dl dl dl 
{ background-color: #FFFFEE; }

/* runde Ecken "entsorgen" */

div#bodyContent div.BoxenVerschmelzen,
div#bodyContent div.NavFrame,
div#bodyContent div#SUL,
div#bodyContent table.navbox {
  -moz-border-radius-topright:0; 
  -moz-border-radius-topleft:0;
  -moz-border-radius-bottomright:0;
  -moz-border-radius-bottomleft:0;
}

/* Lücke schließen */
div.BoxenVerschmelzen,
div.NavFrame {padding:0;}

/* zablokować ausblenden */
.ns--1 div#bodyContent a[title="Specialnje:Blokować/Tlustulimu"]   {display:none;}

/* z diskusijneje strony němskeje wikipedije [[:de:Wikipedia Diskussion:Skin#Freigeben rot]]*/


a[href$="action=unprotect"]   { border-color:#FF0000; border-width:4px; }
li#ca-unprotect               { border-color:#FF0000; border-width:4px; }

/* za infokašćiki z klasu .infobox */
.infobox {
   -moz-border-radius:0 !important;
}

/* z esperantorěčneje wikipedije, za předłohu:Koord */
 #coordinates {
    display: inline;
    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;
 }

/* from my user page at the English wikipedia */
/* z ruskeje wikipedije za nowe knefliki pod redigowanskim woknom  */
/* для вставки кратких описаний изменений, из польской Вики*/
/* powyższe tylko dla zgodności wstecznej */
#userSummaryButtonsA a {
background: #cfc;
border: 1px dotted #090;
padding: 0px 2px;
margin: 2px;
cursor: pointer;
font-size: 80%;
line-height: 17px;
color: black;
}
 
#userSummaryButtonsA a:hover {
background: #bfb;
border: 1px solid #9c9;
text-decoration:none;
}