]> git.lizzy.rs Git - minetest.git/blobdiff - util/master/style.css
Increase liquid_loop_max to 10000 again
[minetest.git] / util / master / style.css
index 638b51f80891259aba98415b76b59c48fa19b5ed..76a4f998d1d78c99cee9c4ded8784c1831f84e80 100644 (file)
@@ -1,14 +1,30 @@
-table {
-  max-width: 100%;
-  background-color: transparent;
-  border-collapse: collapse;
-  border-spacing: 0;
+#server_list table {
+       max-width: 100%;
+       width: 100%;
+       background-color: transparent;
+       border-collapse: collapse;
+       border-spacing: 0;
+       font-size: small;
 }
 
-td, th {
-  border: 1px solid gray;
+#server_list td, #server_list th {
+       border: 1px solid gray;
 }
 
-div#table table {
-  width: 100%;
-}
\ No newline at end of file
+.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;
+}