summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/static/css/custom.css29
-rw-r--r--htdocs/static/img/archlinux-logo-dark-1200dpi.b42bd35d5916.pngbin0 -> 260724 bytes
-rw-r--r--htdocs/static/img/archlinux.pngbin0 -> 97347 bytes
-rw-r--r--htdocs/static/img/debian.pngbin0 -> 1444 bytes
-rw-r--r--htdocs/static/img/gentoo.pngbin0 -> 8781 bytes
-rw-r--r--htdocs/static/img/openbsd.pngbin0 -> 14227 bytes
-rw-r--r--htdocs/static/img/unknown.pngbin0 -> 1058 bytes
7 files changed, 24 insertions, 5 deletions
diff --git a/htdocs/static/css/custom.css b/htdocs/static/css/custom.css
index 620c6db..1d990d7 100644
--- a/htdocs/static/css/custom.css
+++ b/htdocs/static/css/custom.css
@@ -13,15 +13,24 @@ h1 {
}
#hostlist .list li {
+ clear: both;
list-style-type: none;
- text-align: center;
- margin-top: 20px;
- display: table;
+ margin-bottom: 50px;
+}
+
+#hostlist .logo img {
+ padding-top: 15px;
+ width: 50px;
+}
+
+.thumbnail {
+ padding: 10px;
+}
+.thumbnail:hover {
+ border-color: #999;
}
#hostlist .list li a {
- height: 100px;
- display: table-cell;
vertical-align: middle;
}
@@ -31,12 +40,22 @@ h1 {
text-decoration: none;
}
+#hostlist .ips {
+ margin: 0px;
+}
+
+#hostlist .ips li {
+ display: inline;
+ color: #999;
+}
+
td.centering, p.centering {
text-align: center;
}
.searchbox {
margin-top: 2em;
+ margin-bottom: 1em;
}
table.tablesorter .header:after {
diff --git a/htdocs/static/img/archlinux-logo-dark-1200dpi.b42bd35d5916.png b/htdocs/static/img/archlinux-logo-dark-1200dpi.b42bd35d5916.png
new file mode 100644
index 0000000..62eeba1
--- /dev/null
+++ b/htdocs/static/img/archlinux-logo-dark-1200dpi.b42bd35d5916.png
Binary files differ
diff --git a/htdocs/static/img/archlinux.png b/htdocs/static/img/archlinux.png
new file mode 100644
index 0000000..279b656
--- /dev/null
+++ b/htdocs/static/img/archlinux.png
Binary files differ
diff --git a/htdocs/static/img/debian.png b/htdocs/static/img/debian.png
new file mode 100644
index 0000000..ee04572
--- /dev/null
+++ b/htdocs/static/img/debian.png
Binary files differ
diff --git a/htdocs/static/img/gentoo.png b/htdocs/static/img/gentoo.png
new file mode 100644
index 0000000..8938831
--- /dev/null
+++ b/htdocs/static/img/gentoo.png
Binary files differ
diff --git a/htdocs/static/img/openbsd.png b/htdocs/static/img/openbsd.png
new file mode 100644
index 0000000..dbb6eb9
--- /dev/null
+++ b/htdocs/static/img/openbsd.png
Binary files differ
diff --git a/htdocs/static/img/unknown.png b/htdocs/static/img/unknown.png
new file mode 100644
index 0000000..100e14a
--- /dev/null
+++ b/htdocs/static/img/unknown.png
Binary files differ