Merged branch 'dev' into rss
[dylansserver.git] / includes / style.css
1 * {
2 padding: 0;
3 margin: 0;
4 }
5
6 h3 {
7 margin-top:15px;
8 font-family:sans-serif;
9 }
10
11 h1, h2 {
12 font-family:sans-serif;
13 font-size:150%;
14 }
15
16 a {
17 text-decoration:none;
18 }
19
20 li {
21 list-style:none;
22 display:block;
23 }
24
25 #structure {
26 width:960px;
27 margin: 0 auto;
28 margin-top: 30px;
29 }
30
31 #banner {
32 float:right;
33 margin-right:15px;
34 }
35
36 #content {
37 float:right;
38 width:725px;
39 min-height:300px;
40 margin-bottom: 20px;
41 margin-right:15px;
42 padding:5px;
43 padding-left:20px;
44 padding-bottom:25px;
45 text-align:right;
46 }
47
48 #portfolio {
49 float:right;
50 width:350px;
51 }
52
53 #portfolio li{
54 font-family:sans-serif;
55 }
56
57 #exhibit {
58 float:right;
59 margin-left:17px;
60 }
61
62 #exhibit h1 {
63 margin-bottom:15px;
64 }
65
66 .exhibit {
67 width:300px;
68 min-height:600px;
69 border:1px solid black;
70 padding:10px;
71 display:none;
72 text-align:left;
73 }
74
75 .shownDiv {
76 border:1px solid black;
77 }
78
79 #contact_me {
80 margin-top:100px;
81 font-family:sans-serif;
82 text-align:right;
83 clear:both;
84 }
85
86 /* reprap */
87 #reprap_entry {
88 font: 1.5em georgia, times;
89 text-decoration: none;
90 display: block;
91 }
92
93 /* peepshow */
94 #peepshow_ {
95 font-style:italic;
96 }
97 #peepshow_title_1 {
98 font-style:italic;
99 margin-top:0px;
100 }
101
102 #peephow_title_2 {
103 font-size:3em;
104 }
105
106 #peepshow_entry {
107 font:1.4em "lucida console";
108 }
109
110 #peepshow_entry {
111 font:1.4em "lucida console";
112 }
113
114 /* drawcss */
115 #drawcss_title {
116 font:1.6em "lucida console";
117 }
118
119 #drawcss_entry {
120 font:1.6em "lucida console";
121 }
122
123 /* youtube_backup */
124 #youtube_backup_title {
125 font:1.6em "lucida console";
126 }
127
128 #youtube_backup_entry {
129 font:1.4em "lucida console";
130 }
131
132 /* i_like_pandora */
133 #i_like_pandora_title {
134 font:1.6em "lucida console";
135 }
136
137 #i_like_pandora_entry {
138 font:1.4em "lucida console";
139 }
140
141 /* notes */
142 #notes, #note {
143 text-align:right;
144 margin-top:20px;
145 }
146
147 #notes h1 {
148 margin-bottom:10px;
149 }
150
151
152 .date {
153 color:grey;
154 }
155
156 #comment_link {
157 font-size:80%;
158 }
159
160 .note {
161 margin-bottom:40px;
162 }
163
164 p {
165 margin-top:15px;
166 }
167
168 pre {
169 margin-top:20px;
170 margin-bottom:20px;
171 }
172
173 #navigation {
174 text-align:right;
175 font-family:sans-serif;
176 }
177
178 #comments {
179 border-right:1px solid black;
180 padding-right:15px;
181 }
182
183 .comment {
184 margin-bottom:30px;
185 }
186
187 #comment {
188 padding-right:15px;
189 border-right:1px solid black;
190 margin-top:15px;
191 text-align:right;
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 }
210
211 #recaptcha_widget {
212 position:relative;
213 }
214
215 #recaptcha_image {
216 position:absolute;
217 top:0px;
218 right:0px;
219 }
220
221 #recaptcha_widget {
222 display:none;
223 }
224
225 #not_human {
226 display:none;
227 font-weight:bold;
228 font-family:sans-serif;
229 color:red;
230 margin-top:15px;
231 margin-bottom:15px;
232 }
233
234 #blank_comment { display:none;
235 font-weight:bold;
236 font-family:sans-serif;
237 color:red;
238 margin-top:15px;
239 margin-bottom:15px;
240 }