MediaWiki:Monobook.css

De la Viquipèdia, l'enciclopèdia lliure

Nota: Després de desar, heu de netejar la memòria cau del navegador per veure els canvis. En la majoria de navegadors amb Windows o Linux, premeu Ctrl+F5 o bé premeu Shift i cliqueu el botó "Actualitza" (Ctrl i "Actualitza" amb Internet Explorer). Vegeu més informació i instruccions per a cada navegador a Viquipèdia:Neteja de la memòria cau.

/* CSS per a tots els usuaris amb l'aparença Monobook */

#siteNotice {
    margin-top:5px;
    padding-left: 4px;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { 
	font-weight: bold !important;
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

.error {
  font-weight: bold;
}

/* fenetre arrondi (pour les navigateurs moz/firefox/gecko) */
#content {
   border-radius-topleft:.5em;
}

.pBody {
   padding:.3em .1em;
   border-radius-topright:.5em;
}

.portlet h5 {
   background-color:#e0e3e6;
   border:thin solid silver;
   border-radius-topright:.5em;
}

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}


/* Datos personales */
table.metadata {
        border: 1px solid #aaaaaa;
        display: none; /* A definir por cada usuario */
}
.metadata-label {
        color: #aaaaaa;
}

/* Couleur de fond des articles */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion des articles */
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Utilisateur */
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Utilisateur */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond pages Wikipédia  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Couleur de fond des pages de discussion Wikipédia */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Image */
.ns-6 * #content { background : white; }
.ns-6 * #p-cactions li { background : white; }
.ns-6 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Image */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond pages MediaWiki  */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }

/* Couleur de fond des pages de discussion MediaWiki */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Modèle */
.ns-10 * #content { background : white }
.ns-10 * #p-cactions li { background : white }
.ns-10 * #p-cactions li a { background : white }

/* Couleur de fond des pages de discussion Modèle */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Aide */
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }

/* Couleur de fond des pages de discussion Aide */
.ns-13 * #content { background : #FFFFEE; }
.ns-13 * #p-cactions li { background : #FFFFEE; }
.ns-13 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Catégorie */
.ns-15 * #content { background : white; }
.ns-15 * #p-cactions li { background : white; }
.ns-15 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Catégorie */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des portals */
.ns-100 * #content { background : white; }
.ns-100 * #p-cactions li { background : white; }
.ns-100 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion portal */
.ns-101 * #content { background : #FFFFEE; }
.ns-101 * #p-cactions li { background : #FFFFEE; }
.ns-101 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond pages Viquiprojecte  */
.ns-102 * #content { background : #F4F4F4; }
.ns-102 * #p-cactions li { background : #F4F4F4; }
.ns-102 * #p-cactions li a { background : #F4F4F4; }

/* Couleur de fond des pages de discussion viquiprojecte */
.ns-103 * #content { background : #FFFFEE; }
.ns-103 * #p-cactions li { background : #FFFFEE; }
.ns-103 * #p-cactions li a { background : #FFFFEE; }

/* les nombre impairs représentent les espaces de discussion
 '0': 'Article', '1' : 'Discuter'
 '2': 'Utilisateur', '3' : 'Discussion utilisateur'
 '4': 'Wikipédia', '4' : 'Discussion Wikipédia'
 '6': 'Image', '5' : 'Discuter Image'
 '8': 'MediaWiki', '9' : 'Discussion MediaWiki'
 '10':   'Modèle', '10' : 'Discuter Modèle'
 '12':   'aide', '13' : 'Discuter Aide'
 '14':   'categorie' '15' : 'Discuter Catégorie'

 '100':   'portal', '101' : 'Discuter portal'
 '102':   'viquiprojecte' '103' : 'Discuter viquiprojecte'
*/



/* Style pour les pages de discussion */
.ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, .ns-11 dd, .ns-13 dd, .ns-15 dd, .ns-101 dd, .ns-103 dd
{ 
   margin: 0 0 1em 0;
   padding: 0;
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl
{ 
   border-top: solid 1px #F0F080; 
   border-left: solid 1px #F0F080; 
   padding-top: 0.5em; 
   padding-left: 0.5em; 
   margin: 0 0 0 1em;
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl
{ background-color: #FFFFE0; }

.ns-1 dl dl, .ns-3 dl dl, .ns-5 dl dl, .ns-7 dl dl, .ns-9 dl dl, .ns-11 dl dl, .ns-13 dl dl, .ns-15 dl dl, .ns-101 dl dl, .ns-103 dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl, .ns-3 dl dl dl, .ns-5 dl dl dl, .ns-7 dl dl dl, .ns-9 dl dl dl, .ns-11 dl dl dl, .ns-13 dl dl dl, .ns-15 dl dl dl, .ns-101 dl dl dl, .ns-103 dl dl dl
{  background-color: #FFFFE0; }

.ns-1 dl dl dl dl, .ns-3 dl dl dl dl, .ns-5 dl dl dl dl, .ns-7 dl dl dl dl, .ns-9 dl dl dl dl, .ns-11 dl dl dl dl, .ns-13 dl dl dl dl, .ns-15 dl dl dl dl, .ns-101 dl dl dl dl, .ns-103 dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl, .ns-3 dl dl dl dl dl, .ns-5 dl dl dl dl dl, .ns-7 dl dl dl dl dl, .ns-9 dl dl dl dl dl, .ns-11 dl dl dl dl dl, .ns-13 dl dl dl dl dl, .ns-15 dl dl dl dl dl, .ns-101 dl dl dl dl dl, .ns-103 dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl, .ns-101 dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl, .ns-101 dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl, .ns-101 dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl, .ns-101 dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl, .ns-101 dl dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl dl
{ background-color: #FFFFEE; }

pre {
    padding: 1em;
    border: 1px solid #003399;
    color: #003399;
    background-color: #F4F6FE;
    line-height: 1.1em;
}

/* ====================================== */
/* ESTIL PER DEFECTE PER A LES METACAIXES */
/* ====================================== */

table.metacaixa {
    float: left;
    margin-bottom: 10px;
    background-color: transparent;
}

table.metacaixa td {
    padding: 5px 5px 5px 5px;
    border: solid Black 1px;
}

/* Per defecte per a MC d'elements enciclopèdics a portada*/
/* ====================================================== */

table.metacaixa td#mc-elements-enciclopedics {
    border-color: #F07878;
    border-width: 2px;
}

table.metacaixa td#mc-elements-enciclopedics_ps-deseleccionada {
    border-color: #F07878;
    background-color: transparent;
    border-width: 0px 0px 2px 0px;
    font-size: 100%;
    text-align: center;
}

table.metacaixa td#mc-elements-enciclopedics_ps-seleccionada {
    border-color: #F07878;
    font-weight: bold;
    background-color: #FFA8A8;
    color: #000000;
    border-width: 2px 2px 0px 2px;
    font-size:120%;
    text-align: center;
}

table.metacaixa td#mc-elements-enciclopedics_afegito {
    background-color: #FFA8A8;
    border-width: 0px 2px 2px 2px;
    border-color: #F07878;
}

table.metacaixa div#mc-elements-enciclopedics_afegito {
    background-color: #FFF3F3;
    padding:5px 5px 2px 5px;
}

/* Per defecte per a MC d'elements sobre la Viqui a portada*/
/* ======================================================= */

table.metacaixa td#mc-elements-viquipedia {
    border-color: #ffcc00;
    border-width: 2px 2px 2px 2px;
}

table.metacaixa td#mc-elements-viquipedia_ps-deseleccionada {
    border-color: #ffcc00;
    background-color: transparent;
    border-width: 0px 0px 2px 0px;
    font-size: 100%;
    text-align: center;
}

table.metacaixa td#mc-elements-viquipedia_ps-seleccionada {
    font-weight: bold;
    border-color: #ffcc00;
    background-color: #FAFAAA;
    color: #000000;
    border-width: 2px 2px 0px 2px;
    font-size:120%;
    text-align: center;
}

table.metacaixa td#mc-elements-viquipedia_afegito {
    border-color: #ffcc00;
    border-width: 0px 2px 2px 2px;
    background-color: #FAFAAA;
}

table.metacaixa div#mc-elements-viquipedia_afegito,
table.metacaixa div#mc-elements-viquipedia_afegito div {
    background-color: #FFFFF2;
    padding: 5px;
}


#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 float:right;
 margin:0.0em;
 padding:0.0em;
 line-height:1.5em;
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}

/* Estrelles per marcar AdQ i AB als interwikis */
.portlet li, li.IW {
 list-style-image:url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png")
}
li.AdQ { list-style-image:url("//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }
li.AB { list-style-image:url("//upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png") }

/* Pestanya "Modifica" (edita) en negreta */
#ca-edit a { font-weight: bold !important; }

/* </nowiki></pre> */