MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Staff highlights */
/* Developers */
#whodevs a,
#whosonline a[title="User:Porplemontage"],
ul.special li a[title="User:Porplemontage"],
table.diff a[title="User:Porplemontage"],
ul#pagehistory li a[title="User:Porplemontage"] {
color: #F26500;
}
/* Bureaucrats */
#whocrats a {
color: #9932CC;
}
/* Administrators */
#whoadmins a {
color: #048204;
}
/* Patrollers */
#whopatrollers a {
color: #6495ED;
}
/* General */


#main-wrap {
#main-wrap {
Line 133: Line 161:
.mp-welcome-points {
.mp-welcome-points {
width: 50%;
width: 50%;
}
/* Administrator and bot highlights by Splarka */
#whosonline a[title="User:Porplemontage"],
table.diff a[title="User:Porplemontage"],
ul#pagehistory li a[title="User:Porplemontage"],
ul.special li a[title="User:Porplemontage"] {
color: #009900;
}
}