summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style-halloween.css56
-rw-r--r--static/style.css10
2 files changed, 66 insertions, 0 deletions
diff --git a/static/style-halloween.css b/static/style-halloween.css
new file mode 100644
index 0000000..def4dac
--- /dev/null
+++ b/static/style-halloween.css
@@ -0,0 +1,56 @@
+a {
+ color: orange;
+}
+
+a:hover {
+ color: darkorange;
+}
+
+li {
+ list-style-type: none;
+}
+
+body {
+ margin: 0 auto;
+ margin-top: 10px;
+ max-width: 80ex;
+ background-color: #111;
+ color: antiquewhite;
+}
+
+table {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+tr {
+ border-bottom: 1px solid #666;
+ border-top: 1px solid #666;
+}
+
+td {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
+form {
+ margin-bottom: 10px;
+}
+
+input {
+ width: 100%;
+}
+
+tr:hover {
+ background-color: #222;
+}
+
+iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.comments {
+ font-size: small;
+}
diff --git a/static/style.css b/static/style.css
index 0f92c0b..62ec755 100644
--- a/static/style.css
+++ b/static/style.css
@@ -34,3 +34,13 @@ form {
input {
width: 100%;
}
+
+iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.comments {
+ font-size: small;
+}