MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
text-align: left; | text-align: left; | ||
display: inline-block; | display: inline-block; | ||
width: | width: 100%; | ||
} | } |
Revision as of 12:12, 10 April 2025
/* CSS placed here will be applied to all skins */ div.mainpage-top-wrapper { width: 100%; display: inline-block; } div.mainpage-series-wrapper { width: 70%; float:left; } div.mainpage-sidebar-wrapper { width: 30%; margin-left: 75%; } div.mainpage-series { border: solid black 1px; text-align: center; width: 100%; margin: 0.25em; display: inline-block; } div.mainpage-sidebar { border: solid black 1px; text-align: left; display: inline-block; width: 100%; } div.mainpage-series-title { font-size: 1.5em; padding: 8px; } ul { text-align: center; } li { display: inline; } 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; }