summaryrefslogtreecommitdiff
path: root/styles/main.css
diff options
context:
space:
mode:
authorFreeArtMan <=>2015-09-17 17:48:16 +0100
committerFreeArtMan <=>2015-09-17 17:48:16 +0100
commitdde3fb944a02a5ad7ddf57df11492bab6cc18a9f (patch)
treed9467ea867c3b4eed450aa2eee5b88ef6d8eb4bd /styles/main.css
downloadmd-content-dde3fb944a02a5ad7ddf57df11492bab6cc18a9f.tar.gz
md-content-dde3fb944a02a5ad7ddf57df11492bab6cc18a9f.zip
Initial
Diffstat (limited to 'styles/main.css')
-rw-r--r--styles/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/main.css b/styles/main.css
new file mode 100644
index 0000000..40e5f1f
--- /dev/null
+++ b/styles/main.css
@@ -0,0 +1,25 @@
+html {
+ background: #f4f4f4;
+}
+
+body {
+ background-color: #ffffff;
+ border: 2px solid #999999;
+ border-radius: 5px;
+ box-shadow: 0px 0px 5px #aaaaaa;
+ color: #222222;
+ font-size: 12px;
+ font-family: monospace,"georgia", "calibri", "sans-serif";
+ margin: 20px auto;
+ min-width: 400px;
+ max-width: 800px;
+ padding: 10px;
+ text-align: left;
+}
+
+nav, footer {
+ border-radius: 5px;
+ margin-top: 10px;
+ padding: 10px;
+ text-align: center;
+} \ No newline at end of file