MediaWiki:Common.css

De Amereida
/* Títulos de páginas */

.firstHeading{
   /*display: none;*/
   font-size: 10pt;
   font-family: "Alegreya Sans";
   letter-spacing: .4ex;
}

.poem{
   font: 18px/22px Alegreya,"Times New Roman", Times, serif;
   white-space: pre-wrap;   
}

.poem p{
   font: 18px/22px Alegreya,"Times New Roman", Times, serif;
   margin: 0;
}

.poem br{display: none}
.rounded{border-radius:4px}

/* 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;
}

/* licencias para archivos */

.licence{
   padding: 1em 2ex;
   border: 1px solid #EEE;
   border-radius: 1ex;
   font-size: 75%;
   line-height: 120%;
}

.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.thumb-text{
   float: right;
   max-width: 320px;
   background-color: #EFEFE1;
   font-size: 80%;
   margin: 0 0 2em 2em;
   padding: 0 1em 2em 1em;
   line-height: 120%;
}

div.thumb-text .key{
   text-align: right;
   min-width: 80px;
   font-weight: bold;
}

div.thumb-text div.img{
   padding: 0;
   text-align: center;
}

div.thumb-text div.title{
   font-size: 110%;
   font-weight: bold;
   text-align: center;
   vertical-align: text-bottom;
   padding: 2em 0 0 0;
}

/* ficha de acontecer */

.event,
.thumb-event{
   background-color: #EFEFE1;
   border-radius: 4px;
   padding: 8px;
   margin-bottom: 2em;
}
.thumb-event .text{padding: 8px;}
.event .title,
.thumb-event .text .title{
   text-transform: uppercase;
   font-weight: 800;
}
.thumb-event .text .date{font-weight: bold}
.thumb-event .text .excerpt{font-size: 80%}
div.thumb-text .key,
div.thumb-text .value{
   display: table-cell;
   padding: .3ex 1ex;
   vertical-align: top;
}

.event .leyend{padding: 12px;}

.nota{
   width: 50%;
   float:right;
   font-size: 75%;
   padding: 1em;
   margin: 0 0 1em 1em;
   background-colo: #EEE;
}


/* ficha obra */

.obra{
   background-color: #EFEFE1;
   border-radius: 4px;
   padding: 8px;
   margin-bottom: 2em;
}

/* ficha documento */

.thumb-doc > .text{
   text-align:center;
}
.thumb-doc > .text > .title{
    display: block;
    font-weight: 600;
    line-height: 111%;
    font-family: Alegreya;
    font-size: 80%;
}

.thumb-doc > .text > .title > a{
    display: block;
    border-radius: 3px;
    padding: 1ex;
}

.thumb-doc > .text > .title > a:hover{
    background-color: #EFEFE1;
    text-decoration: none;
}