MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
width: 100%; | width: 100%; | ||
border: solid black 1px; | border: solid black 1px; | ||
text-align: center; | text-align: center; | ||
float:left; | float:left; |
Revision as of 11:03, 10 April 2025
/* CSS placed here will be applied to all skins */ div.mainpage-category { width: 100%; border: solid black 1px; text-align: center; float:left; } ul { text-align: center; } li { display: inline; } div.mainpage-category-wrapper{ width: 70%; } span.cat-ll { background: pink; } span.cat-llss { background: lightblue; } span.cat-lln { background: yellow; } span.cat-llst { background: purple; } span.cat-llll { background: red; } span.cat-llsim { background: green; } span.cat-gny { background: teal; } span.cat-llbb { background: blue; }