MediaWiki:Nostalenew.css: differenze tra le versioni

m
m
Riga 40: Riga 40:
 
}
 
}
  
โˆ’
body.page-Leggendario\Sandbox\Pagina_Principale .col_2_wrapper .col_2 {
+
.page-Pagina_principale .col_2_wrapper .col_2 {
 
display: none;
 
display: none;
 
}
 
}

Versione delle 17:50, 13 gen 2013

/* Stile delle tab */
.ui-widget-header {
	background: none repeat scroll 0 0 #88A825;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #668613;
	color: #EEEEEE;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #333333;
}

.ui-state-hover a,
.ui-state-hover a:hover {
	color: #EEEEEE;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: none repeat scroll 0 0 #668613;
}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #212121;
}

.page-Pagina_principale .col_2_wrapper .col_2 {
	display: none;
}