summaryrefslogtreecommitdiffstats
path: root/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/custom.css')
-rw-r--r--css/custom.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/css/custom.css b/css/custom.css
new file mode 100644
index 0000000..d7e7b9e
--- /dev/null
+++ b/css/custom.css
@@ -0,0 +1,34 @@
+a {
+ cursor: pointer;
+ color: #F00;
+ font-weight: bold;
+}
+
+a:hover {
+ color: rgb(168, 0, 0);
+}
+
+h1 {
+ text-align: center;
+}
+
+#hosts li {
+ list-style-type: none;
+ text-align: center;
+ margin: 10px;
+}
+
+#hosts li a {
+ line-height: 100px;
+ display: block;
+}
+
+#hosts li a:hover {
+ background-color: #CCC;
+ color: #000;
+ text-decoration: none;
+}
+
+td.centering, p.centering {
+ text-align: center;
+}