Difference between revisions of "MediaWiki:Common.css"

From Yo-Kai Watch Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body.page-Yokai_Watch_Wiki h1.firstHeading { display:none; }")
 
Line 2: Line 2:
  
 
body.page-Yokai_Watch_Wiki h1.firstHeading { display:none; }
 
body.page-Yokai_Watch_Wiki h1.firstHeading { display:none; }
 +
 +
 +
.Yokai_Watch {
 +
    background:#eab267;
 +
    background:linear-gradient(to bottom, #eab267 0%, #f8d281  100%);
 +
}
 +
 +
.Yokai_Watch2 {
 +
    background:#939aa4;
 +
    background:linear-gradient(to bottom, #939aa4 0%, #bbc2ca  100%);
 +
}
 +
 +
.Yokai_Watch3 {
 +
    background:#254b72;
 +
    background:linear-gradient(to bottom, #254b72 0%, #6f97b0  100%);
 +
}

Revision as of 06:55, 23 October 2015

/* CSS placed here will be applied to all skins */
 
body.page-Yokai_Watch_Wiki h1.firstHeading { display:none; }
 
 
.Yokai_Watch {
    background:#eab267;
    background:linear-gradient(to bottom, #eab267 0%, #f8d281  100%);
}
 
.Yokai_Watch2 {
    background:#939aa4;
    background:linear-gradient(to bottom, #939aa4 0%, #bbc2ca  100%);
}
 
.Yokai_Watch3 {
    background:#254b72;
    background:linear-gradient(to bottom, #254b72 0%, #6f97b0  100%);
}