MediaWiki:Common.css: Difference between revisions
Appearance
	
	
| No edit summary | No edit summary | ||
| Line 26: | Line 26: | ||
| width: 70%; | 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; | |||
| } | } | ||
Revision as of 11:02, 10 April 2025
/* CSS placed here will be applied to all skins */
div.mainpage-category {
width: 100%;
border: solid black 1px;
background: white;
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;
}
