MediaWiki:Common.css

De Amereida
/* Ocultar los títulos de las páginas y dejar sólo el contenido */

.firstHeading{
   /*display: none;*/
   font-size: 11pt;
   font-variant: small-caps;
}

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

/* enlaces a páginas inexistentes */
a.new:link, a.new:hover, a.new:visited{
   color: black;
}