MediaWiki:Mobile.css: Difference between revisions

wiki.TerraBase.info
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:


#footer-info-lastmod {
#footer-info-lastmod {
background-color:orange;
background-color:green;
}
}


Line 14: Line 14:


.last-modified-bar {
.last-modified-bar {
background-color:orange;
background-color:purple;
}
}

Revision as of 16:38, 15 May 2022

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

.minerva-footer

*/

#footer-info-lastmod {
	background-color:green;
}

.minerva-footer .last-modified-bar__content {
	background-color:brown;
}

.last-modified-bar {
	background-color:purple;
}