Move some styles back into index.html
These should only apply on servers.minetest.net, not when the server list is embedded into another page.
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Minetest server list</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto, Ubuntu, "Segoe UI", sans;
|
||||
}
|
||||
a {
|
||||
color: #336B87;
|
||||
}
|
||||
a:visited {
|
||||
color: #336BA1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="server_list"></div>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#server_list {
|
||||
font-family: Roboto, Ubuntu, "Segoe UI", sans;
|
||||
}
|
||||
|
||||
#server_list .total {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -31,15 +27,7 @@
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
#server_list a {
|
||||
color: #336B87;
|
||||
}
|
||||
|
||||
#server_list a:visited {
|
||||
color: #336BA1;
|
||||
}
|
||||
|
||||
#server_list .clients, #server_list .uptime, #server_list .ping {
|
||||
#server_list td.clients, #server_list td.uptime, #server_list td.ping {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user