blob: 45404c171d871a182a5c39e1021ad8591538c9c5 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 06 00 00 00 aa 69 71 | .PNG........IHDR...@...@......iq |
0020 | de 00 00 04 06 49 44 41 54 78 da ed 9a 5f a8 65 53 1c c7 3f bf 7d f6 a9 70 2f 33 03 01 0d 83 a4 | .....IDATx..._.eS..?.}..p/3..... |
0040 | 89 6b a0 c6 08 25 8d 37 52 53 31 86 4a 29 e1 4d 4a 50 c4 78 d1 44 66 92 6a 48 6a 78 11 99 cc 1b | .k...%.7RS1.J).MJP.x.Df.jHjx.... |
0060 | e5 49 aa 61 52 62 aa a1 61 34 45 93 b9 12 51 ee fe 79 f9 ed fa 59 d6 ba f7 9c 7d f6 3e 67 4f d6 | .I.aRb..a4E...Q..y...Y....}.>gO. |
0080 | b7 56 77 b7 f6 ef ac bd #server_list table {
max-width: 100%;
width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
font-size: small;
}
#server_list td, #server_list th {
border: 1px solid gray;
}
.mts_hover_list{
visibility: hidden;
border: gray solid 1px;
position: absolute;
z-index: 100;
background-color: white;
padding: 0.5em;
}
td:hover .mts_hover_list {
visibility: visible;
}
.mts_hover_list_text, .mts_tooltip {
text-decoration: underline;
text-decoration-style: dashed;
}
.clickable {
text-decoration: underline;
cursor: pointer;
}
|