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