admin.css
2.77 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
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: 1px solid gray;
border-radius: 5px 5px 5px 5px;
}