Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
Línea 16: | Línea 16: | ||
padding-right: 1ex; | padding-right: 1ex; | ||
} | } | ||
− | |||
.pfAddressInput, | .pfAddressInput, | ||
Línea 26: | Línea 25: | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
+ | |||
+ | /* Acontecer */ | ||
+ | .thumb-event{ | ||
+ | background-color: #efefe1; | ||
+ | border-radius: 4px; | ||
+ | padding: 4px; | ||
+ | } | ||
+ | |||
+ | .thumb-event .title{ | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .thumb-event small{ | ||
+ | line-height: 80%; | ||
+ | } | ||
+ | |||
/* licencias para archivos */ | /* licencias para archivos */ | ||
Revisión del 21:42 11 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.formtable tr { border-bottom: 2ex solid transparent; } table.formtable tr th{ text-align: right; padding-right: 1ex; } .pfAddressInput, .pfCoordsInput, .pfLookUpAddress, .pfUploadable{ padding: 4px 8px; border: 1px solid rgb(187,187,187); border-radius: 4px; } /* Acontecer */ .thumb-event{ background-color: #efefe1; border-radius: 4px; padding: 4px; } .thumb-event .title{ text-transform: uppercase; } .thumb-event small{ line-height: 80%; } /* 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; }