]> pd.if.org Git - bluefin/blob - style.css
initial commit
[bluefin] / style.css
1 body {
2         /* background-color: #181818; */
3         background-color: #000000;
4         color: #E8E8E8;
5         margin-left: 1cm;
6         margin-right: 1cm;
7         /* max-width: 80ex; */
8         text-align: justify;
9         font-family: "Avenir Next", Helvetica, sans-serif;
10         /* font: "Iowan Old Style", "Avenir Next", "Source Code Pro"; */
11 }
12
13 body div#posts {
14         max-width: 80ex;
15         text-align: justify;
16 }
17
18 article { max-width: 70ex; text-align: justify; }
19
20 .sidebar { float: right;
21         margin-right: 1mm;
22         margin-left: 1cm;
23         border: 1px;
24         background-color: #777777;
25         padding-left: 5mm;
26         padding-right: 5mm;
27         max-width: 40ex;
28         border-style: solid;
29         font-size: small;
30 }
31
32 .sidebar a {
33         text-decoration: underline;
34         color: #0000FF;
35 }
36
37 header h1 {
38         text-align: center;
39         border: double;
40         font-family: "Iowan Old Style", serif;
41 }
42
43 a { text-decoration: none; color: #F0F0F0; }
44
45 a.category {
46         color: #6060FF;
47 }
48
49
50 article h2 { border: 0px; padding: 0px; margin: 0px; font-family: serif; }
51 article a.title { color: #ff0000; }
52
53 p.date {
54         font-size: small;
55         font-style: italic;
56         border: 0px;
57         padding: 0px;
58         margin: 0px;
59 }