MediaWiki:Mobile.css: Difference between revisions

Created page with "CSS placed here will affect users of the mobile site: <pre>: body.page-Main_Page h1.firstHeading { display:none; } styles for header background: html, body {..."
 
No edit summary
Line 4: Line 4:


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


h2 {
h2 {