4aad85fddc77a3695abd75952d1512e4d15f22f2
[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 font-family:sans-serif;
73 text-align:right;
74 float:right;
75 }
76
77 /* reprap */
78 #reprap_entry {
79 font: 1.5em georgia, times;
80 text-decoration: none;
81 display: block;
82 }
83
84 /* peepshow */
85 #peepshow_ {
86 font-style:italic;
87 }
88 #peepshow_title_1 {
89 font-style:italic;
90 margin-top:0px;
91 }
92
93 #peephow_title_2 {
94 font-size:3em;
95 }
96
97 #peepshow_entry {
98 font:1.4em "lucida console";
99 }
100
101 #peepshow_entry {
102 font:1.4em "lucida console";
103 }
104
105 /* drawcss */
106 #drawcss_title {
107 font:1.6em "lucida console";
108 }
109
110 #drawcss_entry {
111 font:1.6em "lucida console";
112 }
113
114 /* youtube_backup */
115 #youtube_backup_title {
116 font:1.6em "lucida console";
117 }
118
119 #youtube_backup_entry {
120 font:1.4em "lucida console";
121 }
122
123 /* i_like_pandora */
124 #i_like_pandora_title {
125 font:1.6em "lucida console";
126 }
127
128 #i_like_pandora_entry {
129 font:1.4em "lucida console";
130 }
131
132 /* notes */
133 #notes {
134 float:right;
135 text-align:right;
136 margin-top:20px;
137 }
138
139 #notes h2 {
140 margin-bottom:10px;
141 font-family:sans-serif;
142 }
143
144 .note {
145 margin-bottom:40px;
146 }
147
148 .note p {
149 margin-bottom:5px;
150 }
151
152 pre {
153 margin-top:10px;
154 }
155
156 #navigation {
157 text-align:right;
158 }