diff open_web_magic_ink/open_web_magic_ink.css @ 8:05f467a83cb9 ink_blog_post

Added open web magic ink page.
author Atul Varma <varmaa@toolness.com>
date Thu, 03 Sep 2009 19:34:28 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open_web_magic_ink/open_web_magic_ink.css	Thu Sep 03 19:34:28 2009 -0700
@@ -0,0 +1,31 @@
+body {
+    background: black;
+    color: white;
+    font-family: palatino, georgia, verdana, arial, sans-serif;
+    font-size: 12pt;
+    line-height: 1.5em;
+}
+
+.title {
+    font-size: 18pt;
+    line-height: 1.5em;
+}
+
+.photo {
+    display: block;
+    /* This photo was taken from:
+       http://www.flickr.com/photos/something2burn/2248756833/ */
+    background-image: url(http://farm3.static.flickr.com/2201/2248756833_4526a6539e_b.jpg);
+    background-position: 30% 60%;
+    width: 20em;
+    height: 12em;
+    margin-top: 1em;
+    margin-bottom: 0.5em;
+}
+
+.container {
+    width: 20em;
+    text-align: justify;
+    margin: 0 auto;
+    display: none;
+}