]> git.r.bdr.sh - rbdr/grita/blame - views/style.css
Primer Commit.
[rbdr/grita] / views / style.css
CommitLineData
3e43ab35
BB
1* {
2 margin: 0;
3 padding: 0;
4}
5body {
6 color: #666666;
7 background-color: #ffffff;
8 text-align: center;
9 font-size: 0.625em;
10 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11}
12#wrapper {
13 margin: 0 auto;
14 width: 960px;
15 text-align: left;
16}
17#header #logo {
18 background-image: url(/images/logo.png);
19 background-repeat: no-repeat;
20 width: 460px;
21 height: 212px;
22 display: block;
23 margin: 10px 250px;
24}
25#header #logo span { display: none; }
26#header #description p {
27 font-size: 1.4em;
28 line-height: 1.8em;
29 margin: 10px 170px;
30 width: 620px;
31 color: #999999;
32}
33#body h1 {
34 margin: 20px 90px;
35 font-size: 2.4em;
36 color: #222222;
37}
38#body p {
39 margin: 20px 90px;
40 font-size: 1.6em;
41 line-height: 2.4em;
42 text-indent: 3em;
43 text-align: justify;
44}
45hr {
46 margin: 10px;
47 border: 0;
48 border-bottom: 1px solid #eeeeee;
49}