Adding support for /notes/YYYY/MM/DD urls
[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 }
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 text-align:left;
66 }
67
68 .shownDiv {
69 border:1px solid black;
70 }
71
72 #contact_me {
73 margin-top:100px;
74 font-family:sans-serif;
75 text-align:right;
76 clear:both;
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 }
98
99 #peepshow_entry {
100 font:1.4em "lucida console";
101 }
102
103 #peepshow_entry {
104 font:1.4em "lucida console";
105 }
106
107 /* drawcss */
108 #drawcss_title {
109 font:1.6em "lucida console";
110 }
111
112 #drawcss_entry {
113 font:1.6em "lucida console";
114 }
115
116 /* youtube_backup */
117 #youtube_backup_title {
118 font:1.6em "lucida console";
119 }
120
121 #youtube_backup_entry {
122 font:1.4em "lucida console";
123 }
124
125 /* i_like_pandora */
126 #i_like_pandora_title {
127 font:1.6em "lucida console";
128 }
129
130 #i_like_pandora_entry {
131 font:1.4em "lucida console";
132 }
133
134 /* notes */
135 #notes, #note {
136 float:right;
137 text-align:right;
138 margin-top:20px;
139 }
140
141 #notes h2, #note h2 {
142 margin-bottom:10px;
143 font-family:sans-serif;
144 }
145
146 .note {
147 margin-bottom:40px;
148 }
149
150 .note p {
151 margin-bottom:5px;
152 }
153
154 pre {
155 margin-top:10px;
156 }
157
158 #navigation {
159 text-align:right;
160 }