MediaWiki:Nostalenew.css: differenze tra le versioni

m
m
Riga 36: Riga 36:
 
background: none repeat scroll 0 0 #FFFFFF;
 
background: none repeat scroll 0 0 #FFFFFF;
 
color: #212121;
 
color: #212121;
 +
}
 +
 +
.thumbinner {
 +
background-color: #F9F9F9;
 +
border: 1px solid #CCCCCC;
 +
font-size: 94%;
 +
overflow: hidden;
 +
padding: 3px !important;
 +
text-align: center;
 
}
 
}
  

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

.thumbinner {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font-size: 94%;
	overflow: hidden;
	padding: 3px !important;
	text-align: center;
}

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

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