102c82c08205434845b4716f09f1f3d1b7fa30ce
[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 }
40
41 #portfolio {
42 float:right;
43 width:350px;
44 margin-right:17px;
45 }
46
47 #portfolio li{
48 font-family:sans-serif;
49 }
50
51 #exhibit {
52 float:right;
53 }
54
55 #exhibit h1 {
56 margin-bottom:15px;
57 }
58
59 .exhibit {
60 width:300px;
61 min-height:600px;
62 border:1px solid black;
63 padding:10px;
64 display:none;
65 }
66
67 .shownDiv {
68 border:1px solid black;
69 }
70
71 #contact_me {
72 margin-top:100px;
73 <<<<<<< HEAD
74 font-family:sans-serif;
75 =======
76 >>>>>>> no-javascript
77 }
78
79 /* reprap */
80 #reprap_entry {
81 font: 1.5em georgia, times;
82 text-decoration: none;
83 display: block;
84 }
85
86 /* peepshow */
87 #peepshow_ {
88 font-style:italic;
89 }
90 #peepshow_title_1 {
91 font-style:italic;
92 margin-top:0px;
93 }
94
95 #peephow_title_2 {
96 font-size:3em;
97 <<<<<<< HEAD
98 }
99
100 #peepshow_entry {
101 font:1.4em "lucida console";
102 }
103
104 =======
105 }
106
107 #peepshow_entry {
108 font:1.4em "lucida console";
109 }
110
111 >>>>>>> no-javascript
112 /* readoo */
113 #readoo_title {
114 font:1.6em arial;
115 }
116
117 #readoo_entry {
118 font:1.6em arial;
119 }
120
121 /* drawcss */
122 #drawcss_title {
123 font:1.6em "lucida console";
124 }
125
126 #drawcss_entry {
127 font:1.6em "lucida console";
128 }
129
130 /* youtube_backup */
131 #youtube_backup_title {
132 font:1.6em "lucida console";
133 }
134
135 #youtube_backup_entry {
136 font:1.4em "lucida console";
137 }
138
139 /* i_like_pandora */
140 #i_like_pandora_title {
141 font:1.6em "lucida console";
142 }
143
144 #i_like_pandora_entry {
145 font:1.4em "lucida console";
146 <<<<<<< HEAD
147 }
148
149 /* notes */
150 #notes {
151 float:right;
152 text-align:right;
153 margin-top:20px;
154 }
155
156 #notes h2 {
157 margin-bottom:10px;
158 font-family:sans-serif;
159 }
160
161 .note {
162 margin-bottom:40px;
163 }
164
165 .note p {
166 margin-bottom:5px;
167 }
168
169 pre {
170 margin-top:10px;
171 =======
172 >>>>>>> no-javascript
173 }