MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "→CSS placed here will be applied to all skins:  #content { background-color: #4a2c2a;} body{background-color:#4a2c2a} #mw-head-base { background-color: #4a2c2a; } #mw-panel {     background-color: white;     border: 3px solid #556270;     padding-bottom: 10px;     border-top-right-radius: 10px;     border-top-left-radius: 10px;     border-bottom-right-radius: 10px;     border-bottom-left-radius: 10px; } .mw-body-content p {color:white;} .mw-body h1, .mw-body-content h...")  | 
				No edit summary  | 
				||
| Line 18: | Line 18: | ||
.skin-vector-legacy a.new{color:white}  | .skin-vector-legacy a.new{color:white}  | ||
a{color:#FFFDD0}  | a{color:#FFFDD0}  | ||
p{color:white}  | |||
Revision as of 00:47, 24 August 2022
/* CSS placed here will be applied to all skins */
#content { background-color: #4a2c2a;}
body{background-color:#4a2c2a}
#mw-head-base { background-color: #4a2c2a; }
#mw-panel {
    background-color: white;
    border: 3px solid #556270;
    padding-bottom: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mw-body-content p {color:white;}
.mw-body h1, .mw-body-content h1 {color:white;}
.mw-body-content h2 {color:white}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {color:white;}
.skin-vector-legacy a.new{color:white}
a{color:#FFFDD0}
p{color:white}