Jump to content

MediaWiki:Common.css: Difference between revisions

From SchoolIdolWiki
No edit summary
No edit summary
Line 39: Line 39:
.cat-ll {
.cat-ll {


background: pink;
background: #ff1493;


}
}
.cat-llss {
.cat-llss {


background: lightblue;
background: #00bfff;


}
}
.cat-lln {
.cat-lln {


background: yellow;
background: ##fcc800;


}
}
.cat-llst {
.cat-llst {


background: purple;
background: #9932cc;


}
}
.cat-llll {
.cat-llll {


background: red;
background: ##ffc0cb;


}
}
.cat-llsim {
.cat-llsim {


background: green;
background: #d70035;


}
}
.cat-gny {
.cat-gny {


background: teal;
background: #008b8b;


}
}
.cat-llbb {
.cat-llbb {


background: blue;
background: lightblue;


}
}

Revision as of 11:21, 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: 0.25em;

}


div.mainpage-series-wrapper{

width: 70%;

}

div.mainpage-series-title {

font-size: 1.5em;
padding: 8px;

}

ul {

text-align: center;

}

li {

display: inline;

}

.cat-ll {

background: #ff1493;

}
.cat-llss {

background: #00bfff;

}
.cat-lln {

background: ##fcc800;

}
.cat-llst {

background: #9932cc;

}
.cat-llll {

background: ##ffc0cb;

}
.cat-llsim {

background: #d70035;

}
.cat-gny {

background: #008b8b;

}
.cat-llbb {

background: lightblue;

}