summaryrefslogtreecommitdiff
path: root/files/nategb-root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'files/nategb-root/style.css')
-rw-r--r--files/nategb-root/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/nategb-root/style.css b/files/nategb-root/style.css
new file mode 100644
index 0000000..7e05f17
--- /dev/null
+++ b/files/nategb-root/style.css
@@ -0,0 +1,14 @@
+body{font-size: 1.1em; max-width:100%; padding: 1em; margin: 0 auto; width: 37em;}
+.me{width: 9em; float: right; margin: 2em 0 1em 1em;}
+
+table.blocks { margin: 0 -8px; }
+ table.blocks td { padding: 0 8px; }
+ ul.list, ul.list ul { margin-left: 1.375em /* 22px */; padding-left: 0; }
+
+footer{font-size: 0.7em;}
+
+@media only screen and (max-width: 640px){
+ body{font-size: 1em;}
+ .me{width:6.5em;}
+ /*.welcome{font-size: 0.9em}*/
+}