Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
| Línea 1: | Línea 1: | ||
| − | /* | + | /* Títulos de páginas */ |
.firstHeading{ | .firstHeading{ | ||
| Línea 7: | Línea 7: | ||
} | } | ||
| − | /* Ajuste de formularios */ | + | /* Ajuste de formularios cabeceras de campos en formularios */ |
| + | |||
table.formatable th{ | table.formatable th{ | ||
text-align: right; | text-align: right; | ||
| Línea 14: | Línea 15: | ||
/* licencias para archivos */ | /* licencias para archivos */ | ||
| + | |||
.licence{ | .licence{ | ||
padding: 1em 2ex; | padding: 1em 2ex; | ||
| Línea 34: | Línea 36: | ||
} | } | ||
| − | /* enlaces a páginas inexistentes */ | + | /* color de enlaces a páginas inexistentes */ |
| + | |||
a.new:link, a.new:hover, a.new:visited{ | a.new:link, a.new:hover, a.new:visited{ | ||
| − | color: | + | color: #666; |
} | } | ||
Revisión del 17:54 5 abr 2018
/* Títulos de páginas */
.firstHeading{
/*display: none;*/
font-size: 11pt;
font-variant: small-caps;
}
/* Ajuste de formularios cabeceras de campos en formularios */
table.formatable th{
text-align: right;
text-transform:
}
/* licencias para archivos */
.licence{
padding: 1em 2ex;
border: 1px solid #EEE;
border-radius: 1ex;
font-size: 75%;
}
.licence .image{
float: left;
display: inline-block;
margin-right: 1em;
}
.clearfix {overflow: auto;}
.clearfix::after{
content: "";
clear: both;
display: table;
}
/* color de enlaces a páginas inexistentes */
a.new:link, a.new:hover, a.new:visited{
color: #666;
}