-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathttantta_gestion.css
148 lines (124 loc) · 2.59 KB
/
ttantta_gestion.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
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
/*menu gestion*/
#ttantta-gestion-form-bloques fieldset{
width:95%;
float:left;
clear:both;
}
.inicio_rapido {
width:100%;
float:left;
clear:both;
}
.inicio_rapido .inicio_rapido_usuario{
width:26%;
height:70px;
float:left;
margin:0 30px 0 0;
padding:0 10px 0 0;
border-right:2px solid #cccccc;
background:url(images/icono_usuario.png) no-repeat right bottom;
}
.inicio_rapido .inicio_rapido_noticias{
width:26%;
height:70px;
float:left;
margin:0 30px 0 0;
padding:0 10px 0 0;
border-right:2px solid #cccccc;
background:url(images/icono_noticias.png) no-repeat right bottom;
}
.inicio_rapido .inicio_rapido_pagina{
width:30%;
height:70px;
float:left;
margin:0;
padding:0;
border-right:2px solid #cccccc;
background:url(images/icono_page.png) no-repeat right bottom;
}
.inicio_rapido .inicio_rapido_descarga{
width:93%;
float:left;
margin:15px 0 0 0;
padding:10px 0 10px 1px ;
}
.gestion .bloque_izq , .gestion .bloque_centro, .gestion .bloque_drc{
padding:5px 5px 5px 15px;
font-weight:bold;
width:29%;
float: left;
}
.gestion .bloque_izq .gestion_enlace li, .gestion .bloque_centro .gestion_enlace li{
font-weight:normal;
padding:0px 0 0px 13px;
margin:0.5em 0 0.5em 0;
line-height:1.2em;
}
.gestion_estadisticas{
font-weight:bold;
width:100%;
}
.gestion_estadisticas ul{
padding:10px 10px 10px 15px;
}
.gestion_estadisticas .gestion_enlace li{
font-weight:normal;
padding:0px 0 0px 13px;
margin:0.5em 0 0.5em 0;
line-height:1.2em;
}
.fondo-wrapper{
position: relative;
clear:both;
width: 100%;
height: 25px;
top:0;
}
.fondo{
background-color: black;
opacity: 0.2;
filter: alpha(opacity=20);
width:100%;
height:25px;
/*float: right;*/
position:absolute;
top: 0px;
}
.menu_usuario {
clear:both;
width:100%;
font-weight: bold;
/*float: right;*/
position:absolute;
top:0;
}
.menu_usuario a:link, .menu_usuario a:visited {
color:#fff;
}
.menu_usuario_enlace{
float: left;
margin: 5px 20px 5px 20px;
background-image:url(images/user.png);
background-position:left 0.1em;
background-repeat:no-repeat;
padding-bottom:5px;
padding-left:23px;
}
.menu_usuario_gestion{
float: left;
margin: 5px 20px 5px 20px;
background-image:url(images/panel.png);
background-position:left 0.1em;
background-repeat:no-repeat;
padding-bottom:5px;
padding-left:23px;
}
.menu_usuario_logout{
margin: 5px 20px 5px 20px;
float: right;
background-image:url(images/logout.png);
background-position:left 0.1em;
background-repeat:no-repeat;
padding-bottom:5px;
padding-left:20px;
}