MediaWiki:Common.css: Difference between revisions

From The Ankou Saga
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {  
body {  
background-color: #e6bd9c;  
background-color: #e6bd9c;  
color: #5a7425;  
font-size: 16px;  
font-size: 12px;  
font-family: verdana;
font-family: "Courier New"; }
}
 
.mw-editsection {
display:none;
}
 
#footer-places {
display: none;  
}
 
#ca-talk {
display:none!important;  
}

Latest revision as of 20:15, 16 July 2023

body { 
background-color: #e6bd9c; 
font-size: 16px; 
font-family: verdana;
 }

.mw-editsection { 
display:none; 
}

#footer-places { 
display: none; 
}

#ca-talk { 
display:none!important; 
}