Difference between revisions of "MediaWiki:Common.css"
From GbdevWiki
| Line 22: | Line 22: | ||
.io_dmg{ | .io_dmg{ | ||
background-color: #FFC!important; | background-color: #FFC!important; | ||
| + | } | ||
| + | |||
| + | .io_cgb{ | ||
| + | background-color: #CCF!important; | ||
} | } | ||
Revision as of 13:32, 22 July 2026
/* CSS placed here will be applied to all skins */
.rotate{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}
.smaller{
font-size: 75%;
}
.passed{
color: #0c0;
}
.failed{
color: #c00;
}
.toptable td{
vertical-align:top
}
.io_dmg{
background-color: #FFC!important;
}
.io_cgb{
background-color: #CCF!important;
}