Diferencia entre revisiones de «MediaWiki:Common.css»
| Línea 32: | Línea 32: | ||
| − | .caja {  | + | /*----------- CAJA ----------- */  | 
| − | font-family: sans-serif;  | + | .caja {    | 
| − | font-size: 18px;  | + | font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;   | 
| − | font-weight: 400;  | + | color: #ffffff;    | 
| − | + | font-size: 18px;    | |
| − | background: #889ccf;  | + | font-weight: 400;    | 
| − | margin: 0 0 25px;  | + | text-align: center;    | 
| − | overflow: hidden;  | + | background: #889ccf;    | 
| − | padding: 20px;  | + | margin: 0 0 25px;    | 
| − | }  | + | overflow: hidden;    | 
| + | padding: 20px;    | ||
| + | border-radius: 35px 0px 35px 0px;   | ||
| + | -moz-border-radius: 35px 0px 35px 0px;   | ||
| + | -webkit-border-radius: 35px 0px 35px 0px;   | ||
| + | border: 2px solid #5878ca;}  | ||
Revisión del 19:34 30 oct 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
{{#pageslist:
  namespace=Plantilla
| invert=No
| associated=yes/NO
| category=categoryname
| format=plain/ol/ul/table/DATATABLE
}}
/* 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 ----------- */
.caja { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: #ffffff; 
font-size: 18px; 
font-weight: 400; 
text-align: center; 
background: #889ccf; 
margin: 0 0 25px; 
overflow: hidden; 
padding: 20px; 
border-radius: 35px 0px 35px 0px; 
-moz-border-radius: 35px 0px 35px 0px; 
-webkit-border-radius: 35px 0px 35px 0px; 
border: 2px solid #5878ca;}