2013-02-22 02:00:44 +04:00
|
|
|
table {
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#table table {
|
|
|
|
width: 100%;
|
2013-07-04 19:39:26 +04:00
|
|
|
}
|
|
|
|
|
2013-10-18 01:32:49 +04:00
|
|
|
.mts_mods, .mts_clients_list {
|
2013-07-13 00:37:28 +04:00
|
|
|
visibility: hidden;
|
|
|
|
border:gray solid 1px;
|
|
|
|
position:absolute;
|
|
|
|
z-index:100;
|
|
|
|
background-color:white;
|
|
|
|
padding:.5em;
|
|
|
|
}
|
|
|
|
|
2013-10-18 01:32:49 +04:00
|
|
|
.mts_version:hover .mts_mods, .mts_clients:hover .mts_clients_list {
|
2013-07-13 00:37:28 +04:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2013-10-18 01:32:49 +04:00
|
|
|
.mts_version.mts_is_mods, .mts_clients.mts_is_clients {
|
2013-07-13 00:37:28 +04:00
|
|
|
text-decoration:underline;
|
|
|
|
text-decoration-style:dashed;
|
|
|
|
}
|