Merge branch 'dev' into live
[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-right:15px;
42 }
43
44 #content {
45 float:right;
46 width:725px;
47 min-height:300px;
48 margin-bottom: 20px;
49 margin-right:15px;
50 padding:5px;
51 padding-left:20px;
52 padding-top:25px;
53 padding-bottom:25px;
54 }
55
56 .portfolio {
57 float:right;
58 width:350px;
59 margin-right:17px;
60 }
61
62 .portfolio li a {
63 text-decoration:none;
64 }
65
66 #exhibit {
67 float:right;
68 }
69
70 .tabs {
71 width:300px;
72 min-height:600px;
73 border:1px solid black;
74 padding:10px;
75 }
76
77 .project {
78 float:right;
79 list-style:none;
80 }
81
82 .active_project {
83 display:block;
84 /*margin-right:-15px;*/
85 }
86
87 .active_tab {
88 /*margin-right:15px;*/
89 }
90
91 .reprap_entry-title {
92 font: 1.5em georgia, times;
93 text-decoration: none;
94 display: block;
95 }
96
97 .peepshow_entry-title {
98 font:1.6em verdana;
99 }
100
101 .peepshow_entry {
102 font:1.3em verdana;
103 }
104 .readoo_entry{
105 font:1.6em arial;
106 }
107
108 .drawcss_entry{
109 font:1.6em "lucida console";
110 }
111
112 .youtube_backup-entry-title{
113 font:1.6em "lucida console";
114 }
115
116 .youtube_backup-entry{
117 font:1.3em "lucida console";
118 }
119
120 .i_like_pandora-entry-title{
121 font:2em "lucida console";
122 }
123
124 .i_like_pandora-entry{
125 font:1.4em "lucida console";
126 }
127
128 .shownDiv{
129 border:1px solid black;
130 }