MediaWiki:Common.css: Difference between revisions
Appearance
	
	
| No edit summary | No edit summary | ||
| Line 7: | Line 7: | ||
| float:left; | float:left; | ||
| margin: 0.25em; | margin: 0.25em; | ||
| } | } | ||
| div.mainpage-top-wrapper { | |||
| width: 100%; | |||
| } | |||
| width:  | div.mainpage-series-wrapper { | ||
| width: 70%; | |||
| display: inline-block; | |||
| } | } | ||
| div.mainpage-sidebar { | div.mainpage-sidebar-wrapper { | ||
| width: 30%; | width: 30%; | ||
Revision as of 11:33, 10 April 2025
/* CSS placed here will be applied to all skins */
div.mainpage-series {
border: solid black 1px;
text-align: center;
float:left;
margin: 0.25em;
}
div.mainpage-top-wrapper {
width: 100%;
}
div.mainpage-series-wrapper {
width: 70%;
display: inline-block;
}
div.mainpage-sidebar-wrapper {
width: 30%;
display: inline-block;
}
div.mainpage-series-title {
font-size: 1.5em;
padding: 8px;
}
ul {
text-align: center;
}
li {
display: inline;
}
.cat-ll {
background: #ff1493;
font-weight: bold;
}
a.cat-series {
color:white;
}
.cat-llss {
background: #00bfff;
font-weight: bold;
}
.cat-lln {
background: #fcc800;
font-weight: bold;
}
.cat-llst {
background: #9932cc;
font-weight: bold;
}
.cat-llll {
background: #ffc0cb;
font-weight: bold;
}
.cat-llsim {
background: #d70035;
font-weight: bold;
}
.cat-gny {
background: #008b8b;
font-weight: bold;
}
.cat-llbb {
background: lightblue;
font-weight: bold;
}
