MediaWiki:Gadget-toolbar.css

Wikibooks, manuali e libri di testo liberi.

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/**
 * Gadget-toolbar.css
 *
 * @author [[it:User:Rotpunkt]]
 */

.gtb-tablecontainer {
	width: 600px;
	height: 200px;
	overflow: auto;
	font-weight: normal;
}
.gtb-tablecontainer thead th { 
	background: #F0F0F0;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}
.gtb-tablecontainer tbody tr { 
	background: #FFF;
}
.gtb-tablecontainer tbody tr:nth-child(even) { 
	background: #FFF;
}
.gtb-tablecontainer tbody tr:nth-child(odd) { 
	background: #DCE6F1;
}
.gtb-tablecontainer thead th {
	width: 170px
}
.gtb-tablecontainer thead th + th {
	width: 400px
}
.gtb-tablecontainer thead th + th + th {
	width: 30px
}
.gtb-tablecontainer tbody td {
	width: 170px
}
.gtb-tablecontainer tbody td + td {
	width: 400px
}
.gtb-tablecontainer tbody td + td + td {
	width: 30px
}