www/css/style.css

changeset 4
1750b6cae48e
parent 2
282e7d2bb28a
child 8
50545c3e36c6
equal deleted inserted replaced
3:37a8c7ec9d3e 4:1750b6cae48e
17 padding: 0; 17 padding: 0;
18 vertical-align: baseline; 18 vertical-align: baseline;
19 } 19 }
20 20
21 body { 21 body {
22 background: #eee; 22 background: #ccc;
23 color: #000; 23 color: #000;
24 font-family: Verdana, Arial, sans-serif; 24 font-family: Verdana, Arial, sans-serif;
25 width: 1280px;
26 font-size: 12px; 25 font-size: 12px;
27 margin: 0px; 26 margin: 0px;
28 } 27 }
29 28
30 29
31 #jqxWidget { 30 #jqxWidget {
32 width: 1280px; 31 width: 1280px;
33 height: 670px; 32 height: 660px;
34 float: left; 33 float: left;
35 } 34 }
36 35
37 36
38 #header { 37 #header {
39 width: 1278px; 38 width: 1278px;
40 height: 48px; 39 height: 38px;
41 float: left; 40 float: left;
42 border: 1px solid #4297d7; 41 border: 1px solid #4297d7;
43 border-radius: 5px 5px 5px 5px; 42 border-radius: 5px 5px 5px 5px;
44 background: #5c9ccc url(../jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; 43 background: #5c9ccc url(/jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
45 color: #ffffff; 44 color: #ffffff;
46 font-weight: bold; 45 font-weight: bold;
47 } 46 }
48 47
49 #title { 48 #title {
50 width: 1278px; 49 width: 1278px;
51 height: 40px; 50 height: 38px;
52 float: left; 51 float: left;
53 margin-top: 7px; 52 margin-top: 2px;
54 font-size: 1.8em; 53 font-size: 1.8em;
55 color: #FFD700; 54 color: #FFD700;
56 text-align: center; 55 text-align: center;
57 font-family: comic sans ms; 56 font-family: comic sans ms;
58 } 57 }
59
60 /*
61
62 #content {
63 width: 978px;
64 height: 428px;
65 float: left;
66 border: 1px solid;
67 border-color: #aaa;
68 border-radius: 5px 5px 5px 5px;
69 }
70
71 #errors {
72 height: 35px;
73 width: 978px;
74 float: left;
75 text-align: center;
76 font-size: 1.5em;
77 margin-top: 10px;
78 color: #ff0000;
79 }
80
81 #etable {
82 height: 320px;
83 width: 978px;
84 float: left;
85 overflow: auto;
86 }
87
88 #atable {
89 height: 60px;
90 width: 978px;
91 float: left;
92 }
93
94 table.setup {
95 margin-left: auto;
96 margin-right: auto;
97 border-collapse: collapse;
98 }
99
100 .trhead {
101 font-weight: bold;
102 background: #5c9ccc url(../jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
103 }
104
105 tr.setup:nth-child(odd) {
106 background: #FFFFFF;
107 }
108
109 tr.setup:nth-child(even) {
110 background: #CCFFFF;
111 }
112
113 td.setup {
114 padding: 1px 3px 1px 3px;
115 }
116 */
117
118 /*
119 * Editor screens
120 */
121 /*
122 table.editor {
123 margin-left: auto;
124 margin-right: auto;
125 border-collapse: collapse;
126 background-color: #eee;
127 }
128
129 tr.editor {
130 height: 30px;
131 }
132
133 td.editname {
134 width: 150px;
135 padding: 1px 3px 1px 3px;
136 }
137
138 td.editfield {
139 width: 300px;
140 padding: 1px 3px 1px 3px;
141 }
142
143 td.editsub {
144 width: 50px;
145 padding: 1px 3px 1px 3px;
146 }
147
148 #jqxTabs {
149 width: 980px;
150 height: 440px;
151 float: left;
152 }
153
154 */
155 58
156 59
157 .LEDred_on { 60 .LEDred_on {
158 margin: 5px auto; 61 margin: 5px auto;
159 width: 12px; 62 width: 12px;

mercurial