]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/css/application.css
Merge branch 'master' of bitbucket.org:benbeltran/n-s-o-vocal
[rbdr/r.bdr.sh] / jekyll / css / application.css
CommitLineData
b157bf19
BB
1body {background-image: url(/img/bg.png)}
2a.logo {display: block; margin: 6.4616em auto 0; auto; width: 540px; height: 60px; background-image: url(/img/logo.png)}
89539330 3a.logo span {display:none}
b157bf19 4em {color: #7a8793}
89539330 5
b157bf19
BB
6nav ul{
7 list-style: none;
8 margin: 0 auto 6.4616em;
9 text-align: center;
89539330
BB
10}
11
b157bf19
BB
12nav ul li{
13 display: inline;
14 font-family: 'Open Sans condensed', sans-serif;
15 text-transform: uppercase;
16 font-weight: 300;
17 font-size: 2em;
18 margin: 0.5em
19}
89539330 20
b157bf19
BB
21nav ul li a{
22 color: #03090f;
23 text-decoration: none;
89539330
BB
24}
25
b157bf19
BB
26nav ul li a:hover,
27nav ul li a:active,
28nav ul li a:focus {
29 color: #009edb;
30 text-decoration: none;
89539330
BB
31}
32
33.posttags{
34 font-family: 'Signika Negative', sans-serif;
b157bf19
BB
35 background-color: #fff;
36 margin: 1em 0;
37 color: #03090f;
89539330
BB
38}
39
40.posttags .span1,
41.posttags .span2,
42.posttags .span3{
43 margin-left: 0;
44 margin-right: 0;
45 padding: 0.6154em 0.7692em;
46}
47
48.posttags .span1{width: 110px}
49.posttags .span2{width: 140px}
50.posttags .span3{width: 260px}
51
52.postcontainer{
53 margin: 2em 0;
54 font-family: 'Signika', sans-serif;
55 letter-spacing: 0.05em;
56 font-weight: 300;
b157bf19 57 color: #03090f;
89539330
BB
58}
59
60.postcontainer h1{
b157bf19 61 font-family: 'Open Sans Condensed', sans-serif;
89539330 62 text-transform: uppercase;
b157bf19 63 font-weight: 300;
89539330
BB
64 font-size: 2.77em;
65}
66
67aside h3{
b157bf19
BB
68 font-family: 'Open Sans Condensed', sans-serif;
69 font-weight: 300;
89539330
BB
70 font-size: 1.85em;
71 margin: 1.0833em 0;
72}
73
74aside ul{
75 margin-left: 0;
76 list-style: none;
77}
78
79aside li{
80 display: block;
81 margin: 0;
b157bf19
BB
82 background-color: #fff;
83 color: #03090f;
89539330
BB
84 height: 2.9167em;
85}
86
87aside li.alt{
88 color: #333;
89 background-color: #fafafa;
90}
91
92aside li a,
93aside li a:visited,
94aside li a:hover,
b157bf19 95aside li a:active{ color: #03090f; padding: 0.7692em; line-height: 2.9167em }
89539330
BB
96
97aside li.alt a,
98aside li.alt a:visited,
99aside li.alt a:hover,
100aside li.alt a:active{ color: #333 }
101
b157bf19
BB
102aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #00af4c; color: #fff; line-height: 2.9167em}
103aside li.alt .counter { background-color: #009edb}
89539330
BB
104
105.postcontent p, .postcontent li{
8d331b40 106 font-size: 1.1em;
89539330
BB
107 line-height: 1.4615em;
108 padding: 8px 0;
109}
110
111.postcontent em{
112 color: #666;
113 font-family: 'PT Sans', sans-serif;
114}
115
116.postcontent strong{
117 font-weight: 400;
b157bf19
BB
118}
119
120.main-container section,
121.main-container aside{ text-align: left}