MediaWiki:Common.css: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
transition: background-color 1s ease;
transition: background-color 1s ease;
}
}
 
#mw-page-base {
background-color: white;
transition: background-color 1s ease;
}
#p-logo a {
#p-logo a {
     display: none;
     display: none;
}
}

Revision as of 15:09, 21 December 2023

/* CSS placed here will be applied to all skins */

/* White background in body */
body {
	background-color: white;
	transition: background-color 1s ease;
}
/* Mediawiki horizontal navigation styles */
#mw-head {
    background-color: white;
	transition: background-color 1s ease;
}
#mw-page-base {
	background-color: white;
	transition: background-color 1s ease;
}
#p-logo a {
    display: none;
}