e7c97e0d538a912b97d6908b16598839ddd6f982
[dylansserver.git] / includes / style.css
1 * {
2 padding: 0;
3 margin: 0;
4 }
5
6 h3 {
7 margin-top:15px;
8 }
9
10 a {
11 text-decoration:none;
12 }
13
14 li {
15 list-style:none;
16 display:block;
17 }
18
19 #structure {
20 width:960px;
21 margin: 0 auto;
22 margin-top: 30px;
23 }
24
25 #banner {
26 float:right;
27 margin-right:15px;
28 }
29
30 #content {
31 float:right;
32 width:725px;
33 min-height:300px;
34 margin-bottom: 20px;
35 margin-right:15px;
36 padding:5px;
37 padding-left:20px;
38 padding-bottom:25px;
39 text-align:right;
40 }
41
42 #portfolio {
43 float:right;
44 width:350px;
45 }
46
47 #portfolio li{
48 font-family:sans-serif;
49 }
50
51 #exhibit {
52 float:right;
53 margin-left:17px;
54 }
55
56 #exhibit h1 {
57 margin-bottom:15px;
58 }
59
60 .exhibit {
61 width:300px;
62 min-height:600px;
63 border:1px solid black;
64 padding:10px;
65 display:none;
66 text-align:left;
67 }
68
69 .shownDiv {
70 border:1px solid black;
71 }
72
73 #contact_me {
74 margin-top:100px;
75 font-family:sans-serif;
76 text-align:right;
77 clear:both;
78 }
79
80 /* reprap */
81 #reprap_entry {
82 font: 1.5em georgia, times;
83 text-decoration: none;
84 display: block;
85 }
86
87 /* peepshow */
88 #peepshow_ {
89 font-style:italic;
90 }
91 #peepshow_title_1 {
92 font-style:italic;
93 margin-top:0px;
94 }
95
96 #peephow_title_2 {
97 font-size:3em;
98 }
99
100 #peepshow_entry {
101 font:1.4em "lucida console";
102 }
103
104 #peepshow_entry {
105 font:1.4em "lucida console";
106 }
107
108 /* drawcss */
109 #drawcss_title {
110 font:1.6em "lucida console";
111 }
112
113 #drawcss_entry {
114 font:1.6em "lucida console";
115 }
116
117 /* youtube_backup */
118 #youtube_backup_title {
119 font:1.6em "lucida console";
120 }
121
122 #youtube_backup_entry {
123 font:1.4em "lucida console";
124 }
125
126 /* i_like_pandora */
127 #i_like_pandora_title {
128 font:1.6em "lucida console";
129 }
130
131 #i_like_pandora_entry {
132 font:1.4em "lucida console";
133 }
134
135 /* notes */
136 #notes, #note {
137 float:right;
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 }
170
171 #comments {
172 border-right:1px solid black;
173 padding-right:15px;
174 }
175
176 #comment {
177 padding-right:15px;
178 border-right:1px solid black;
179 margin-top:15px;
180 text-align:right;
181 }
182
183 #comment input {
184 border:1px solid grey;
185 }
186
187 #comment textarea {
188 border:1px solid grey;
189 }
190
191 #comment .submit {
192 background:#FFF;
193 border:1px solid white;
194 color:blue;
195 cursor:pointer;
196 font-size:120%;
197 }