summaryrefslogtreecommitdiff
path: root/views/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.css')
-rw-r--r--views/style.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/views/style.css b/views/style.css
new file mode 100644
index 0000000..35f810c
--- /dev/null
+++ b/views/style.css
@@ -0,0 +1,49 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+body {
+ color: #666666;
+ background-color: #ffffff;
+ text-align: center;
+ font-size: 0.625em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+#wrapper {
+ margin: 0 auto;
+ width: 960px;
+ text-align: left;
+}
+#header #logo {
+ background-image: url(/images/logo.png);
+ background-repeat: no-repeat;
+ width: 460px;
+ height: 212px;
+ display: block;
+ margin: 10px 250px;
+}
+#header #logo span { display: none; }
+#header #description p {
+ font-size: 1.4em;
+ line-height: 1.8em;
+ margin: 10px 170px;
+ width: 620px;
+ color: #999999;
+}
+#body h1 {
+ margin: 20px 90px;
+ font-size: 2.4em;
+ color: #222222;
+}
+#body p {
+ margin: 20px 90px;
+ font-size: 1.6em;
+ line-height: 2.4em;
+ text-indent: 3em;
+ text-align: justify;
+}
+hr {
+ margin: 10px;
+ border: 0;
+ border-bottom: 1px solid #eeeeee;
+}