Jump to content

MediaWiki:Common.css: Difference between revisions

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


.cat-ll {


background: #ff1493;
a.cat-series {
font-weight: bold;
 
color:white;


}
}


a.cat-series {
.cat-ll {


color:white;
background: #ff1493;
font-weight: bold;
color: white;


}
}
Line 74: Line 76:
.cat-llss {
.cat-llss {


color: white;
background: #00bfff;
background: #00bfff;
font-weight: bold;
font-weight: bold;
Line 80: Line 83:
.cat-lln {
.cat-lln {


color: white;
background: #fcc800;
background: #fcc800;
font-weight: bold;
font-weight: bold;
Line 85: Line 89:
.cat-llst {
.cat-llst {


color: white;
background: #9932cc;
background: #9932cc;
font-weight: bold;
font-weight: bold;
Line 91: Line 96:
.cat-llll {
.cat-llll {


color: white;
background: #ffc0cb;
background: #ffc0cb;
font-weight: bold;
font-weight: bold;
Line 97: Line 103:
.cat-llsim {
.cat-llsim {


color: white;
background: #d70035;
background: #d70035;
font-weight: bold;
font-weight: bold;
Line 103: Line 110:
.cat-gny {
.cat-gny {


color: white;
background: #008b8b;
background: #008b8b;
font-weight: bold;
font-weight: bold;
Line 109: Line 117:
.cat-llbb {
.cat-llbb {


color: white;
background: lightblue;
background: lightblue;
font-weight: bold;
font-weight: bold;


}
}

Revision as of 11:46, 10 April 2025

/* CSS placed here will be applied to all skins */

div.mainpage-series {

border: solid black 1px;
text-align: center;
float:left;
display: inline-block;
width: 100%;
margin: 0.25em;

}

div.mainpage-top-wrapper {

width: 100%;

}

div.mainpage-series-wrapper {

width: 70%;
}

div.mainpage-sidebar-wrapper {

width: 30%;

}

div.mainpage-sidebar {

border: solid black 1px;
text-align: left;
float:left;
display: inline-block;
width: 100%;
margin: 0.25em;

}

div.mainpage-series-title {

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

}

ul {

text-align: center;

}

li {

display: inline;

}


a.cat-series {

color:white;

}

.cat-ll {

background: #ff1493;
font-weight: bold;
color: white;

}

.cat-llss {

color: white;
background: #00bfff;
font-weight: bold;

}
.cat-lln {

color: white;
background: #fcc800;
font-weight: bold;
}
.cat-llst {

color: white;
background: #9932cc;
font-weight: bold;

}
.cat-llll {

color: white;
background: #ffc0cb;
font-weight: bold;

}
.cat-llsim {

color: white;
background: #d70035;
font-weight: bold;

}
.cat-gny {

color: white;
background: #008b8b;
font-weight: bold;

}
.cat-llbb {

color: white;
background: lightblue;
font-weight: bold;

}