MediaWiki:Monobook.css

Aus Wiktionary, dem freien Wörterbuch
 /*
 ** Diese Seite beinhaltet Monobook-spezifische css-Deklarationen
 ** Bitte [[MediaWiki:Common.css]] für skinübergreifende css-Änderungen benutzen.
 ** Änderungen bitte vor dem Einfügen hier wenn möglich über Special:Mypage/monobook.css testen
 ** Validation: http://u5l.de/x
 ** Änderungen hier benötigen dank Cache einige Zeit, bis sie bei allen sichtbar sind.
 */
 
 /* Unsere Schreibung erzwingen */
 .portlet h5,
 #p-personal ul,
 #p-cactions li a {
     text-transform: none;  /* [[BugZilla:1553]] */
 }
 
 /* Rubriken in den Blöcken der Sidebar dunkelgrau unterlegen */
 .portlet h5 {
     background-color: #e8e8e8;
 }
 
 /* Loginlink und "Seite bearbeiten"-Registrierkarte fett */
 #pt-login a,
 #ca-edit a {
     font-weight: bold !important;
 }
 
 /* Neben Anmeldelink ein kleines Bild zur Illustration anzeigen */
 .signUp {
     position: absolute;
     top: -2px;
     right: 5px;
     width: 16px;
     height: 16px;
     background: url(//upload.wikimedia.org/wiktionary/de/b/b7/SignUp-Logo.png) top left no-repeat;
 }
 
 /* Farbeinstellungen */
 /* ** Inhalt, aktive Registrierkarten müssen weiß sein ** */
 #content,
 #mytabs li.selected a,
 #p-cactions li.selected a {
     background-color: #FFFFFF;
 }
 
 /* ** NR-spezifische Anpassungen ** */
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {
     background: inherit;
 }
 
 /* ** Grauer Hintergrund in Verzeichnissen */
 .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;
 }
 
 /* ** Weiße Ränder von Floatobjekten auf andersfarbigen Hintergründen vermeiden ** */
 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;
 }
 
 /* Sonderzeichenpalette */
 .NavToggle {
     font-size: x-small;
     float: right;
 }
 
 /* Sitenotice etwas kleiner */
 #siteNotice {
     font-size: 90%;
 }
 
 /* Überschriften etwas schöner */
 h3 {
     border-bottom: dotted 1px #aaa;
 }
 h4, h5 {
     border-bottom: dotted 1px #ddd;
 }
 
 /* Tabellenüberschriften */
 caption {
     font-size: 105%;
     font-weight: bold;
 }
 td.diff-addedline, td.diff-deletedline, td.diff-context {
     font-size: 85%;
     color: inherit;
 }
 
 /* Tabs in Einträgen etwas schöner */
 .ns-0 #p-cactions li a:hover {
     background: #FFFFFF;
 }
 .ns-0 * #p-cactions li.selected a {
     background: #FFF;
     color: #33447D;     
 }
 .ns-0 #p-cactions li a {
     background: #EEF2F5;
 }
 
 /* Kategorien etwas schöner darstellen */
 #catlinks {
  border: 0;
  border-top: 2px dotted #AAAAAA;
 }

 /* Letzte Änderungen */
 .mw-line-odd {background-color: #F7F7F7;}