MediaWiki:Nostalenew.css: differenze tra le versioni

m
 
(9 versioni intermedie di uno stesso utente non sono mostrate)
Riga 11: Riga 11:
 
}
 
}
  
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
+
.ui-state-default a,
color: #EEEEEE;
+
.ui-state-default a:link,
 +
.ui-state-default a:visited {
 +
color: #333333;
 
}
 
}
  
Riga 28: Riga 30:
 
background: none repeat scroll 0 0 #668613;
 
background: none repeat scroll 0 0 #668613;
 
}
 
}
 
 
  
 
.ui-state-active,
 
.ui-state-active,
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;
 +
}
 +
 +
.thumbcaption {
 +
    border: medium none;
 +
    font-size: 94%;
 +
    line-height: 1.4em;
 +
    padding: 3px !important;
 +
}
 +
 +
div.tleft {
 +
margin: 0.5em 1.4em 1.3em 0;
 +
}
 +
 +
div.tright {
 +
margin: 0.5em 0 1.3em 1.4em;
 +
}
 +
 +
.info_box ul, .info_box ol {
 +
margin: 0.3em 0 0 1.6em;
 +
}
 +
 +
.page-Utente_LutherBlisset_SandBox_2 .col_2_wrapper .col_2,
 +
.page-Pagina_principale .col_2_wrapper .col_2 {
 +
display: none;
 +
}
 +
.mw-collapsible-wikitable .mw-collapsible-toggle a {
 +
  color: rgb(246, 102, 11);
 +
  text-shadow: 0 0 1px rgb(255, 255, 255);
 +
}
 +
 +
#toc, .toc {
 +
  display: table;
 +
  padding: 7px;
 
}
 
}

Versione attuale delle 20:46, 20 feb 2015

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

.thumbcaption {
    border: medium none;
    font-size: 94%;
    line-height: 1.4em;
    padding: 3px !important;
}

div.tleft {
	margin: 0.5em 1.4em 1.3em 0;
}

div.tright {
	margin: 0.5em 0 1.3em 1.4em;
}

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

.page-Utente_LutherBlisset_SandBox_2 .col_2_wrapper .col_2,
.page-Pagina_principale .col_2_wrapper .col_2 {
	display: none;
}
.mw-collapsible-wikitable .mw-collapsible-toggle a {
  color: rgb(246, 102, 11);
  text-shadow: 0 0 1px rgb(255, 255, 255);
}

#toc, .toc {
  display: table;
  padding: 7px;
}