Diferencia entre revisiones de «MediaWiki:Common.css»

De bioconstrupedia
Saltar a: navegación, buscar
Línea 28: Línea 28:
 
/*----------- CAJA ----------- */
 
/*----------- CAJA ----------- */
 
.titulocaja {  
 
.titulocaja {  
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  
+
font-family: Georgia,sans-serif;  
 
color: #ffffff;  
 
color: #ffffff;  
 
font-size: 18px;  
 
font-size: 18px;  
Línea 42: Línea 42:
 
}
 
}
 
.caja {  
 
.caja {  
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  
+
font-family: Georgia, sans-serif;  
 
color: #000000;  
 
color: #000000;  
 
font-size: 14px;  
 
font-size: 14px;  
Línea 58: Línea 58:
 
}
 
}
 
.contenidocaja {  
 
.contenidocaja {  
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  
+
font-family: Georgia ,sans-serif;  
 
color: #000000;  
 
color: #000000;  
 
font-size: 14px;  
 
font-size: 14px;  

Revisión del 22:07 30 oct 2020

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */




/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}





/*----------- CAJA ----------- */
.titulocaja { 
font-family: Georgia,sans-serif; 
color: #ffffff; 
font-size: 18px; 
font-weight: 700; 
text-align: center; 
background: #ff7c00; 
margin: 0 0 0px; 
overflow: hidden; 
padding: 5px; 
border-radius: 5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px; 
-webkit-border-radius: 5px 5px 5px 5px; 
}
.caja { 
font-family: Georgia, sans-serif; 
color: #000000; 
font-size: 14px; 
text-align: left; 
background: #ffffff; 
margin: 5px 5px 5px; 
overflow: hidden; 
padding: 0px; 
border-radius: 5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px; 
-webkit-border-radius: 5px 5px 5px 5px; 
/*border: 2px solid #5878ca; */
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);

}
.contenidocaja { 
font-family: Georgia ,sans-serif; 
color: #000000; 
font-size: 14px; 
text-align: left; 
background: #ffffff; 
overflow: hidden; 
padding: 10px 10px; 


}