MediaWiki:Mobile.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
(Test)
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:


body {
body {
     color: red;
     background-color: red;
}
}


header {
header {
     color: blue;
     background-color: blue;
}
}


footer {
footer {
     color: green;
     background-color: green;
}
}

Revision as of 18:23, 20 April 2023

/* All CSS here will be loaded for users of the mobile site */

body {
    background-color: red;
}

header {
    background-color: blue;
}

footer {
    background-color: green;
}