Jump to content

MediaWiki:Common.css: Difference between revisions

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


div.mainpage-category-wrapper{
div.mainpage-series-wrapper{


width: 70%;
width: 70%;
Line 28: Line 28:
}
}


div.cat-ll {
div.mainpage-series-title {
 
font-size: 2em;
 
}
 
.cat-ll {


background: pink;
background: pink;


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


background: lightblue;
background: lightblue;


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


background: yellow;
background: yellow;


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


background: purple;
background: purple;


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


background: red;
background: red;


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


background: green;
background: green;


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


background: teal;
background: teal;


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


background: blue;
background: blue;


}
}

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;

}

ul {

text-align: center;

}

li {

display: inline;

}

div.mainpage-series-wrapper{

width: 70%;

}

div.mainpage-series-title {

font-size: 2em;

}

.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;

}