MediaWiki:Common.css: Difference between revisions
Appearance
	
	
| No edit summary | No edit summary | ||
| Line 28: | Line 28: | ||
| } | } | ||
| div.cat-ll { | |||
| background: pink; | background: pink; | ||
| } | } | ||
| div.cat-llss { | |||
| background: lightblue; | background: lightblue; | ||
| } | } | ||
| div.cat-lln { | |||
| background: yellow; | background: yellow; | ||
| } | } | ||
| div.cat-llst { | |||
| background: purple; | background: purple; | ||
| } | } | ||
| div.cat-llll { | |||
| background: red; | background: red; | ||
| } | } | ||
| div.cat-llsim { | |||
| background: green; | background: green; | ||
| } | } | ||
| div.cat-gny { | |||
| background: teal; | background: teal; | ||
| } | } | ||
| div.cat-llbb { | |||
| background: blue; | background: blue; | ||
| } | } | ||
Revision as of 11:05, 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%;
}
div.cat-ll {
background: pink;
}
div.cat-llss {
background: lightblue;
}
div.cat-lln {
background: yellow;
}
div.cat-llst {
background: purple;
}
div.cat-llll {
background: red;
}
div.cat-llsim {
background: green;
}
div.cat-gny {
background: teal;
}
div.cat-llbb {
background: blue;
}
