MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:


/* Change the background color of the bottom and left of eath page, up to behind the logo: */
/* Change the background color of the bottom and left of eath page, up to behind the logo: */
body { background: radial-gradient(hsl(208,100%,12%),black 100%);}
body { background: #B0E0E6;}


/* background color of the content and title of pages */
/* background color of the content and title of pages */
Line 20: Line 20:
#mw-head { background-color: #B0E0E6; }
#mw-head { background-color: #B0E0E6; }


#p-logo { background-color: #C12713; }
#p-logo { background: radial-gradient(hsl(208,100%,12%),black 100%); }


#p-tb { background-color: #F0FFFF; }
#p-tb { background-color: #F0FFFF; }

Navigation menu