Difference between revisions of "MediaWiki:Common.css"
From GbdevWiki
| (11 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
.io_dmg{ | .io_dmg{ | ||
background-color: #FFC!important; | background-color: #FFC!important; | ||
| + | color: #000!important; | ||
} | } | ||
.io_cgb{ | .io_cgb{ | ||
background-color: #EFE!important; | background-color: #EFE!important; | ||
| + | color: #000!important; | ||
| + | } | ||
| + | |||
| + | .io_dmg_s{ | ||
| + | background-color: #FE7!important; | ||
| + | color: #000!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_cgb_s{ | ||
| + | background-color: #cfd!important; | ||
| + | color: #000!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_dmg_b{ | ||
| + | background-color: #990!important; | ||
| + | color: #FFF!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_cgb_b{ | ||
| + | background-color: #090!important; | ||
| + | color: #FFF!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_dmg_t{ | ||
| + | background-color: #900!important; | ||
| + | color: #FFF!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_cgb_t{ | ||
| + | background-color: #908!important; | ||
| + | color: #FFF!important; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .io_dmg_b a, .io_cgb_b a, .io_dmg_t a, .io_cgb_t a{ | ||
| + | color: #EEE!important; | ||
| + | font-weight: bold!important; | ||
| + | text-decoration: underline!important; | ||
| + | } | ||
| + | .io_dmg a, .io_cgb a, .io_dmg_s a, .io_cgb_s a{ | ||
| + | color: #222!important; | ||
| + | text-decoration: underline!important; | ||
} | } | ||
Latest revision as of 19:02, 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;
color: #000!important;
}
.io_cgb{
background-color: #EFE!important;
color: #000!important;
}
.io_dmg_s{
background-color: #FE7!important;
color: #000!important;
font-weight: bold;
}
.io_cgb_s{
background-color: #cfd!important;
color: #000!important;
font-weight: bold;
}
.io_dmg_b{
background-color: #990!important;
color: #FFF!important;
font-weight: bold;
}
.io_cgb_b{
background-color: #090!important;
color: #FFF!important;
font-weight: bold;
}
.io_dmg_t{
background-color: #900!important;
color: #FFF!important;
font-weight: bold;
}
.io_cgb_t{
background-color: #908!important;
color: #FFF!important;
font-weight: bold;
}
.io_dmg_b a, .io_cgb_b a, .io_dmg_t a, .io_cgb_t a{
color: #EEE!important;
font-weight: bold!important;
text-decoration: underline!important;
}
.io_dmg a, .io_cgb a, .io_dmg_s a, .io_cgb_s a{
color: #222!important;
text-decoration: underline!important;
}