Initial import.
[simdecs_seam.git] / SimDeCS / WebContent / stylesheet / theme.css
CommitLineData
59e4c94a
MS
1html {
2 overflow-y: scroll;
3}
4
5body {
6 font-family: Arial, Helvetica;
7 font-size: 12px;
8 margin: 0px;
9}
10.top{
11 vertical-align:top;
12}
13.pbody{
14 padding:0px;
15 height:120px;
16 width:150px;
17 overflow:auto;
18}
19
20a img {
21 border: none;
22}
23
24h1 {
25 font-size: 1.6em;
26 margin-top: 0;
27}
28
29input[type=submit], input[type=button] {
30 font-size: 11px;
31 margin: 5px 5px 5px 0;
32 cursor: pointer;
33}
34
35input[type=text], input[type=password], textarea {
36 font-size: 12px;
37 padding-left: 1px;
38}
39
40select {
41 font-size: 13px;
42}
43
44.tableControl, .actionButtons {
45 width: 100%;
46}
47
48.tableControl a {
49 padding-left: 10px;
50}
51
52.tableControl {
53 text-align: right;
54}
55
56.footer {
57 text-align: center;
58 font-size: 11px;
59 margin-bottom: 10px;
60}
61
62.rich-table {
63 width: 100%;
64}
65
66.body {
67 padding: 30px;
68}
69.message {
70 padding: 5px;
71 list-style: none;
72 border: 0;
73 background: none;
74 padding: 0;
75 color: #000000;
76 margin: 5px 0 8px 0;
77 font-size: 12px;
78}
79
80.message li {
81 background: no-repeat left center;
82 padding-top: 1px;
83 padding-left: 20px;
84 margin-left: 3px;
85}
86
87.message li.infomsg {
88 background-image: url(../img/msginfo.png);
89}
90
91.message li.errormsg {
92 background-image: url(../img/msgerror.png);
93}
94
95.message li.warnmsg {
96 background-image: url(../img/msgwarn.png);
97}
98
99.name {
100 vertical-align: top;
101 font-weight: bold;
102 width: 115px;
103 float: left;
104 padding: 5px;
105 margin-top: 3px;
106 clear: left;
107}
108
109.value {
110 float: left;
111 padding: 5px;
112}
113
114.error {
115 float: left;
116 padding: 5px;
117}
118
119.errors {
120 color: #FF0000;
121 vertical-align: middle;
122}
123
124img.errors {
125 padding-right: 5px;
126}
127
128.errors input, .errors textarea, .errors select {
129 border: 1px solid red !important;
130}
131
132.required {
133 color: #FF0000;
134 padding-left: 2px;
135}
136
137.rich-stglpanel-body {
138 overflow: auto;
139}
140
141/* the specificity here is necessary to override the defaults */
142/*
143.rich-panel .rich-panel-header,
144.rich-stglpanel .rich-stglpanel-header {
145 padding: 2px 3px;
146}*/
147
148.rich-panel input[type=submit], .rich-panel input[type=button],
149.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
150 margin-bottom: 0;
151}
152
153.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
154 margin: 5px 0 5px 5px;
155}
156
157/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
158.tableControl select {
159 margin-left: 2px;
160 position: relative;
161 top: 1px;
162}
163
164.actionButtons {
165 padding-left: 1px;
166}
167
168.actionButtons select {
169 margin: 5px 5px 5px 0;
170 vertical-align: bottom;
171}
172
173.rich-toolbar-item a {
174 text-decoration: none;
175}
176
177.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
178 text-decoration: underline;
179}
180
181.rich-toolbar-item .rich-menu-item a:hover {
182 text-decoration: none;
183}
184
185.rich-datalist {
186 list-style: square;
187 margin: 6px 0 1px 0;
188 padding-left: 18px;
189}
190
191.rich-list-item {
192 padding-bottom: 4px;
193}
194
195div.info {
196 font-size: 1.2em;
197}
198
199ul.bullets {
200 list-style: square;
201}
202
203ul.bullets li {
204 padding-bottom: 2px;
205}
206
207td.action {
208 text-align: center;
209 width: 8em;
210 white-space: nowrap;
211}
212
213td.action a {
214 padding-left: 1px;
215 padding-right: 1px;
216}
217
218table.radio {
219 border: 0;
220}
221
222table.radio td {
223 padding: 0 2px;
224}
225
226table.radio input[type=radio] {
227 vertical-align: bottom;
228}