Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
| Línea 69: | Línea 69: | ||
/* ficha de textos */ | /* ficha de textos */ | ||
| − | + | div.text{ | |
float: right; | float: right; | ||
max-width: 500px; | max-width: 500px; | ||
| Línea 78: | Línea 78: | ||
} | } | ||
| − | + | div.text .key{ | |
text-align: right; | text-align: right; | ||
max-width: 20%; | max-width: 20%; | ||
} | } | ||
| − | + | div.text div.img{ | |
padding: 0; | padding: 0; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| − | + | div.text div.title{ | |
font-size: 110%; | font-size: 110%; | ||
font-weight: bold; | font-weight: bold; | ||
| Línea 96: | Línea 96: | ||
} | } | ||
| − | + | div.text .key, | |
| − | + | div.text .value{ | |
| + | display: table-cell; | ||
padding: .3ex 1ex; | padding: .3ex 1ex; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revisión del 14:06 16 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: 8px;
}
.thumb-event .text{padding: 8px;}
.thumb-event .text .title{
text-transform: uppercase;
font-weight: 800;
}
.thumb-event .text .date{font-weight: bold}
.thumb-event .text .excerpt{font-size: 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;
}
/* ficha de textos */
div.text{
float: right;
max-width: 500px;
background-color: #EFEFE1;
font-size: 80%;
margin: 0 0 2em 2em;
padding: 0 1em 2em 1em;
}
div.text .key{
text-align: right;
max-width: 20%;
}
div.text div.img{
padding: 0;
text-align: center;
}
div.text div.title{
font-size: 110%;
font-weight: bold;
text-align: center;
vertical-align: text-bottom;
padding: 2em 0 0 0;
}
div.text .key,
div.text .value{
display: table-cell;
padding: .3ex 1ex;
vertical-align: top;
}