MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Schreck.Net
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 4: Zeile 4:
body {  
body {  
background-color: #0b0b0b;
background-color: #0b0b0b;
color:#809581;}  
color:#809581;
background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
background-repeat: no-repeat;
    background-attachment: fixed;}  
/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
Zeile 37: Zeile 40:


.mw-page-container {
.mw-page-container {
border: 1px dashed #339933;
border: 0px dashed #339933;
background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
background-color:transparent;
background-repeat: no-repeat;
    background-attachment: fixed;
}  
}  
Zeile 51: Zeile 52:
color: #65e165;
color: #65e165;
padding: 1em;
padding: 1em;
border: 1px dashed #65e165;}
border: 1px double #65e165;}
}
}


Zeile 91: Zeile 92:
     font-family: "Courier New",Courier,monospace;
     font-family: "Courier New",Courier,monospace;
text-transform: uppercase;
text-transform: uppercase;
padding: 0 0 0.2em 0.5em;
padding: 0 0 0 0.5em;
background-color:#1e1e1e;
border: 0px solid #339933;  
border: 0px solid #339933;  
}
}

Version vom 11. Januar 2024, 17:22 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */

body { 
	background-color: #0b0b0b;
	color:#809581;
	background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;} 
/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
	
#content { 
	background-color: #0b0b0b;
	color:809581;
	padding: 1em;
	border: 1px solid #1e1e1e; } 
/* changes the background color of the content of articles/pages, including the title of the articles */

#bodyContent {
	background-color: #0b0b0b;
	color:#809581; } 
/* changes the background color of the content of pages, without the title of the pages */



#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: #0b0b0b; } 
/*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 solid #1e1e1e;   
} 
/* 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 {
	border: 0px dashed #339933;
	background-color:transparent;
	} 
	
.vector-sticky-header { 
	background-color: #3e3e3e;
	background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
	background-repeat: no-repeat;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	color: #65e165;
	padding: 1em;
	border: 1px double #65e165;}
	}

.vector-sticky-header-start { 
	background-color: #3e3e3e;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	color: #65e165;
	padding: 1em;
	border: 1px dashed #65e165; }
 

#firstHeading {
	background-color: #0b0b0b; 
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	border-bottom: 2px dashed #00CC00;} 
/*  page titles */
	
.mw-body-content h1 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0.5em;
	border: 2px dashed #339933; 
}
	
.mw-body-content h2 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0 0.5em;
	border-bottom: 1px solid #339933; 
}

.mw-body-content h3  {
	color: #72b672;
    font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0 0.5em;
	border: 0px solid #339933; 
}


.mw-body-content h4, .mw-body-content h5, .mw-body-content h6  {
	color: #ededed;
    font-family: "Courier New",Courier,monospace;
	padding: 0 0 0 0.5em;
	border: 0px 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. */
 
 
 




mw-ui-button, mw-ui-quiet, mw-ui-icon, mw-ui-icon-element, mw-ui-icon-wikimedia-speechBubbles, sticky-header-icon { 
	filter: invert(1);
	}
	
.mw-article-toolbar-container {
    display: flow-root;
    border-bottom: 0px solid #eaecf0;
  }
 
{
	padding: 0 0 0 .5em;
  	color: #339933;
  	font-family: "Courier New",Courier,monospace; }