MediaWiki:Timeless.css
From The HOA
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Timeless skin */ /* Hide panels */ /* #site-navigation .sidebar-inner { display: none !important; } */ #catlinks-sidebar, #site-tools { display: none; } #p-navigation-label, mw-portlet-body ul { display: none; } #mw-content-container { background: darkgray; } .mw-wiki-logo.timeless-logo { margin-top: 10px; } /* Shadow */ #mw-header-container { background-color: darkred; border-bottom: rgb(0, 0, 0); box-shadow: 0 4px 8px 0 rgba(0,0,0,.5); } #mw-header-hack { display: none;} .mw-wiki-logo img {width: 200px !important; height: 106px !important; background-color: white;} #toc, .mw-wiki-logo img, #page-tools, #mw-content-wrapper, #site-navigation { box-shadow: 5px 5px 5px rgba(46, 46, 46, 0.45) !important; } .mw-page-title-main, .mw-headline { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.2); } /* Coloring of Navbar and Menus */ .dropdown, #personal-inner { background-color: darkred !important; } #p-personal .mw-list-item a, #personal, .mw-wiki-title { color: white !important;} /* #p-personal-label { color: black; } */ #mw-content-container { margin-top: 3em; }