appBlueSkin.css
3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
div.navBarClass span, div.navBarClass {
/* Blue 100%*/
color:#0069AA;
padding:10px;
}
.tituloForm {
font-size: 10pt;
/* Blue 100%*/
color: #0069AA;;
font-weight:bold;
padding:5px;
margin:5px;
}
input.botaoPostIt{
font-size: 8pt;
/* Blue 100%*/
color: #0069AA;
font-weight:bold;
background-color:white;
}
.inputPattern{
/* Blue 20%*/
color: #B3D4E7;
}
label {
font-size: 12px;
/* Blue 100%*/
color: #0069AA;
text-align: left;
border:none;
}
input, select,textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/* Orange 100% */
color: #0069AA;
text-align: left;
background-color:white;
border-style:ridge;
/*lightgray*/
border:1px solid #d3d3d3;
padding:4px;
margin:4px;
margin-bottom:4px;
font-weight:normal;
}
.datatableHeader{
/* Orange 100% */
background-color:#0069AA;
color:white;
font-size:12pt;
font-weight:normal;
padding:10px;
margin:10px;
}
.datatableRow2{
/* Blue 20% */
background-color:#B3D4E7;
font-size:12px;
color:black;
padding:15px;
margin:15px;
text-align:center;
}
.navigationLink{
text-decoration:none;
text-align:right;
/* Blue 100% */
color:#0069AA;
}
/*Diferent datatable lines / oposite*/
.datatableRow{
background-color:white;
color:black;
font-size:12px;
text-align:center;
}
table.menuTable{
/* it seems its not necessary */
border-collapse:collapse;
vertical-align:middle;
text-align: left;
}
table.menuTable tr td{
vertical-align:middle;
padding-bottom:0px;
/*space between menu itens */
width:168px;
}
.menu a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif ;
font-size: 12px;
padding: 10px;
/* Blue 100% */
color: #0069AA;
}
/* menuItem and menu spacing */
.menu ul{
text-align:left;
padding:0pt;
margin:0pt;
/* sub menu item background */
background-color:white;
/* fundo transparente
background-image:url("../resources/images/menu/Transparency.png;");
*/
}
/* submenu div */
.menu{
display:none;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
/* submenu item*/
.menu li{
/* white background for avoiding transparency on submenu item */
/*background-color:white;*/
list-style-type: none;
display: block;
padding:10px;
/* altura do submenu */
width: 142px;
/* Orange 100% */
border:1px solid #0069AA;
font-weight:bold;
}
.menuhandler {
/* Orange 100% */
border:1px solid #0069AA;
color:white;
text-decoration:none;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 141px;
vertical-align:middle;
text-align: left;
font-weight: bold;
padding:10px;
background-color:#0069AA;
/* fundo transparente
background-image:url("../resources/images/menu/Transparency.png;");
color:white;
*/
}
.selectProject{
vertical-align:bottom;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align:center;
}
.postitComponent{
background-image:url("../resources/images/postits/novos/postit_azul_150x145.png");
width:150px;
height:145px;
font-size: 14px;
text-align:center;
color:white;
}
.postitComponent tr td{
padding: 5pt;
padding-top: 15pt;
vertical-align:top;
}
.postitComponent a{
text-decoration:none;
color:white;
}
.bigPostitComponent{
background-image:url("../resources/images/postits/novos/postit_azul_315x150.png");
background-repeat:no-repeat;
width:315px;
height:150px;
font-size: 14px;
text-align:center;
color:white;
}
.bigPostitComponent tr td{
padding: 5pt;
vertical-align:top;
}