summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-06 19:41:17 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-06 19:41:17 +0100
commit9419965a377dc2b5d7a4cad4d1af8da7d52e4ec0 (patch)
treef321a15d77de06248133864f2ed83f9560ed8421 /css/main.css
parent362613f46f6893a5cecea8b5d3ed6d561b679136 (diff)
CSS.
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..ff80d13
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,55 @@
+body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
+ margin: 0;
+ padding: 0;
+ color: #333333;
+ font-size: 14px;
+ font-family: "PT Serif", Georgia, serif;
+ -webkit-font-smoothing: antialiased; }
+
+body {
+ background: #47111e url("images/bg.png"); }
+
+h1 {
+ margin: 51px 0 51px -160px;
+ text-align: center;
+ font: italic 2em normal "Baskerville", "PT Serif", Georgia, serif; }
+
+p, li {
+ line-height: 18px; }
+
+h3 {
+ line-height: 18px;
+ margin-top: 18px; }
+
+p + p {
+ text-indent: 1.4em; }
+
+p, ul, ol {
+ margin-top: 1em;
+}
+
+blockquote {
+ margin: 18px; }
+
+aside {
+ margin-left: -170px;
+ float: left;
+ width: 150px;
+ text-align: right; }
+ aside p, aside li {
+ font-size: 12px;
+ margin-top: 3px;
+ line-height: 15px; }
+
+#bucket {
+ background: white;
+ width: 420px;
+ margin: 50px auto;
+ padding: 75px 75px 75px 225px;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }
+
+#logo {
+ background: url("images/logo.jpg") no-repeat center;
+ height: 54px;
+ margin: 20px 0 0 -160px;
+ text-indent: -9999px; }