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-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 }
70
71 .tabs {
72 width:300px;
73 min-height:600px;
74 border:1px solid black;
75 padding:10px;
76 }
77
78 .project {
79 float:right;
80 list-style:none;
81 }
82
83 .active_project {
84 display:block;
85 /*margin-right:-15px;*/
86 }
87
88 .active_tab {
89 /*margin-right:15px;*/
90 }
91
92 .reprap_entry-title {
93 font: 1.5em georgia, times;
94 text-decoration: none;
95 display: block;
96 }
97
98 .peepshow_entry {
99 font:1.6em verdana;
100 }
101
102 .readoo_entry{
103 font:1.6em arial;
104 }
105
106 .drawcss_entry{
107 font:1.6em "lucida console";
108 }
109
110 .youtube_backup-entry-title{
111 font:1.6em "lucida console";
112 }
113
114 .youtube_backup-entry{
115 font:1.3em "lucida console";
116 }
117
118 .i_like_pandora-entry-title{
119 font:2em "lucida console";
120 }
121
122 .i_like_pandora-entry{
123 font:1.4em "lucida console";
124 }
125
126 .shownDiv{
127 border:1px solid black;
128 }