Jump to content

MediaWiki:Common.css: Difference between revisions

From SchoolIdolWiki
No edit summary
No edit summary
Line 10: Line 10:
}
}


ul {


text-align: center;
div.mainpage-series-wrapper{
 
width: 70%;


}
}


li {
div.mainpage-series-title {


display: inline;
font-size: 2em;


}
}


div.mainpage-series-wrapper{
ul {


width: 70%;
text-align: center;


}
}


div.mainpage-series-title {
li {


font-size: 2em;
display: inline;


}
}

Revision as of 11:10, 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;

}


div.mainpage-series-wrapper{

width: 70%;

}

div.mainpage-series-title {

font-size: 2em;

}

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;

}