]> 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 c92c56f6ef54cb51418ac61e0ffd86f4f7585ed1..76a4f998d1d78c99cee9c4ded8784c1831f84e80 100644 (file)
@@ -1,32 +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%;
+.mts_hover_list{
+       visibility: hidden;
+       border: gray solid 1px;
+       position: absolute;
+       z-index: 100;
+       background-color: white;
+       padding: 0.5em;
 }
 
-.mts_mods {
-  visibility: hidden; 
-  border:gray solid 1px; 
-  position:absolute; 
-  z-index:100; 
-  background-color:white; 
-  padding:.5em;
+td:hover .mts_hover_list {
+       visibility: visible;
 }
 
-.mts_version:hover .mts_mods {
-  visibility: visible;
-}
-
-.mts_version.mts_ismods {
-  text-decoration:underline; 
-  text-decoration-style:dashed;
+.mts_hover_list_text, .mts_tooltip {
+       text-decoration: underline;
+       text-decoration-style: dashed;
 }