www-thermferm/css/style.css

changeset 100
012576d7386d
parent 99
5dccd1d8d817
child 112
d82c5499285c
equal deleted inserted replaced
99:5dccd1d8d817 100:012576d7386d
34 } 34 }
35 35
36 #container { 36 #container {
37 width: 980px; 37 width: 980px;
38 height: 510px; 38 height: 510px;
39 background: #7ff; 39 background: #ddd;
40 margin-bottom: 10px; 40 margin-bottom: 10px;
41 float: left; 41 float: left;
42 } 42 }
43 43
44 #header { 44 #header {
45 width: 968px; 45 width: 968px;
46 height: 90px; 46 height: 90px;
47 background: #ff7; 47 background: #222;
48 margin: 5px; 48 margin: 5px;
49 float: left; 49 float: left;
50 } 50 }
51 51
52 #logo { 52 #logo {
60 } 60 }
61 61
62 #content { 62 #content {
63 width: 968px; 63 width: 968px;
64 height: 400px; 64 height: 400px;
65 background: #f7f; 65 background: #fff;
66 margin: 5px; 66 margin: 5px;
67 float: left; 67 float: left;
68 } 68 }
69 69
70
71 #fermentor {
72 border: 5px solid;
73 border-color: #FFCC01;
74 border-radius: 15px 15px 15px 15px;
75 height: 380px;
76 width: 464px;
77 background: #fff;
78 margin: 5px;
79 float: left;
80 }
81
82 #fermentor_head {
83 margin-bottom: 1px;
84 padding: 3px 10px 8px;
85 background-color: #FFCC01;
86 color: #666666;
87 font-weight: bold;
88 }
89
90 #fermentor_pict {
91 width: 220px;
92 height: 350px;
93 float: left;
94 }
95
96 #fermentor_control {
97 width: 240px;
98 height: 350px;
99 float: right;
100 }
101

mercurial