MediaWiki:Nostalenew.css: differenze tra le versioni

m
m
Riga 30: Riga 30:
 
background: none repeat scroll 0 0 #668613;
 
background: none repeat scroll 0 0 #668613;
 
}
 
}
 
 
  
 
.ui-state-active,
 
.ui-state-active,
Riga 38: Riga 36:
 
background: none repeat scroll 0 0 #FFFFFF;
 
background: none repeat scroll 0 0 #FFFFFF;
 
color: #212121;
 
color: #212121;
 +
}
 +
 +
.info_box ul, .info_box ol {
 +
    margin: 0.3em 0 0 1.6em;
 
}
 
}
  

Versione delle 00:19, 16 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;
}

.info_box ul, .info_box ol {
    margin: 0.3em 0 0 1.6em;
}

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