www-thermferm/css/style.css

changeset 99
5dccd1d8d817
parent 98
6e7e69f3493a
child 100
012576d7386d
equal deleted inserted replaced
98:6e7e69f3493a 99:5dccd1d8d817
1 /*
2 */
3
4 /* Reset default browser CSS. */
5 html, body, div, span, applet, object, iframe,
6 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7 a, abbr, acronym, address, big, cite, code,
8 del, dfn, em, font, img, ins, kbd, q, s, samp,
9 small, strike, strong, sub, sup, tt, var,
10 b, u, i, center,
11 dl, dt, dd, ol, ul, li,
12 fieldset, form, label, legend,
13 table, caption, tbody, tfoot, thead, tr, th, td {
14 background: transparent;
15 border: 0;
16 margin: 0;
17 padding: 0;
18 vertical-align: baseline;
19 }
1 20
2 21
3 body { 22 body {
4 background: #fff; 23 background: #fff;
5 color: #000; 24 color: #000;
6 font-family: Verdana, Arial, sans-serif; 25 font-family: Verdana, Arial, sans-serif;
7 width: 980px; 26 width: 980px;
8 font-size: 12px; 27 font-size: 12px;
28 margin: 0px;
9 } 29 }
10 30
11 #top-bar button.script-status { 31
32 #header button.script-status {
12 margin:10px; 33 margin:10px;
13 } 34 }
14 35
15 #beer-panel{ 36 #container {
16 width: 980px; 37 width: 980px;
17 height: 525px; 38 height: 510px;
39 background: #7ff;
18 margin-bottom: 10px; 40 margin-bottom: 10px;
19 float: left; 41 float: left;
20 } 42 }
21 43
22 #top-bar { 44 #header {
23 width: 968px; 45 width: 968px;
46 height: 90px;
47 background: #ff7;
24 margin: 5px; 48 margin: 5px;
25 float: left; 49 float: left;
26 } 50 }
27 51
28 div.beer-main, 52 #logo {
29 div.main-container {
30 float: left;
31 }
32
33 #logo-container {
34 float: left; 53 float: left;
35 clear: none; 54 clear: none;
36 display: block; 55 display: block;
37 margin-left: 4px; 56 margin-left: 4px;
38 margin-top: 4px; 57 margin-top: 4px;
39 width: 450px; 58 width: 450px;
40 text-align: center; 59 text-align: center;
41 } 60 }
42 61
62 #content {
63 width: 968px;
64 height: 400px;
65 background: #f7f;
66 margin: 5px;
67 float: left;
68 }
69

mercurial