-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeoservicios.css
executable file
·75 lines (74 loc) · 1.58 KB
/
geoservicios.css
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
/* ----------------------------------------------*/
/* TABLAS IDERA
/* ----------------------------------------------*/
/* CSS Document Tablas Portal IDERA*/
.Table_titular {
font-size: medium;
font-style: normal;
color: #FFF;
font-weight: bold;
padding: 15px;
background-color: #333333;
}
.Table_title_row {
font-size: medium;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FFF;
background-color: #0e72b5;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
}
.filas_oscuras {
font-size: small;
font-style: normal;
color: #000;
line-height: 1.5;
word-spacing: inherit;
background-color: #C6D9FD;
vertical-align: top;
text-align: justify;
white-space: normal;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
list-style-position: outside;
list-style-image: none;
list-style-type: square;
}
.filas_claras {
font-size: small;
font-style: normal;
color: #000;
line-height: 1.5;
word-spacing: inherit;
background-color: #E7EFFE;
vertical-align: top;
text-align: justify;
white-space: normal;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
list-style-position: outside;
list-style-image: none;
list-style-type: square;
font-size: small;
font-style: normal;
}
.pie_tabla {
font-size: small;
font-style: normal;
font-weight: normal;
color: #FFF;
background-color: #666666;
background-repeat: no-repeat;
background-position: right bottom;
background-image: url(http://www.idera.gob.ar/images/CSS/esquinita.jpg);
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
}