MediaWiki:Nostalenew.css: differenze tra le versioni

(Creata pagina con '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-sta...')
 
m
Riga 1: Riga 1:
 
/* Stile delle tab */
 
/* Stile delle tab */
 
.ui-widget-header {
 
.ui-widget-header {
    background: none repeat scroll 0 0 #88A825;
+
background: none repeat scroll 0 0 #88A825;
 
}
 
}
  
Riga 7: Riga 7:
 
.ui-widget-content .ui-state-default,
 
.ui-widget-content .ui-state-default,
 
.ui-widget-header .ui-state-default {
 
.ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #668613;
+
background: none repeat scroll 0 0 #668613;
    color: #EEEEEE;
+
color: #EEEEEE;
 
}
 
}
  
 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #EEEEEE;
+
color: #EEEEEE;
 
}
 
}
  
Riga 26: Riga 26:
 
.ui-widget-content .ui-state-focus,
 
.ui-widget-content .ui-state-focus,
 
.ui-widget-header .ui-state-focus {
 
.ui-widget-header .ui-state-focus {
    background: none repeat scroll 0 0 #668613;
+
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;
 
}
 
}

Versione delle 12:21, 7 nov 2012

/* 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: #EEEEEE;
}

.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;
}