Mercurial > scratch
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:e6e12a689dd8 | 8:05f467a83cb9 |
---|---|
1 body { | |
2 background: black; | |
3 color: white; | |
4 font-family: palatino, georgia, verdana, arial, sans-serif; | |
5 font-size: 12pt; | |
6 line-height: 1.5em; | |
7 } | |
8 | |
9 .title { | |
10 font-size: 18pt; | |
11 line-height: 1.5em; | |
12 } | |
13 | |
14 .photo { | |
15 display: block; | |
16 /* This photo was taken from: | |
17 http://www.flickr.com/photos/something2burn/2248756833/ */ | |
18 background-image: url(http://farm3.static.flickr.com/2201/2248756833_4526a6539e_b.jpg); | |
19 background-position: 30% 60%; | |
20 width: 20em; | |
21 height: 12em; | |
22 margin-top: 1em; | |
23 margin-bottom: 0.5em; | |
24 } | |
25 | |
26 .container { | |
27 width: 20em; | |
28 text-align: justify; | |
29 margin: 0 auto; | |
30 display: none; | |
31 } |