Swapped class names, cleaned CSS & HTML, tidy'd.
[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 #exhibit {
48 float:right;
49 }
50
51 #exhibit h1 {
52 margin-bottom:15px;
53 }
54
55 .exhibit {
56 width:300px;
57 min-height:600px;
58 border:1px solid black;
59 padding:10px;
60 }
61
62 .shownDiv {
63 border:1px solid black;
64 }
65
66 #contact_me {
67 margin-top:100px;
68 }
69
70 /* reprap */
71 #reprap_entry {
72 font: 1.5em georgia, times;
73 text-decoration: none;
74 display: block;
75 }
76
77 /* peepshow */
78 #peepshow_title_1 {
79 font-style:italic;
80 margin-top:0px;
81 }
82
83 #peephow_title_2 {
84 font-style:italic; /* not sure why this isn't working :( */
85 background-color:red;
86 font:3em;
87 }
88
89 #peepshow_entry {
90 font:1.4em "lucida console";
91 }
92
93 /* readoo */
94 #readoo_title {
95 font:1.6em arial;
96 }
97
98 #readoo_entry {
99 font:1.6em arial;
100 }
101
102 /* drawcss */
103 #drawcss_title {
104 font:1.6em "lucida console";
105 }
106
107 #drawcss_entry {
108 font:1.6em "lucida console";
109 }
110
111 /* youtube_backup */
112 #youtube_backup_title {
113 font:1.6em "lucida console";
114 }
115
116 #youtube_backup_entry {
117 font:1.4em "lucida console";
118 }
119
120 /* i_like_pandora */
121 #i_like_pandora_title {
122 font:1.6em "lucida console";
123 }
124
125 #i_like_pandora_entry {
126 font:1.4em "lucida console";
127 }