notes/ now working!
[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 }
65
66 .shownDiv {
67 border:1px solid black;
68 }
69
70 #contact_me {
71 margin-top:100px;
72 font-family:sans-serif;
73 }
74
75 /* reprap */
76 #reprap_entry {
77 font: 1.5em georgia, times;
78 text-decoration: none;
79 display: block;
80 }
81
82 /* peepshow */
83 #peepshow_ {
84 font-style:italic;
85 }
86 #peepshow_title_1 {
87 font-style:italic;
88 margin-top:0px;
89 }
90
91 #peephow_title_2 {
92 font-size:3em;
93 }
94
95 #peepshow_entry {
96 font:1.4em "lucida console";
97 }
98
99 /* readoo */
100 #readoo_title {
101 font:1.6em arial;
102 }
103
104 #readoo_entry {
105 font:1.6em arial;
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 {
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 {
148 margin-bottom:40px;
149 }
150
151 .note p {
152 margin-bottom:5px;
153 }
154
155 pre {
156 margin-top:10px;
157 }