]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/css/application.css
First Commit
[rbdr/r.bdr.sh] / jekyll / css / application.css
CommitLineData
89539330
BB
1a.logo {display: block; margin: 6.4616em auto; width: 160px; height: 90px; background-image: url(/img/logo.png)}
2a.logo span {display:none}
3
4.postmeta{
5 font-family: 'Signika Negative', sans-serif;
6 background-color: #000;
7 margin: 1em 0 0;
8 color: #999;
9 padding: 0.1538em;
10}
11
12.postmeta a,
13.postmeta a:visited,
14.postmeta a:active,
15.postmeta a:hover{color: #fff}
16
17.postmeta .author{
18 padding-left: 0.3846em;
19}
20
21.postmeta .date{
22 font-style: italic;
23}
24
25.posttags{
26 font-family: 'Signika Negative', sans-serif;
27 background-color: #f2f2f2;
28 margin: 0 0 1em;
29 color: #000;
30}
31
32.posttags .span1,
33.posttags .span2,
34.posttags .span3{
35 margin-left: 0;
36 margin-right: 0;
37 padding: 0.6154em 0.7692em;
38}
39
40.posttags .span1{width: 110px}
41.posttags .span2{width: 140px}
42.posttags .span3{width: 260px}
43
44.postcontainer{
45 margin: 2em 0;
46 font-family: 'Signika', sans-serif;
47 letter-spacing: 0.05em;
48 font-weight: 300;
49 color: #000;
50}
51
52.postcontainer h1{
53 font-family: 'Advent Pro', sans-serif;
54 text-transform: uppercase;
55 font-weight: 100;
56 font-size: 2.77em;
57}
58
59aside h3{
60 font-family: 'Advent Pro', sans-serif;
61 font-weight: 100;
62 font-size: 1.85em;
63 margin: 1.0833em 0;
64}
65
66aside ul{
67 margin-left: 0;
68 list-style: none;
69}
70
71aside li{
72 display: block;
73 margin: 0;
74 background-color: #f2f2f2;
75 color: #000;
76 height: 2.9167em;
77}
78
79aside li.alt{
80 color: #333;
81 background-color: #fafafa;
82}
83
84aside li a,
85aside li a:visited,
86aside li a:hover,
87aside li a:active{ color: #000; padding: 0.7692em; line-height: 2.9167em }
88
89aside li.alt a,
90aside li.alt a:visited,
91aside li.alt a:hover,
92aside li.alt a:active{ color: #333 }
93
94aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #999; color: #fff; line-height: 2.9167em}
95aside li.alt .counter { background-color: #666}
96
97.postcontent p, .postcontent li{
98 font-size: 1em;
99 line-height: 1.4615em;
100 padding: 8px 0;
101}
102
103.postcontent em{
104 color: #666;
105 font-family: 'PT Sans', sans-serif;
106}
107
108.postcontent strong{
109 font-weight: 400;
110}