MediaWiki:Vector.css: Difference between revisions

From Dragon Quest Wiki
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎styles for header background: html, body { background: #f3f3f3 url(http://dragon-quest.org/images/3/36/He...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/* styles for header background */
.page-Main_Page #firstHeading { display:none; }
html, body {
    background: #f3f3f3 url(http://dragon-quest.org/images/3/36/Header_back.png) repeat-x;
}
#mw-page-base {  
    background-color: transparent;
    background-image:none;  
}

Latest revision as of 22:43, 13 May 2020

/* CSS placed here will affect users of the Vector skin */

.page-Main_Page #firstHeading { display:none; }