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