MediaWiki:Vector.css

/**************************************
 * Colori differenziati per namespace *
 **************************************/
 
/* siteNotice trasparente (per i namespace colorati) */
#mw-dismissable-notice {
  background-color: transparent;
}

div.thumb { border-color:transparent; }

/* colori differenziati per i namespace nella skin Vector Legacy */

.skin-vector-legacy.ns-talk #content { background-color:#ffe; }
.skin-vector-legacy.ns-talk .vector-menu-tabs .selected { background: linear-gradient( to top, #ffe, #fff ); }

.skin-vector-legacy.ns-4 #content { background-color:#efe; }
.skin-vector-legacy.ns-4 .vector-menu-tabs .selected { background: linear-gradient( to top, #efe, #fff ); }
 
.skin-vector-legacy.ns-8 #content { background-color:#f1f1f1; }
.skin-vector-legacy.ns-8 .vector-menu-tabs .selected { background: linear-gradient( to top, #f1f1f1, #fff ); }
 
.skin-vector-legacy.ns-12 #content { background-color:#fee; }
.skin-vector-legacy.ns-12 .vector-menu-tabs .selected { background: linear-gradient( to top, #fee, #fff ); }
 
.skin-vector-legacy.ns-100 #content { background-color:#f0eeff; }
.skin-vector-legacy.ns-100 .vector-menu-tabs .selected { background: linear-gradient( to top, #f0eeff, #fff ); }

.skin-vector-legacy.ns-102 #content { background-color:#f5fafa; }
.skin-vector-legacy.ns-102 .vector-menu-tabs .selected { background: linear-gradient( to top, #f5fafa, #fff ); }