summaryrefslogtreecommitdiff
path: root/src/www/cloud.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/cloud.css')
-rw-r--r--src/www/cloud.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/www/cloud.css b/src/www/cloud.css
new file mode 100644
index 000000000..30c239f43
--- /dev/null
+++ b/src/www/cloud.css
@@ -0,0 +1,20 @@
+body { color: black; background: #eee; }
+h1 { font-size: 175%; }
+h1,h2,h3,h4,small { font-family: sans-serif;}
+h1,h2,h3,h4 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; }
+
+h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }
+h1 img { float: right; border: 0; max-width: 50%; }
+h1 img.nofloat { float: none; }
+
+img.cloud, img.right, div.right, div.modtime, div.version { float: right; }
+
+li { margin-top: 0.5ex; margin-bottom: 0.5ex; }
+
+div.modtime >small { visibility: hidden; }
+div.modtime:hover >small { visibility: visible; }
+.modtime,.version { color: #999; white-space: nowrap; }
+
+table.loaded_grammars th { text-align: left; font-family: sans-serif; }
+table.loaded_grammars td { padding-right: 1em; font-family: monospace; }
+table.loaded_grammars tr td:nth-child(2) { color: #555; }