[licrea] / trunk / style.css  
ViewVC logotype

Diff of /trunk/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6, Fri Jun 10 13:48:30 2011 UTC revision 9, Fri Jul 1 16:17:36 2011 UTC
# Line 1  Line 1 
1  /*  /*
2  Design by Free CSS Templates  Diseñado por Estefani Gutiérrez
3  http://www.freecsstemplates.org  
4  Released for free under a Creative Commons Attribution 2.5 License  Nombre     : Repositorio de Licencias para REAS
5    Descripción:
6    Versión    :
7  */  */
8    
9  /*Membre con logos del Gobierno y Cenditel*/  /*Membrete con logos del Gobierno y Cenditel*/
10  #membrete{  #membrete{
11          wigth: 700px;          width: 1024px;
12          height:70px;          height:70px;
13          background: url(/repositorio_rea/imagenes/cabecera_cenditel.png);          background: url(/repositorio_rea/imagenes/cabecera_cenditel.png);
14          border-top:1px solid black;          border-top:1px solid black;
# Line 20  Line 22 
22          background: #000000;          background: #000000;
23          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
24          font-size: 12px;          font-size: 12px;
25          color: #878787;          color: #D1D1D1;
26  }  }
27    
28  h1, h2, h3 {  h1, h2, h3 {
# Line 100  Line 102 
102    
103    
104  #titulo{  #titulo{
105  background: url(http://crearbanner.com/banners/5614790299441665.png);  background: url(/repositorio_rea/imagenes/mochila.png);
106  border: none;  border: none;
107  width:1024px;  width:1024px;
108  height: 90px;  height: 90px;
109  }  }
110    
 /* Menu */  
   
 #menu {  
         width: 200px;  
         margin: 10px;  
         padding: 0;  
         position: relative;  
 }  
   
 #menu ul {  
         margin: 0;  
         padding: 0px;  
         list-style: none;  
         line-height: normal;  
 }  
   
 #menu li {  
         border-bottom:  1px solid #1A1A18; ;  
 }  
   
 #menu a {  
         display: block;  
         width: 180px;  
         height: 27px;  
         margin: 4px 0px;  
         padding: 8px 0px 0px 20px;  
         text-decoration: none;  
         text-align: center;  
         font-family: Arial, Helvetica, sans-serif;  
         font-size: 14px;  
         font-weight: normal;  
         color: #FFF;  
 }  
   
 #menu a:hover, #menu .current_page_item a {  
         background: url(/repositorio_rea/imagenes/img02.jpg);  
         text-decoration: none;  
         color: #FFFFFF;  
 }  
   
 #menu .current_page_item a {  
 }  
   
   
111  /* Pagina */  /* Pagina */
112    
113  #page {  #page {

Legend:
Removed from v.6  
changed lines
  Added in v.9

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