fixed stylesheet typos, now validates
[dylansserver.git] / includes / style.css
1 * {
2 padding: 0;
3 margin: 0;
4 }
5
6 a {
7 text-decoration:none;
8 }
9
10 li {
11 list-style:none;
12 }
13
14 #structure {
15 padding-top:1px;
16 width:960px;
17 margin: 0 auto;
18 margin-top: 30px;
19 text-align: left;
20 border: 10px solid #fff;
21 }
22
23 #logo_box {
24 background-image:url('../images/logo.png');
25 margin-top:25px;
26 margin-left:25px;
27 width:150px;
28 min-height:150px;
29 }
30
31 #about_bar {
32 background-image:url('../images/logo.png');
33 margin-top:25px;
34 margin-left:25px;
35 width:150px;
36 min-height:500px;
37 }
38
39 #banner {
40 float:right;
41 margin-top:25px;
42 margin-right:15px;
43 }
44
45 #content {
46 float:right;
47 width:725px;
48 min-height:300px;
49 margin-bottom: 20px;
50 margin-right:15px;
51 padding:5px;
52 padding-left:20px;
53 padding-top:25px;
54 padding-bottom:25px;
55 }
56
57 .portfolio {
58 float:right;
59 width:350px;
60 margin-right:17px;
61 }
62
63 .portfolio li a {
64 text-decoration:none;
65 }
66
67 #exhibit {
68 float:right;
69 width:150px;
70 margin-top:25px;
71 margin-right:17px;
72 }
73
74 .tabs {
75 width:300px;
76 min-height:600px;
77 border:1px solid black;
78 padding:10px;
79 }
80
81 .project {
82 float:right;
83 list-style:none;
84 }
85
86 .active_project {
87 display:block;
88 /*margin-right:-15px;*/
89 }
90
91 .active_tab {
92 /*margin-right:15px;*/
93 }
94
95 .reprap_entry-title {
96 font: 1.5em georgia, times;
97 text-decoration: none;
98 display: block;
99 }
100
101 .peepshow_entry {
102 font:1.6em verdana;
103 }
104
105 .readoo_entry{
106 font:1.6em arial;
107 }
108
109 .drawcss_entry{
110 font:1.6em "lucida console";
111 }
112
113 .youtube_backup-entry-title{
114 font:1.6em "lucida console";
115 }
116
117 .youtube_backup-entry{
118 font:1.3em "lucida console";
119 }
120
121 .shownDiv{
122 border:1px solid black;
123 }