Diferència entre revisions de la pàgina «MediaWiki:Common.css»

De WikiPrat
Jump to navigation Jump to search
(Ocultar títol de la portada)
Línia 86: Línia 86:
 
   white-space: nowrap;  
 
   white-space: nowrap;  
 
}
 
}
 +
 +
/* Codi per amagar el títol de la Pàgina principal: */
 
body.page-Pàgina_principal.action-view h1.firstHeading, body.page-Pàgina_principal.action-submit h1.firstHeading { display: none; }
 
body.page-Pàgina_principal.action-view h1.firstHeading, body.page-Pàgina_principal.action-submit h1.firstHeading { display: none; }
 +
 +
 +
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field label {
 +
    font-style: italic;
 +
}

Revisió del 21:57, 27 maig 2017

/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */

/* Infobox template style */
.infobox {
     border: 1px solid #aaa;
     background-color: #f9f9f9;
     color: black;
     margin: 0.5em 0 0.5em 1em;
     padding: 0.2em;
     float: right;
     clear: right;
 }
.infobox td, .infobox th {
     vertical-align: top; 
} 
.infobox caption {
     font-size: larger; 
} 
.infobox.bordered {
     border-collapse: collapse; 
} 
.infobox.bordered td, .infobox.bordered th {
     border: 1px solid #aaa; 
} .infobox.bordered .borderless td, .infobox.bordered .borderless th {
     border: 0; 
}   
.infobox.sisterproject {
     width: 20em;
     font-size: 90%; 
}
.infobox.standard-talk {
     border: 1px solid #c0c090;
     background-color: #f8eaba; 
} 
.infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th {
     border: 1px solid #c0c090; 
}   
/* styles for bordered infobox with merged rows */ 
.infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th {
     border: 0;
     border-top: 1px solid #aaa;
     border-right: 1px solid #aaa; 
}   
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th {
     border: 0;
     border-right: 1px solid #aaa; 
}
/* Styles for geography infoboxes, eg countries,    country subdivisions, cities, etc.            */ 
.infobox.geography {
     text-align: left;
     border-collapse: collapse;
     line-height: 1.2em;
      font-size: 90%; 
}   
.infobox.geography  td, .infobox.geography  th {
     border-top: solid 1px #aaa;
     padding: 0.4em 0.6em 0.4em 0.6em; 
} 
.infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th {
     border-top: solid 1px #aaa;
     padding: 0.4em 0.6em 0.2em 0.6em; 
}   
.infobox.geography .mergedrow td, .infobox.geography .mergedrow th {
     border: 0;
     padding: 0 0.6em 0.2em 0.6em; 
}   
.infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th {
     border-top: 0;
     border-bottom: solid 1px #aaa;
     padding: 0 0.6em 0.4em 0.6em; 
}   
.infobox.geography .maptable td, .infobox.geography .maptable th {
     border: 0;
     padding: 0; 
}

/* Coordenades  copiat de la Viquipèdia (12/09/2011) */

.geo-default { display: inline; }
.geo-nondefault { display: none; } 
.geo-dms { display: inline; } 
.geo-dec { display: inline; } 
.geo-multi-punct { display: none; }   

.longitude .latitude {
   white-space: nowrap; 
}

/* Codi per amagar el títol de la Pàgina principal: */
body.page-Pàgina_principal.action-view h1.firstHeading, body.page-Pàgina_principal.action-submit h1.firstHeading { display: none; }


.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field label {
    font-style: italic;
}