Merge branch 'dev' of dylansserver.com:dylansserver into dev
[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 p {
160 margin-top:15px;
161 }
162
163 pre {
164 margin-top:20px;
165 margin-bottom:20px;
166 }
167
168 #navigation {
169 text-align:right;
170 font-family:sans-serif;
171 }
172
173 #comments {
174 border-right:1px solid black;
175 padding-right:15px;
176 }
177
178 .comment {
179 margin-bottom:30px;
180 }
181
182 #comment {
183 padding-right:15px;
184 border-right:1px solid black;
185 margin-top:15px;
186 text-align:right;
187 }
188
189 #comment input {
190 border:1px solid grey;
191 }
192
193 #comment textarea {
194 border:1px solid grey;
195 }
196
197 #comment .submit {
198 background:#FFF;
199 border:1px solid white;
200 color:blue;
201 cursor:pointer;
202 font-size:120%;
203 font-weight:bold;
204 }
205
206 #recaptcha_widget {
207 position:relative;
208 }
209
210 #recaptcha_image {
211 position:absolute;
212 top:0px;
213 right:0px;
214 }
215
216 #recaptcha_widget {
217 display:none;
218 }
219
220 #not_human {
221 display:none;
222 font-weight:bold;
223 font-family:sans-serif;
224 color:red;
225 margin-top:15px;
226 margin-bottom:15px;
227 }
228
229 #blank_comment {
230 display:none;
231 font-weight:bold;
232 font-family:sans-serif;
233 color:red;
234 margin-top:15px;
235 margin-bottom:15px;
236 }