summaryrefslogtreecommitdiff
path: root/remote/default_page/style.css
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-11-23 19:41:17 +0100
committerChristian Franke <nobody@nowhere.ws>2011-11-24 15:40:23 +0100
commit7cbcc52fa195248b8ea3313f840dc5d72c954869 (patch)
tree711aa1fd6b41652062dccfe86e914aec09044891 /remote/default_page/style.css
parent2afa174709cfb91b3c85753c1e13f203403c407d (diff)
store default_page locally, make it a bit more scalableHEADmaster
Diffstat (limited to 'remote/default_page/style.css')
-rw-r--r--remote/default_page/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/remote/default_page/style.css b/remote/default_page/style.css
new file mode 100644
index 0000000..5a3ffd4
--- /dev/null
+++ b/remote/default_page/style.css
@@ -0,0 +1,22 @@
+* {
+ background-color: #000;
+ color: #fff;
+ }
+
+.frame {
+ width: 100%;
+ max-width: 1000px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+.hidden {
+ margin: 50px;
+ }
+
+img {
+ width: 100%;
+ max-width: 1000px;
+ margin-left: auto;
+ margin-right: auto;
+ }