MediaWiki:Mobile.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


body {
.header-container .header-chrome {
    background-color: red;
     background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
    background: pink;
}
 
header {
     background-color: blue;
    background: purple;
}
 
footer {
    background-color: green;
    background: orange;
}
}

Revision as of 18:45, 20 April 2023

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

.header-container .header-chrome {
    background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}