Benutzer:Pianopianissimo/monobook.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* '''[[MediaWiki:Common.css/navi|»Navigation und Hinweis«]]''' */

 /* Großbuchstaben in den Navigationsbereichen */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {text-transform: none;}
 
 /* Registerkarte/Reiter für Navigationsbereiche */
 .portlet h5 {background-color: #e8e8e8;}
 
 /* Links nicht unterstreichen */
 a { 
        text-decoration: none; 
 }
 
 /* Fetter Anmelde- und Bearbeiten-Link */
 #pt-login a,
 #ca-edit a {font-weight: bold !important;}
 
 /* signUp-Bild */
 .signUp {
  position: absolute;
  top: -36px;
  right: 3px;
  width: 16px;
  height: 16px;
  background: url(http://img183.imageshack.us/img183/3748/wiktioasdfgrr7.jpg) top left no-repeat;
 }
 
 /* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen */
 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;
 }
 
 /* Sanftes Gelb als Hintergrund */
 #content,
 #mytabs li.selected a,
 #p-cactions li.selected a {background-color: #FFFFFF;}
 .ns-0 #content,
 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {background-color: white;}
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {background: inherit;}
 
 /* Sanftes Grau als Hintergrund für Verzeichnisse (& Disk.) */
 .ns-102 * #content,
 .ns-102 * #p-cactions li,
 .ns-102 * #p-cactions li a,
 .ns-103 * #content,
 .ns-103 * #p-cactions li,
 .ns-103 * #p-cactions li a {background-color: #F2F2F2;}
 
 /* Tabellenüberschriften (mit |+) größer und fett */
 caption {
  font-size: 105%;
  font-weight: bold;
 }

/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
.pBody 
{
   background-color: #F1F5FF;
   border: 1px solid Silver;
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 1.0em;
   -moz-border-radius-bottomright: 1.0em;
   -moz-border-radius-bottomleft: 1.0em;
}
.portlet h5 
{
   align: right;
   background-color: #D3DFFF;
   border: 0px solid Silver;
   -moz-border-radius-topright: 1.0em;
   -moz-border-radius-topleft: 1.0em;
}
#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius-topright: 1.0em;
  -moz-border-radius-topleft: 1.0em;
  -moz-border-radius-topleft: 1.0em;
}
 

 /* Versionsvergleiche nicht nur farb-basiert */
 .diffchange {
  font-weight: bold;
  background-color: inherit;
 }
 
 td.diff-addedline, td.diff-deletedline, td.diff-context {
  font-size: 85%;
  color: inherit;
 }
 
 /* Sonderzeichen-Palette */
 .NavToggle {
  font-size: x-small;
  float: right;
 }
 
 /* LÄ-Optionen */
 .rcoptions {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  padding: 3px 8px;
 }

 /* "Aus Wiktionary, dem freien Wörterbuch" anzeigen */
 #siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
 }
 
 #bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
 }

 /* BEGIN Diff rendering von fr.wiki :) */
 table.diff {
   padding: 0.5em;
 }
 table.diff td { 
    vertical-align: top;
 }
 td.diff-addedline { 
    background:#BBFFD1; 
 }
 td.diff-addedline span.diffchange {
    background: #EBFFF2;
    color: #FF3F3F;
    font-weight: bold;
 }
 td.diff-deletedline {
    background:#FFD9DB;
 }
 td.diff-deletedline span.diffchange {
    background: #FFEBEB;
    color: #FF3F3F;
    font-weight: bold;
 }
 td.diff-context {
    background:#E7F2FF;
 }
 /* END Diff rendering */