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;
  }
.wikitable {
	  background-color: #e9d9bb;
	  color: #202122;
	  margin: 1em 0;
	  border: 1px solid #000;
	  border-collapse: collapse;
	}
	.wikitable > tr > th,
	.wikitable > * > tr > th {
	  background-color: #c8b694;
	  text-align: center;
	  	  border: 1px solid #000;
}
.wikitable > * > tr > td {
	  border: 1px solid #000;
	  padding: 0.2em 0.4em;
	}
	
	  .vector-menu-portal h3 {
    display: block;
    background-image: url(/w/skins/Vector/resources/skins.vector.styles/images/portal-separator.png?4ab04);
    background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #4f3411 33%, #902006 66%, rgba(144, 32, 6, 0) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    color: #4f3411;
    margin: 0.5em 0 0 0.66666667em;
    border: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    font-weight: normal;
    cursor: default;
  }
hr {
		height: 1px;
		background-color: #816e53;
		border: 0;
		margin: 0.2em 0;
	}
h1,
	h2 {
		margin-bottom: 0.6em;
		border-bottom: 1px solid #4f3411;
}
a {
		text-decoration: none;
		color: #684e2a;
		background: none;
	}
a:visited {
		color: #684e2a;
	}