[licrea] / trunk / style.css  
ViewVC logotype

Annotation of /trunk/style.css

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : egutierrez 6 /*
2 : egutierrez 9 Diseñado por Estefani Gutiérrez
3 :    
4 :     Nombre : Repositorio de Licencias para REAS
5 :     Descripción:
6 :     Versión :
7 : egutierrez 6 */
8 :    
9 : egutierrez 9 /*Membrete con logos del Gobierno y Cenditel*/
10 : egutierrez 6 #membrete{
11 : egutierrez 9 width: 1024px;
12 : egutierrez 6 height:70px;
13 :     background: url(/repositorio_rea/imagenes/cabecera_cenditel.png);
14 :     border-top:1px solid black;
15 :     border-bottom:0px solid black;
16 :     position:relative;
17 :     }
18 :    
19 :     body {
20 :     margin: 0;
21 :     padding: 0;
22 :     background: #000000;
23 :     font-family: Arial, Helvetica, sans-serif;
24 :     font-size: 12px;
25 : egutierrez 9 color: #D1D1D1;
26 : egutierrez 6 }
27 :    
28 :     h1, h2, h3 {
29 :     margin: 0;
30 :     padding: 0;
31 :     font-weight: normal;
32 :     color: #000000;
33 :     }
34 :    
35 :     h1 {
36 :     font-size: 2em;
37 :     }
38 :    
39 :     h2 {
40 :     font-size: 2.4em;
41 :     }
42 :    
43 :     h3 {
44 :     font-size: 1.6em;
45 :     }
46 :    
47 :     p, ul, ol {
48 :     margin-top: 0;
49 :     line-height: 180%;
50 :     }
51 :    
52 :     ul, ol {
53 :     }
54 :    
55 :     a {
56 :     text-decoration: none;
57 :     color: #BA0202;
58 :     }
59 :    
60 :     a:hover {
61 :     }
62 :    
63 :     /*Cuerpo de la P�gina (contenido)*/
64 :     #wrapper {
65 :     width: 1024px;
66 :     margin: 0 auto;
67 :     padding: 0;
68 :     }
69 :    
70 :     /* Enlaces */
71 :    
72 :     #enlaces {
73 :     margin-top: 5px;
74 :     padding: 0px 0px 0px 60px;
75 :     color: #000000;
76 :     background: url(/repositorio_rea/imagenes/img06.jpg);
77 :     }
78 :    
79 :     #enlaces h1, #enlaces p {
80 :     margin: 0;
81 :     padding: 0;
82 :     }
83 :    
84 :     #enlaces p {
85 :     margin: 0;
86 :     padding: 0px 0 0 10px;
87 :     font: normal 14px Georgia, "Times New Roman", Times, serif;
88 :     font-style: italic;
89 :     color: #FFFFFF;
90 :     }
91 :    
92 :     #enlaces a {
93 :     border: none;
94 :     background: none;
95 :     text-decoration: none;
96 :     color: #FFFFFF;
97 :     }
98 :    
99 :     #enlaces a:hover {
100 :     text-decoration: underline;
101 :     }
102 :    
103 :    
104 :     #titulo{
105 : egutierrez 9 background: url(/repositorio_rea/imagenes/mochila.png);
106 : egutierrez 6 border: none;
107 :     width:1024px;
108 :     height: 90px;
109 :     }
110 :    
111 :     /* Pagina */
112 :    
113 :     #page {
114 :     width: 1024px;
115 :     margin: 0 auto;
116 :     padding: 0px 0px 0px 0px;
117 :     }
118 :    
119 :     #page-bgtop {
120 :     padding: 20px 0px;
121 :     }
122 :    
123 :     #page-bgbtm {
124 :     }
125 :    
126 :     /* Content */
127 :    
128 :     #content {
129 :     float: right;
130 :     width: 760px;
131 :     padding: 30px 0px 0px 0px;
132 :     }
133 :    
134 :     .post {
135 :     margin-bottom: 15px;
136 :     }
137 :    
138 :     .post-bgtop {
139 :     }
140 :    
141 :     .post-bgbtm {
142 :     }
143 :    
144 :     .post .title {
145 :     height: 38px;
146 :     margin-bottom: 10px;
147 :     padding: 12px 0 0 0px;
148 :     letter-spacing: -.5px;
149 :     color: #82050B;
150 :     }
151 :    
152 :     .post .title a {
153 :     color: #DDDDDD;
154 :     border: none;
155 :     }
156 :    
157 :     .post .meta {
158 :     margin-bottom: 30px;
159 :     padding: 5px 0px 15px 0px;
160 :     text-align: left;
161 :     font-family: Arial, Helvetica, sans-serif;
162 :     font-size: 13px;
163 :     font-weight: bold;
164 :     }
165 :    
166 :     .post .meta .date {
167 :     float: left;
168 :     }
169 :    
170 :     .post .meta .posted {
171 :     float: right;
172 :     }
173 :    
174 :     .post .meta a {
175 :     }
176 :    
177 :     .post .entry {
178 :     padding: 0px 0px 20px 0px;
179 :     padding-bottom: 20px;
180 :     text-align: justify;
181 :     }
182 :    
183 :     .links {
184 :     height: 30px;
185 :     background: url(/repositorio_rea/imagenes/img05.jpg) no-repeat left 20px;
186 :     padding: 30px 0px 0px 30px;
187 :     font-size: 12px;
188 :     font-weight: bold;
189 :     color: #660000;
190 :     }
191 :    
192 :     /* Sidebar */
193 :    
194 :     #sidebar {
195 :     float: left;
196 :     width: 230px;
197 :     margin: 0px;
198 :     padding: 0px 0px 0px 0px;
199 :     color: #787878;
200 :     }
201 :    
202 :     /* Calendar */
203 :    
204 :     #calendar {
205 :     }
206 :    
207 :     #calendar_wrap {
208 :     padding: 20px;
209 :     }
210 :    
211 :     #calendar table {
212 :     width: 100%;
213 :     }
214 :    
215 :     #calendar tbody td {
216 :     text-align: center;
217 :     }
218 :    
219 :     #calendar #next {
220 :     text-align: right;
221 :     }
222 :    
223 :     /* Footer */
224 :    
225 :     #footer {
226 :     width: 1024px;
227 :     height: 50px;
228 :     margin: 0 auto;
229 :     padding: 0px 0 15px 0;
230 :     background: #000000;
231 :     font-family: Arial, Helvetica, sans-serif;
232 :     }
233 :    
234 :     #footer p {
235 :     margin: 0;
236 :     padding-top: 20px;
237 :     line-height: normal;
238 :     font-size: 9px;
239 :     text-transform: uppercase;
240 :     text-align: center;
241 :     color: #A0A0A0;
242 :     }
243 :    
244 :     #footer a {
245 :     color: #8A8A8A;
246 :     }

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