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