MediaWiki:Vector.css

Aus Schreck.Net

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
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */

body #content #bodyContent { 
	background-color: #0b0b0b;
	color:#809581;
} 

#firstHeading {
	background-color: #0b0b0b; 
	color: #ccdccd;
	text-transform: uppercase;} 
/*  page titles */

#catlinks { background-color: #1e1e1e; } 
/* changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container */

#mw-head-base { background-color: #fff; } 
/*changes the background color at the top of the screen, the area above the page title. It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.) */


#mw-panel {
	background-color: #0b0b0b;
	color: #339933;
	border: 1px dashed #00cc00;   } 
/* changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located) */


.mw-page-container {
	background-color: #0b0b0b;
	} 
	
.mw-body-content h1 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0.5em 0.5em;
	border: 1px dashed #339933; 
}
	
.mw-body-content h2 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0.5em .5em;
	border: 1px solid #339933; 
}

.mw-body-content h3 .mw-body-content h4 .mw-body-content h5 .mw-body-content h6  {
    font-family: "Courier New",Courier,monospace;
	color: #65e165;
	text-transform: uppercase;
	padding: 0 0 0.5em 0.5em;
	border: 1px solid #339933; 
}
 

#p-logo { 
	background-color: #fff;
    padding: 3.5em; }
 /* sets the background color of the area where the logo is located (the top left corner) */

#p-navigation { 
	background-color: #0b0b0b;
	padding: 0 0 0 .5em;
 	color: #339933;
    font-family: "Courier New",Courier,monospace; } 
	
/* this is for the background color of the Navigation menu in the left column. That's the menu with the links Main page, Recent changes, Random page, Help. */

#p-tb { background-color: #0b0b0b; } 

 /* changes the background color of the Tools menu in the left column. Both the title of the menu and the links in it are affected. */

#p-tb-label .vector-menu-portal .vector-menu-heading { background-color: #1e1e1e;
color:#fff; } 
/* changes the background color only of the title of the Tools menu on the left. The color of the actual menu is not changed. */

#p-tb .body { background-color: #0b0b0b;} 
/* changes the background color of the Tools menu but without changing the background color of the title of the menu. 
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
 
 
 
.vector-sticky-header-start
 
a {
	padding: 0 0 0 .5em;
  	color: #339933;
  	font-family: "Courier New",Courier,monospace; }