| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- table#runs{
- color: #ffffff;
- border-collapse: collapse;
- width: 100%;
- }
- table#runs td{
- border-top: 0.1em solid #999999;
- }
- table#runs td.area div.area{
- position: relative;
- width: 2em;
- height: 2em;
- }
- table#runs td.area div.area img.area{
- position: absolute;
- width: 2em;
- height: 2em;
- border: 0.2em solid #555555;
- border-radius: 0.5em;
- background-color: #777777;
- }
- table#runs td.area div.area span.stage{
- position: absolute;
- top: 1.3em;
- left: 1em;
- width: 2em;
- text-align: right;
- text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.2em #000, 0 0 0.1em #000, 0 0 0.1em #000;
- }
- table#runs td.area div.area span.difficulty{
- position: absolute;
- top: 0.3em;
- left: 0.3em;
- }
- table#runs td.area div.area span.difficulty img.difficulty{
- height: 0.7em;
- width: 0.7em;
- filter: sepia(100%) saturate(500%) hue-rotate(10deg) saturate(200%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000);
- }
- table#runs td.team{
- font-size: 30%;
- }
- table#runs td.team div.helper{
- vertical-align: top;
- background-color: #777777;
- }
- table#runs td.team div.monster_panel.disabled{
- opacity: 0.5;
- }
- table#runs td.time{
- font-weight: bold;
- }
- table#runs td.time span.ms{
- font-size: 70%;
- }
- table#runs td.reward div.item{
- width: 1.6em;
- height: 1.6em;
- position: relative;
- border: 0.2em solid #555555;
- border-radius: 0.5em;
- background-color: #777777;
- }
- table#runs td.reward div.item img{
- width: 1.6em;
- height: 1.6em;
- }
- table#runs td.reward div.item span{
- position: absolute;
- left: 0.6em;
- top: 1.2em;
- font-size: 75%;
- width: 1.4em;
- text-align: right;
- text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.2em #000, 0 0 0.1em #000, 0 0 0.1em #000;
- }
- table#runs td.reward div.item_rune table.rune{
- display: none;
- position: absolute;
- left: 1.8em;
- top: 0;
- font-size: 75%;
- }
- table#runs td.reward div.item_rune:hover table.rune{
- display: block;
- }
|