MediaWiki:Common.css

Aus D4O Wiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern 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
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: #c8b694;
}

/*removes the toolbox*/
#p-tb { display: none; }

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #c8b694;
}
.mw-body {
  background: #e9d9bb;
}
#ca-talk { display:none!important; }
#ca-history{ display:none!important; }
#ca-viewsource{ display:none!important; }
#ca-view{ display:none!important; }

#ca-nstab-main{ display:none!important; }

  .mw-body {
    border-top: 1px solid #a11b1b;
    border-left: 1px solid #a11b1b;
    border-bottom: 1px solid #a11b1b;
    /* Merge the border with tabs' one (in their background image) */
    margin-top: 0px;
    padding: 1.25em 0.5em 1.5em;
  }


  /* Namespaces and Views */
  .vector-menu-tabs {
  	background: #c8b694;  
    background-position: left bottom;
    float: left;
    height: 2.5em;
    padding-left: 1px;
    /* Navigation Labels */
  }
  .vector-menu-tabs h3 {
    display: none;
  }
  .vector-menu-tabs ul {
    float: left;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
  }
  .vector-menu-tabs li {
background: #c8b694;    
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
  }
  .vector-menu-tabs li a {
    background-position: right bottom;
    background: #c8b694;  
    color: #0645ad;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
  }
  .vector-menu-tabs .new a,
  .vector-menu-tabs .new a:visited {
    color: #a55858;
    background: #c8b694;  
  }
  .vector-menu-tabs .selected {
    background: #c8b694;
  }
  .vector-menu-tabs .selected a,
  .vector-menu-tabs .selected a:visited {
  	background: #c8b694;  
    color: #202122;
    text-decoration: none;
  }
  .vector-menu-tabs .icon a {
  	background: #c8b694;  
    background-position: right bottom;
    background-repeat: no-repeat;
  }
 

	
/* last modification stuff */
#footer-info { display: none; }


  .vector-menu-portal .body li a,
  .vector-menu-portal .vector-menu-content li a {
    color: #202122;
  }
  .vector-menu-portal .body li a:visited,
  .vector-menu-portal .vector-menu-content li a:visited {
    color: #202122;
      font-weight: bold;
  }
.vector-menu-content-list li a {
    color: #202122;
  }
 .vector-menu-content li a:visited {
    color: #0b0080;
  }

  .vector-menu-portal .body li a,
  .vector-menu-portal .vector-menu-content li a {
    color: #202122;
  }
  .vector-menu-portal .body li a:visited,
  .vector-menu-portal .vector-menu-content li a:visited {
    color: #202122;
      font-weight: bold;
  }
.vector-menu-content-list li a {
    color: #202122;
  }
 .vector-menu-content li a:visited {
    color: #0b0080;
  }