www/css/style.css

changeset 676
09b5efe0c633
child 678
cc49115e769e
equal deleted inserted replaced
675:825210ba2707 676:09b5efe0c633
1 /* local style for thermferm web
2 */
3
4 body {
5 background: #ccc;
6 font-family: Verdana, Arial, sans-serif;
7 margin: 0px;
8 }
9
10
11 #MainPanel,
12 #fermenter {
13 width: 1278px;
14 height: 628px;
15 border: 2px solid #4297d7;
16 background: #252526;
17 float: left;
18 color: #eeeeee;
19 }
20
21
22 #about_table {
23 width: 960px;
24 background: #353536;
25 margin: 150px;
26 border: 2px solid;
27 border-color: #59b4d4;
28 border-radius: 5px 5px 5px 5px;
29 }
30
31

mercurial