MediaWiki:Common.css
Appearance
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 be applied to all skins */ div.mainpage-top-wrapper { width: 100%; display: inline-block; margin: 0px; padding: 0px; } div.mainpage-series-wrapper { width: 70%; float:left; margin: 0px; } div.mainpage-sidebar-wrapper { width: 30%; margin-left: 70%; } div.mainpage-series { border: solid black 1px; text-align: center; width: 100%; margin-bottom: 0.5em; display: inline-block; } div.mainpage-sidebar { border: solid black 1px; text-align: left; display: inline-block; width: calc(100% - 0.5em); margin-left: 0.5em; margin-bottom: 0.5em; padding-left 0.5em; margin-top: 0px; } div.mainpage-series-title { font-size: 1.5em; padding: 8px; } div.sidebar-title { padding: 0.25em; } ul.mainpage-series { text-align: center; } ul.mainpage-series > li { display: inline; } ul.mainpage-sidebar { list-style: none; } li > ul.mainpage-sidebar { } li:nth-child(odd) > ul.mainpage-sidebar { background: lightpink; } a.cat-series { color:white; } .cat-ll { background: #ff1493; font-weight: bold; color: white; } .cat-llss { color: white; background: #00bfff; font-weight: bold; } .cat-lln { color: white; background: #fcc800; font-weight: bold; } .cat-llst { color: white; background: #9932cc; font-weight: bold; } .cat-llll { color: white; background: #ffc0cb; font-weight: bold; } .cat-llsim { color: white; background: #d70035; font-weight: bold; } .cat-gny { color: white; background: #008b8b; font-weight: bold; } .cat-llbb { color: white; background: lightblue; font-weight: bold; }