Jump to content

MediaWiki:Common.css: Difference between revisions

From SchoolIdolWiki
No edit summary
No edit summary
Line 40: Line 40:


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


}
}
Line 45: Line 46:


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


}
}
Line 50: Line 52:


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


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


}
}
Line 60: Line 63:


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


}
}
Line 65: Line 69:


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


}
}
Line 70: Line 75:


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


}
}
Line 75: Line 81:


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


}
}

Revision as of 11:23, 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;
font-weight: bold;

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

}