Added @font to #note
[dylansserver.git] / includes / style.css
1 @font-face {
2 font-family: 'InconsolataMedium';
3 src: url('/font/inconsolata-webfont.eot');
4 src: url('/font/inconsolata-webfont.eot?#iefix') format('embedded-opentype'),
5 url('/font/inconsolata-webfont.woff') format('woff'),
6 url('/font/inconsolata-webfont.ttf') format('truetype'),
7 url('/font/inconsolata-webfont.svg#InconsolataMedium') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 @font-face {
13 font-family: 'MuseoSlab500';
14 src: url('/font/museo_slab_500-webfont.eot');
15 src: url('/font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
16 url('/font/museo_slab_500-webfont.woff') format('woff'),
17 url('/font/museo_slab_500-webfont.ttf') format('truetype'),
18 url('/font/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
19 font-weight: normal;
20 font-style: normal;
21 }
22
23 * {
24 padding: 0;
25 margin: 0;
26 }
27
28 h3 {
29 margin-top:15px;
30 font-family:sans-serif;
31 font-family:'MuseoSlab500';
32 }
33
34 h1, h2 {
35 font-size:150%;
36 font-family:'MuseoSlab500';
37 }
38
39 a {
40 text-decoration:none;
41 }
42
43 li {
44 list-style:none;
45 display:block;
46 }
47
48 #structure {
49 width:960px;
50 margin: 0 auto;
51 margin-top: 30px;
52 }
53
54 #banner {
55 /* float:left;
56 margin-right:15px;
57 */
58 margin-left:15px;
59 }
60
61 #content {
62 width:725px;
63 min-height:300px;
64 margin-bottom: 20px;
65 margin-right:15px;
66 padding:5px;
67 padding-left:20px;
68 padding-bottom:25px;
69 text-align:left;
70 }
71
72 #portfolio {
73 float:left;
74 width:350px;
75 }
76
77 #portfolio li{
78 font-family:sans-serif;
79 }
80
81 #exhibit {
82 float:right;
83 margin-left:17px;
84 font-family:'InconsolataMedium';
85 }
86
87 #exhibit h1 {
88 margin-bottom:15px;
89 }
90
91 .exhibit {
92 width:300px;
93 min-height:475px;
94 border:1px solid black;
95 padding:10px;
96 display:none;
97 text-align:left;
98 }
99
100 .shownDiv {
101 border:1px solid black;
102 }
103
104 #contact_me {
105 margin-top:100px;
106 font-family:sans-serif;
107 text-align:left;
108 clear:both;
109 }
110
111 /* drawcss */
112 #drawcss_title {
113 font-size:1.6em;
114 }
115
116 #drawcss_entry {
117 font-size:1.6em;
118 }
119
120 /* youtube_backup */
121 #youtube_backup_title {
122 font-size:1.6em;
123 }
124
125 #youtube_backup_entry {
126 font-size:1.4em;
127 }
128
129 /* i_like_pandora */
130 #i_like_pandora_title {
131 font-size:1.6em;
132 }
133
134 #i_like_pandora_entry {
135 font-size:1.4em;
136 }
137
138 /* notes */
139 #notes, #note {
140 text-align:left;
141 margin-top:20px;
142 font-family:'InconsolataMedium';
143 }
144
145 #notes h1 {
146 margin-bottom:10px;
147 }
148
149
150 .date {
151 color:grey;
152 }
153
154 #comment_link {
155 font-size:80%;
156 }
157
158 .note {
159 margin-bottom:40px;
160 font-family:'InconsolataMedium';
161 }
162
163 p {
164 margin-top:15px;
165 }
166
167 pre {
168 margin-top:20px;
169 margin-bottom:20px;
170 }
171
172 #navigation {
173 text-align:left;
174 font-family:sans-serif;
175 }
176
177 #comments {
178 margin-top:30px;
179 border-left:1px solid black;
180 padding-left:15px;
181 }
182
183 .comment {
184 margin-bottom:30px;
185 }
186
187 #comment {
188 padding-left:15px;
189 border-left:1px solid black;
190 margin-top:15px;
191 text-align:left;
192 }
193
194 #comment input {
195 border:1px solid grey;
196 }
197
198 #comment textarea {
199 border:1px solid grey;
200 }
201
202 #comment .submit {
203 background:#FFF;
204 border:1px solid white;
205 color:blue;
206 cursor:pointer;
207 font-size:120%;
208 font-weight:bold;
209 margin-top:20px;
210 }
211
212 #recaptcha_widget {
213 position:relative;
214 }
215
216 #recaptcha_image {
217 position:absolute;
218 top:0px;
219 right:0px;
220 float:left;
221 position:relative;
222 width:100px;
223 }
224
225 #recaptcha_widget {
226 display:none;
227 }
228
229 .recaptcha_help {
230 font-size:80%;
231 }
232
233 #not_human {
234 display:none;
235 font-weight:bold;
236 font-family:sans-serif;
237 color:red;
238 margin-top:15px;
239 margin-bottom:15px;
240 }
241
242 #blank_comment { display:none;
243 font-weight:bold;
244 font-family:sans-serif;
245 color:red;
246 margin-top:15px;
247 margin-bottom:15px;
248 }