[licrea] / trunk / imagenes / repositorio.css  
ViewVC logotype

Annotation of /trunk/imagenes/repositorio.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (view) (download) (as text)

1 : egutierrez 7 /*propiedades del cuerpo de la pagina*/
2 :     body {
3 :     padding:0;
4 :     margin:0;
5 :     text-align:center;
6 :     min-width:1204px;
7 :     background-color: #FFFFFF;
8 :     color: #FFFFFF;
9 :     }
10 :    
11 :    
12 :    
13 :    
14 :     /* Cabecera */
15 :     #header{
16 :     wigth: 1024px;
17 :     height:70px;
18 :     background: url(../repositorio_rea/imagenes/cabecera_cenditel.png);
19 :     border-top:1px solid black;
20 :     border-bottom:1px solid black;
21 :     position:relative;
22 :     }
23 :    
24 :    
25 :     #title{/*Titulo REPOSITORIO Recursos Educativos*/
26 :     width:775px;
27 :     float: right;
28 :     background: pink;
29 :     }
30 :     /* Marco Central */
31 :     #outer{
32 :     min-height:100%;
33 :     width:1024px;
34 :     border-left:1px solid black;
35 :     border-right:1px solid black;
36 :     color: black;
37 :     text-align:justify;
38 :     margin:auto;
39 :     position:relative;
40 :     background:url(../repositorio_rea/images/blackbg3.gif) repeat-y left top;
41 :     }
42 :    
43 :     /* Marco Izquierdo */
44 :     #left {
45 :     position:relative;
46 :     width:250px;
47 :     height: 100%;
48 :     float:left;
49 :     color:black;
50 :     background-color: #e6e6e6;
51 :    
52 :     }
53 :    
54 :     /* Margen de Barra Izquierda*/
55 :     #left p {
56 :     padding:2px
57 :     }
58 :    
59 :     /* Pie de Pagina */
60 :     #footer {
61 :     width:1024px;
62 :     clear:both;
63 :     height:50px;
64 :     border-top:1px solid #000;
65 :     border-bottom:1px solid #000;
66 :     background-color: #FFFFFF;
67 :     color: black;
68 :     text-align:center;
69 :     left:0;
70 :     bottom:0;
71 :     position: absolute;
72 :     }
73 :    
74 :    
75 :     /*tamaño, ubicacion y color del contenido central*/
76 :     #centrecontent {
77 :     width:700px;
78 :     float: right;
79 :     background-color:
80 :     }
81 :    
82 :     /* Sangria del contenido central*/
83 :     #centrecontent p {
84 :     padding-left:3px
85 :     }
86 :    
87 :     /*espacio entre el contenido y el pie de pagina*/
88 :     #clearfooter
89 :     {
90 :     width:100%;height:52px;clear:both
91 :     }
92 :    
93 :     /*- Menu --------------------------- */
94 :     #menu {
95 :     width: 200px;
96 :     margin: 10px;
97 :     border-style: none;
98 :     border-color: #D8D5D1;
99 :     border-size: 1px;
100 :     border-width: 1px;
101 :     }
102 :    
103 :    
104 :     #menu li a {
105 :     height: 32px;
106 :     voice-family: "\"}\"";
107 :     voice-family: inherit;
108 :     height: 24px;
109 :     text-decoration: none;
110 :     }
111 :    
112 :     #menu li a:link, #menu li a:visited {
113 :     color: #3688BA;
114 :     display: block;
115 :     background: url(../repositorio_rea/imagenes/menu2.gif);
116 :     padding: 8px 0 0 30px;
117 :     }
118 :    
119 :     #menu li a:hover {
120 :     color: #3688BA;
121 :     background: url(../repositorio_rea/imagenes/menu2.gif) 0 -32px;
122 :     padding: 8px 0 0 32px;
123 :     }
124 :     }
125 :    
126 :    
127 :     /* Elimina el estilo de los <ul> (viñetas)*/
128 :     #navi {
129 :     list-style:none;
130 :     }
131 :    
132 :     /* Link de Cenditel y Noticias*/
133 :     #link{
134 :     width:1024px;
135 :     font-style:normal;
136 :     background-color: #666666;
137 :     border-top: 3px #FFFFFF;
138 :     }
139 :    
140 :     #link a:link, A:visited {
141 :     text-decoration:none;
142 :     color:#003366;
143 :    
144 :     }
145 :    
146 :     #link a:hover {
147 :     text-decoration: underline;
148 :     color:#990000;
149 :     }
150 :    
151 :     #radecon-link {
152 :     width:250px;
153 :     }
154 :    
155 :     #radecon-link a:link, A:visited {
156 :     text-decoration:none;
157 :     color:#FF6600;
158 :     }
159 :    
160 :     #radecon-link a:hover {
161 :     text-decoration: underline;
162 :     color:#FF0000;
163 :     }

root@fsl.cenditel.gob.ve
ViewVC Help
Powered by ViewVC 1.0.0