git ssb

0+

gb / gwenbell.com



Tree: 7ff1a399afb67b08a810b1278ed49bdfa3783cc3

Files: 7ff1a399afb67b08a810b1278ed49bdfa3783cc3 / src / simplicitease.css

3386 bytesRaw
1@font-face {
2
3 font-family: "Open Sans";
4 src: url("/fonts/opensans-light-webfont.ttf");
5 font-weight: 300;
6}
7
8@font-face {
9 font-family: "Open Sans";
10 src: url("/fonts/opensans-italic-webfont.ttf");
11 font-weight: 400;
12}
13
14@font-face {
15 font-family: "Open Sans";
16 src: url("/fonts/opensans-regular-webfont.ttf");
17 font-weight: 400;
18}
19
20@font-face {
21 font-family: "Open Sans";
22 src: url("/fonts/opensans-bold-webfont.ttf");
23 font-weight: 600;
24}
25
26body {
27 color: #000;
28 font-weight: 400;
29 font-family: 'Open Sans', arial, sans-serif;
30 text-decoration: none;
31 margin-top: none;
32 display: block;
33}
34
35img.profile {
36 border: 1px solid #ccc;
37 padding: 4px;
38 margin-right: 2em;
39}
40
41img {
42 max-width: 100%;
43}
44
45a:link {
46 font-weight: 300;
47 font-family: 'Open Sans', arial, sans-serif;
48 text-decoration: underline;
49 color: #4183C4;
50 text-decoration: none;
51}
52
53a:hover {
54 color: #4183C4;
55 text-decoration: underline;
56}
57
58a:hover {
59
60 text-decoration: underline;
61
62}
63
64p {
65 color: #000;
66 font-family: 'Open Sans', arial, sans-serif;
67 font-weight: 400;
68 text-decoration: none;
69}
70
71p.lead {
72 font-family: 'Open Sans', arial, sans-serif;
73 margin-bottom: 20px;
74 font-size: 20px;
75 font-weight: 300;
76}
77
78p.micro {
79 font-family: 'Open Sans', arial, sans-serif;
80 font-size: .8em;
81 font-weight: 300;
82}
83
84h1 {
85 font-family: 'Open Sans', arial, sans-serif;
86 color: #333;
87 font-size: 2em;
88 font-weight: 600;
89}
90
91h2 {
92 font-family: 'Open Sans', arial, sans-serif;
93 font-size: 2em;
94 font-weight: 400;
95 color: #333;
96}
97
98
99h3, h4, h5, h6 {
100 font-family: 'Open Sans', arial, sans-serif;
101 font-size: 1em;
102 font-weight: 300;
103 color: #333;
104}
105
106blockquote {
107 font-family: 'Open Sans', arial, sans-serif;
108 border-left: 2px solid #333;
109}
110
111ul {
112 font-family: 'Open Sans', arial, sans-serif;
113 padding: 0;
114}
115
116ul li {
117 font-family: 'Open Sans', arial, sans-serif;
118 list-style-type: square;
119 border-bottom: none;
120}
121
122mark {
123 font: #111;
124 background: #ffd700;
125 font-size: 1em;
126}
127
128button {
129 font-size: 1.2em;
130 float: left;
131 padding: 1em;
132 margin-right: .5em;
133 color: #000;
134 background: #000;
135 color: #FFF;
136 transition: all 0.5s;
137}
138
139button:hover, button:active {
140 cursor: pointer;
141 text-decoration: none;
142 color: #000;
143 border-color: #49ab81;
144 background: #FFF;
145}
146
147pre {
148 padding: .5em;
149 padding-left: .7em;
150 background: #3f3f3f;
151 color: #dcdcdc;
152 border-radius: 5px;
153 margin-bottom: .5em;
154 white-space: pre-wrap;
155 word-wrap: break-word;
156}
157
158hr {
159 border: solid #eee;
160 clear: both;
161 border-width: 1px 0 0;
162 height: 0;
163 margin-bottom: .9em;
164}
165
166input {
167 width: 100%;
168}
169
170.article {
171 padding-right: 1em;
172
173}
174
175/* navbar */
176.navbar {
177 background: #fff;
178}
179.navbar li {
180 margin: 0;
181 padding: 0;
182 font-size: 1em;
183 font-weight: underline;
184 background: #fff;
185}
186
187.navbar li {
188 text-transform: none;
189 float: left;
190 padding-left: 1em;
191 padding-right: 2em;
192 margin-left: 0;
193 list-style-type: none;
194}
195
196.navbar a:link {
197 text-decoration: none;
198}
199
200.navbar ul {
201 border: none;
202}
203
204mark {
205 color: #002b36;
206 background: #ffdb00;
207}
208
209.message {
210 border: 1px solid #ccc;
211 padding: 1em;
212}
213
214.pre {
215 margin-bottom: 0;
216}
217
218.date {
219 font-size: .8em;
220 color: #666;
221}
222
223.small {
224 font-size: .8em;
225}
226
227.ri {
228 float: right;
229}
230
231

Built with git-ssb-web