www/css/style.css

changeset 503
b23ef14c6b09
parent 463
0efdafd23753
child 504
42a0ab588a4f
equal deleted inserted replaced
502:a8a6901b5a99 503:b23ef14c6b09
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 9
10 10
11 #MainPanel, 11 #MainPanel,
12 #fermenter { 12 #fermenter,
13 #co2meter {
13 width: 1278px; 14 width: 1278px;
14 height: 628px; 15 height: 628px;
15 border: 2px solid #4297d7; 16 border: 2px solid #4297d7;
16 background: #252526; 17 background: #252526;
17 float: left; 18 float: left;
61 border-radius: 5px 5px 5px 5px; 62 border-radius: 5px 5px 5px 5px;
62 } 63 }
63 64
64 65
65 66
66 #fermenter_table { 67 #fermenter_table,
68 #co2meter_table {
67 width: 960px; 69 width: 960px;
68 height: 210px; 70 height: 210px;
69 background: #252526; 71 background: #252526;
70 margin: 5px; 72 margin: 5px;
71 border: 2px solid; 73 border: 2px solid;
86 background: #212121; 88 background: #212121;
87 } 89 }
88 90
89 91
90 /* 92 /*
91 * +----------------------------------------------------_ 93 * +----------------------------------------------------+
92 * |+-------------------++--------++-------------------+| 94 * |+-------------------++--------++-------------------+|
93 * || || || || 95 * || || || ||
94 * || || chiller|| || 96 * || || chiller|| ||
95 * || || || || 97 * || || || ||
96 * || |+--------+| || 98 * || Air temp |+--------+| Beer temp ||
97 * || Air temp | | Beer temp || 99 * || Temperature | | Pressure ||
98 * || | | || 100 * || | | ||
99 * || | | || 101 * || | | ||
100 * || | | || 102 * || | | ||
101 * |+-------------------+ +-------------------+| 103 * |+-------------------+ +-------------------+|
102 * +----------------------------------------------------+ 104 * +----------------------------------------------------+
103 */ 105 */
104 106
105 #fermenter_thermometers { 107 #fermenter_thermometers,
108 #co2meter_meters {
106 width: 960px; 109 width: 960px;
107 height: 390px; 110 height: 390px;
108 float: left; 111 float: left;
109 background-color: #252526; 112 background-color: #252526;
110 margin: 5px; 113 margin: 5px;
134 * +-------------------------------+ 137 * +-------------------------------+
135 * +--------panel_buttons----------+ 138 * +--------panel_buttons----------+
136 * | | 139 * | |
137 * +-------------------------------+ 140 * +-------------------------------+
138 */ 141 */
139 #fermenter_panel_top { 142 #fermenter_panel_top,
143 #co2meter_panel_top {
140 width: 290px; 144 width: 290px;
141 height: 100px; 145 height: 100px;
142 float: right; 146 float: right;
143 margin: 5px; 147 margin: 5px;
144 background-color: #252526; 148 background-color: #252526;

mercurial