User:Tlusta/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* <pre> */
/* de Vikipediisto Tlustulimu */
/* zdźěla wot němskeje wikipedije */

/* Überflüssiges wird hier versteckt */
/* von User:-revi/global.css - 20150428 */
/** No betafeatures button */
#pt-betafeatures { display: none; }

/** No MediaViewer button on File: namespace pages */
.mw-mmv-filepage-buttons { display: none }

/* Ergänzung 20150502, 20150504 (media) */
@media screen and (max-width:800px) {
	html[lang="de"] #pt-uls { display:none; }
}
 
/* Make protected page's edit box shown in YELLOW.
*/
textarea.mw-textarea-protected, .ns-8 textarea {
  	background: #FFFFDB;
}

.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 */
#content {background-color:#fffded;}

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

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

#bodyContent a.extiw { color:green; }
#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*/
#bodyContent table, #bodyContent pre, #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] */
#mw-head { /*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 */
#p-personal[id] { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
position:fixed; 
background-color: #f8f8ff;
z-index:5;
line-height: 1.3em;
}

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

/*  Aus der Infoseite vom Benutzer BlueFiSH.as uebernommen */
.ns-2 #ca-edit a { background: left url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Stop_hand.png/32px-Stop_hand.png); }  
.ns-2 #ca-edit a[href*=":Tlusta/"],
.ns-2 #ca-edit a[href*=":Tlusta&"] { 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*="Wikipedia:"], 
.ns--1 div#bodyContent a[href*="WP:"] { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="Wikipedia_talk:"]     { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
/* User Namensraum */
.ns--1 div#bodyContent a[href*="User:"], 
.ns--1 div#bodyContent a[class="mw-userlink"][href*=":"]  { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="User:"]:visited,
.ns--1 div#bodyContent a[class="mw-userlink"][href*=":"]:visited {background:#ececff;} /* Besuchte etwas heller - neu am 8.6.2006 */
/* User_talk Namensraum */
.ns--1 div#bodyContent a[href*="User_talk:"],
.ns--1 div#bodyContent .mw-usertoollinks a[href*=":"],
.ns--1 div#bodyContent a[class="userlink"][href*=":"] { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div#bodyContent a[href*="User_talk:"]:visited,
.ns--1 div#bodyContent .mw-usertoollinks a[href*=":"]:visited,
.ns--1 div#bodyContent a[class="userlink"][href*=":"]:visited { background:#ececff; }  /* Besuchte etwas heller - neu am 8.6.2006 */
/* Ich selbst */
.ns--1 div#bodyContent a[href*="Tlusta"],
.ns--1 div#bodyContent .mw-usertoollinks a[href*="Tlusta"],
.ns--1 div#bodyContent a[class="userlink"][href*="Tlusta"],
.ns--1 div#bodyContent .mw-usertoollinks a[href*="Tlusta"]:visited,
.ns--1 div#bodyContent a[class="userlink"][href*="Tlusta"]:visited { background:#C1FFC1; }      /* hellgrün; alle meine Seiten */
.ns--1 div#bodyContent a[href$="User:Tlusta"],
.ns--1 div#bodyContent a[class="mw-userlink"][href$=":Tlusta"],  /* localized form */
.ns--1 div#bodyContent a[href$="User:Tlusta"]:visited,
.ns--1 div#bodyContent a[class="mw-userlink"][href$=":Tlusta"]:visited  { background:#FF3030; font-weight:bold; } /* meine Signatur in rot */

.ns--1 div#bodyContent a[href*="MediaWiki:"] { background:#FFA500; }

/* Tlustulimu */
.ns--1 div#bodyContent a[href$="User:Tlustulimu"],
.ns--1 div#bodyContent a[class="mw-userlink"][href$=":Tlustulimu"],
.ns--1 div#bodyContent a[href$="User:Tlustulimu"]:visited,
.ns--1 div#bodyContent a[class="mw-userlink"][href$=":Tlustulimu"]:visited { background:#CFF; }

#bodyContent .subpages a {background:none;}

#p-logo,                   /* Logo ausblenden */
#editpage-copywarn-copywarn  /* Copyright-Warnung - zur Kenntnis genommen */ {display:none;}
/* Verschiebung nach oben wegen ausgeblendetem Logo */
.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 Wikipedia: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 */
#siteNotice,
#footer,
#n-sitesupport,
/* li#n-randompage, */
#t-permalink {display:none;}

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



/* za pomocne strony wo barbowych šemach za wužiwarske kašćiki */
th.only-css,
td.only-css { display:table-cell; }
* html th.only-css { display:block; } /* za IE */
span.only-css {display:inline;}

/* 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" */

#bodyContent div.BoxenVerschmelzen,
#bodyContent div.NavFrame,
#bodyContent #SUL,
#bodyContent .navbox,
#bodyContent div.thumbinner.noradius,
#bodyContent div.thumbinner .thumbimage.noradius,
#bodyContent div.thumbinner .thumbcaption.noradius,
#bodyContent table.butonaro + div,
#bodyContent table.butonaro + div > div {
  -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;}

/* 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;
}