MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WIKI LAUER-FISCHER GmbH
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */  
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */  
 +
 +
/** 1. INDICATION OF NAMESPACES **/
 +
 +
/* Pseudo NS Special (light grey) */
 +
.ns--2 #content { background-color: #e7edf5; }
 +
.ns--2 div.thumb { border-color: #000000; }
 +
 +
/* NS Project + Project_talk (light sky blue) */
 +
.ns-4 #content, .ns-5 #content { background-color: #e7edf5; }
 +
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #000000; }
 +
 +
/* NS MediaWiki + MediaWiki_talk (light grey) */
 +
.ns-8 #content, .ns-9 #content { background-color: #e7edf5; }
 +
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #000000; }
 +
 +
/* NS Manual + Manual_talk (light bluish violet) */
 +
.ns-100 #content, .ns-101 #content { background-color: #e7edf5; }
 +
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #000000; }
 +
 +
  
 
/***** 2. COLOR CLASSES FOR CONTENT *****/  
 
/***** 2. COLOR CLASSES FOR CONTENT *****/  
Zeile 5: Zeile 25:
 
/* Border colors */ .borderc1 { border-color: #000000; border-width: thin; } .borderc2 { border-color: #000000; border-width: thin; } .borderc3 { border-color: #000000; border-width: thin; } .borderc4 { border-color: #000000; border-width: thin; } .borderc5 { border-color: #000000; border-width: thin; } .borderc6 { border-color: #000000; border-width: thin; } .borderc7 { border-color: #000000; border-width: thin; } .borderc8 { border-color: #000000; border-width: thin; }  
 
/* Border colors */ .borderc1 { border-color: #000000; border-width: thin; } .borderc2 { border-color: #000000; border-width: thin; } .borderc3 { border-color: #000000; border-width: thin; } .borderc4 { border-color: #000000; border-width: thin; } .borderc5 { border-color: #000000; border-width: thin; } .borderc6 { border-color: #000000; border-width: thin; } .borderc7 { border-color: #000000; border-width: thin; } .borderc8 { border-color: #000000; border-width: thin; }  
  
/* Background colors */ .backgroundc1 { background-color: #e7edf5; } .backgroundc2 { background-color: #e7edf5; } .backgroundc3 { background-color: #e7edf5; } .backgroundc4 { background-color: #e7edf5; } .backgroundc5 { background-color: #e7edf5; } .backgroundc6 { background-color: #e7edf5; } .backgroundc7 { background-color: #e7edf5; } .backgroundc8 { background-color: #e7edf5; }
+
/* Background colors */ .backgroundc1 { background-color: #e7edf5; } .backgroundc2 { background-color: #e7edf5; } .backgroundc3 { background-color: #e7edf5; } .backgroundc4 { background-color: #e7edf5; } .backgroundc5 { background-color: #e7edf5; } .backgroundc6 { background-color: #e7edf5; } .backgroundc7 { background-color: #e7edf5; } .backgroundc8 { background-color: #e7edf5; }  
  
#mainpage_topbox {
+
#mainpage_topbox {background: #40576c; padding: 0px; border: 0px solid #aaaaaa; margin: 0.2em 10px 10px; }
background: #40576c;
 
padding: 0px;
 
border: 0px solid #aaaaaa;
 
margin: 0.2em 10px 10px;
 
}
 

Version vom 10. Mai 2011, 09:34 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ 

/** 1. INDICATION OF NAMESPACES **/
 
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #e7edf5; }
.ns--2 div.thumb { border-color: #000000; } 
 
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #e7edf5; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #000000; } 
 
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #e7edf5; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #000000; } 
 
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: #e7edf5; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #000000; } 



/***** 2. COLOR CLASSES FOR CONTENT *****/ 

/* Border colors */ .borderc1 { border-color: #000000; border-width: thin; } .borderc2 { border-color: #000000; border-width: thin; } .borderc3 { border-color: #000000; border-width: thin; } .borderc4 { border-color: #000000; border-width: thin; } .borderc5 { border-color: #000000; border-width: thin; } .borderc6 { border-color: #000000; border-width: thin; } .borderc7 { border-color: #000000; border-width: thin; } .borderc8 { border-color: #000000; border-width: thin; } 

/* Background colors */ .backgroundc1 { background-color: #e7edf5; } .backgroundc2 { background-color: #e7edf5; } .backgroundc3 { background-color: #e7edf5; } .backgroundc4 { background-color: #e7edf5; } .backgroundc5 { background-color: #e7edf5; } .backgroundc6 { background-color: #e7edf5; } .backgroundc7 { background-color: #e7edf5; } .backgroundc8 { background-color: #e7edf5; } 

#mainpage_topbox {background: #40576c; padding: 0px; border: 0px solid #aaaaaa; margin: 0.2em 10px 10px; }