MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Schreck.Net
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 19: Zeile 19:
/* changes the background color of the content of pages, without the title of the pages */
/* changes the background color of the content of pages, without the title of the pages */


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


#catlinks { background-color: #1e1e1e; }  
#catlinks { background-color: #1e1e1e; }  
Zeile 41: Zeile 37:


.mw-page-container {
.mw-page-container {
background-color: #0b0b0b;
border: 1px dashed #339933;
background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
background-repeat: no-repeat;
    background-attachment: fixed;
}  
}  
.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 dashed #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 {
.mw-body-content h1 {
Zeile 49: Zeile 76:
text-transform: uppercase;
text-transform: uppercase;
padding: 0.5em;
padding: 0.5em;
border: 1px dashed #339933;  
border: 2px dashed #339933;  
}
}
Zeile 56: Zeile 83:
font-family: "Courier New",Courier,monospace;
font-family: "Courier New",Courier,monospace;
text-transform: uppercase;
text-transform: uppercase;
padding: 0.5em;
padding: 0 0 0 0.5em;
border: 1px solid #339933;  
border-bottom: 1px solid #339933;  
}
}


Zeile 64: Zeile 91:
     font-family: "Courier New",Courier,monospace;
     font-family: "Courier New",Courier,monospace;
text-transform: uppercase;
text-transform: uppercase;
padding: 0.5em;
padding: 0 0 0.2em 0.5em;
background-color:#1e1e1e;
border: 0px solid #339933;  
border: 0px solid #339933;  
}
}
Zeile 72: Zeile 100:
color: #ededed;
color: #ededed;
     font-family: "Courier New",Courier,monospace;
     font-family: "Courier New",Courier,monospace;
padding: 0.5em;
padding: 0 0 0 0.5em;
border: 0px solid #339933;  
border: 0px solid #339933;  
}
}
Zeile 104: Zeile 132:
   
   
   
   
.vector-sticky-header {
background-color: #0b0b0b;
color: #65e165;
padding: 1em;
border: 2px dashed #65e165; }
}


.vector-sticky-header-start {
background-color: #0b0b0b;
color: #65e165;
padding: 1em;
border: 1px dashed #65e165; }
}




.vector-sticky-header-icons {  
 
color: #65e165;
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;
  }
   
   
a {
{
padding: 0 0 0 .5em;
padding: 0 0 0 .5em;
   color: #339933;
   color: #339933;
   font-family: "Courier New",Courier,monospace; }
   font-family: "Courier New",Courier,monospace; }

Version vom 11. Januar 2024, 17:18 Uhr

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

body { 
	background-color: #0b0b0b;
	color:#809581;} 
/* 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: 1px dashed #339933;
	background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	} 
	
.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 dashed #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.2em 0.5em;
	background-color:#1e1e1e;
	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; }