admin.css
3.33 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
P
{text-align: left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
legend
{font-weight:bold;cursor:pointer;background-color:white;color:navy;text-align: left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.mensagem
{color:black;text-align: left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
h1
{text-align: left;font-size:15px;font-family: Verdana, Arial, Helvetica, sans-serif;}
input
{cursor:pointer;}
.lista td
{border: 1px solid rgb(140,140,140);border-left: 0px;border-right:0px;border-top:0px;padding: 0px;color:#2F4632;margin:0px;text-align:left;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.lista1 td
{cursor:pointer;text-align:left;font-size: 14px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.lista1
{text-align:left;}
.aplicar
{
background-image:URL('../imagens/02.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.salvar
{
background-image:URL('../imagens/save1.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.excluir
{
background-image:URL('../imagens/01.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.testar
{
background-image:URL('../imagens/41.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.mais
{
background-image:URL('../imagens/05.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.editar
{
background-image:URL('../imagens/06.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.sobe
{
background-image:URL('../imagens/34.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
}
.desce
{
background-image:URL('../imagens/35.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
}
.mostrar
{
background-image:URL('../imagens/03.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 20px;
}
.ajuda
{
background-image:URL('../imagens/04.png');
background-repeat: no-repeat;
background-position: 0px 0px;
cursor:pointer;
width: 20px;
height: 15px;
}
.textoAjuda
{
color:black;text-align: left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fieldsetRaiz
{
background-color:rgb(252,210,186);
border: 1px solid gray;
}
fieldset
{
text-align:left;
padding: 10px;
border: 0px solid gray;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 3px gray ;
background-color:rgb(250,250,250);
margin:15px;
}
.mascaraPrincipal{
position:relative;
top:-15px;
width:100%;
text-align:left;
background-color:white;
margin:0px;
box-shadow:0px 8px 10px 0px #888;
padding:15px
}
.bordaSuperior{
height:25px;
width:100%;
text-align:left;
background-color:#00500F;
}
.fundoPonto {
background:url("../../imagens/fundo_ponto.jpg") repeat-x scroll left transparent;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cabecalhoGeral{
margin: 0px;
}