Vés al contingut

MediaWiki:Vector.css: diferència entre les revisions

De la Viquipèdia, l'enciclopèdia lliure
Contingut suprimit Contingut afegit
elimino topicon, substituït per mw:Help:Page status indicators
proves coordinates
 
Línia 5: Línia 5:
#coordinates {
#coordinates {
position: absolute;
top: -1.4em;
right: 0;
display: block;
line-height: 11px;
text-align: right;
text-indent: 0;
font-size: 10px;
font-size: 10px;
white-space: nowrap;
}
}



Revisió de 13:55, 19 des 2022

/* CSS placed here will affect users of the Vector skin */

/* Coordinades en el títol, utilitzat per la família de Plantilla:Coord */
/* la referència és dewiki; no serveix enwiki ja que ells tenen un subtítol "From Wikipedia..." */
 
#coordinates {
  font-size: 10px;
}

/* Estrelles AdQ i AB als interwikis segons Plantilla:Enllaç AD i Plantilla:Enllaç AB*/
li.AB {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png);
}
li.AdQ {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png);
}

/* Configuració de la Portada */
body.page-Portada #deleteconfirm,
body.page-Portada #t-cite,
body.page-Portada #footer-info-lastmod,
body.page-Portada #catlinks,
.action-view.page-Portada #siteSub,
.action-view.page-Portada #contentSub {
 display: none !important;
}

/* Sagnat amb color de les discussions, tret de la versió en francès */
.ns-talk dd {
 margin:0;
 padding:0;
}
 
.ns-talk dl {
 border-top:solid 1px #a7d7f9;
 border-left:solid 1px #a7d7f9;
 padding-top:.5em;
 padding-left:.5em;
 margin-left:1em;
 zoom: 1; /* be kind to IE7 */
}
 
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl
{ background:#f5faff; }
 
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl dl
{ background:white; }

/* Realçat de les opcions d'edició sota la caixa d'edició, reproduint l'estil d'enwiki */
.editOptions {
        background: #F0F0F0;
        border: 1px #c0c0c0;
        border-style: none solid solid solid;
        padding: 1em;
}