mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-08 02:15:07 -05:00
18 lines
435 B
CSS
18 lines
435 B
CSS
table {
|
|
max-width: 100%;
|
|
background-color: transparent;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
td, th {
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
div#table table {
|
|
width: 100%;
|
|
}
|
|
|
|
.mts_mods {visibility: hidden; border:gray solid 1px; position:absolute; z-index:100; background-color:white; padding:.5em;}
|
|
.mts_version:hover .mts_mods {visibility: visible;}
|
|
.mts_version {text-decoration:underline; text-decoration-style:dashed;} |