MediaWiki:Monobook.css

Vu Wiktionnaire

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..
/* '''[[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(//upload.wikimedia.org/wiktionary/de/b/b7/SignUp-Logo.png) 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;}
 
 /* Kategorien etwas schöner darstellen */
 #catlinks {
  border: 0px;
  border-top: 2px dotted #AAAAAA;
 }
 
 /* Tabellenüberschriften (mit |+) größer und fett */
 caption {
  font-size: 105%;
  font-weight: bold;
 }
 
 /* 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;
 }

 h1 {
  font-size:160%;
  font-weight:bold;
 }
 h2 {
   font-size:140%;
   font-weight:bold;
 }
 h3 {
   font-size:130%;
 }
 h4 {
   font-size:120%;
 }
 h5 {
   font-size:110%;
 }
 h6 {
   font-size:100%;
 }