git ssb

1+

gb / plank



Tree: 665864868fef62902fed36b2509c6a7621d27647

Files: 665864868fef62902fed36b2509c6a7621d27647 / dotheplank.css

1349 bytesRaw
1/*do the css*/
2
3/* fonts */
4
5@font-face {
6
7 font-family: "Open Sans";
8 src: url("http://gwenbell.com/fonts/opensans-light-webfont.ttf");
9 font-weight: 300;
10}
11
12@font-face {
13 font-family: "Open Sans";
14 src: url("http://gwenbell.com/fonts/opensans-italic-webfont.ttf");
15 font-weight: 400;
16}
17
18@font-face {
19 font-family: "Open Sans";
20 src: url("http://gwenbell.com/fonts/opensans-regular-webfont.ttf");
21 font-weight: 400;
22}
23
24@font-face {
25 font-family: "Open Sans";
26 src: url("http://gwenbell.com/fonts/opensans-bold-webfont.ttf");
27 font-weight: 600;
28}
29
30p {
31 font-family: 'Open Sans', arial, sans-serif;
32 color: #515151;
33 font-weight: 300;
34}
35
36h1, h2, h3 {
37 font-family: 'Open Sans', arial, sans-serif;
38 color: #515151;
39 font-weight: 400;
40}
41/*body*/
42
43.comments {
44
45 border-bottom: 1px solid #ddd;
46 border-top: 1px solid #ddd;
47 border-right: 1px solid #ddd;
48 border-left: 1px solid #ddd;
49 background: #fff;
50 font-size: .8em;
51 line-height: 1.2em;
52 margin-bottom: .3em;
53 margin-top: .3em;
54 padding-top: .6em;
55 padding-right: .6em;
56 padding-left: .6em;
57}
58
59/*position */
60
61.sidebar {
62 position: fixed;
63 width: 25%;
64 margin-right: 3em;
65}
66
67.frame {
68 width: 75%;
69 margin-left: auto;
70}
71
72iframe {
73 width: 100%;
74 height: 100%;
75 border: none;
76 margin: 0;
77}
78
79
80

Built with git-ssb-web