MediaWiki:Gadget-indexPagesStatistics.css

Da Wikisource.

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.
#index-pages-stat {
	margin-top: 1em;
	text-align: left;
}
#index-pages-stat table td:nth-child(1) {
	text-align: left;
}
#index-pages-stat table td:nth-child(2), #index-pages-stat table td:nth-child(3) {
	text-align: right;
}
#index-pages-stat .new {
	color: #ba0000;
}
.index-pages-stat-avviso {
	color: red;
	font-weight: bold;
}
.quality-bar {
	border-spacing: 0 0;
}
.quality-bar td {
	padding: 0 0 5px 0;
	min-width: 5px;
}
.quality-bar .qualitye {
	border: 1px dotted gray;
}
.quality-bar .quality0 {
	background: #dddddd;
}
.quality-bar .quality1 {
	background: #ffa0a0;
}
.quality-bar .quality2 {
	background: #b0b0ff;
}
.quality-bar .quality3 {
	background: #ffe867;
}
.quality-bar .quality4 {
	background: #90ff90;
}
#index-pages-stat .total, #index-pages-stat .notTranscluded {
    padding-right: 11px;
}
.index-stats-box {
	position: fixed;
	left: 200px;
	top: 100px;
	width: 650px;
	max-height: 90%;
	z-index: 9999;
	display: flex;
}
.index-stats-box .box-main {
	width: 650px;
	overflow: auto;
}
.index-stats-box .box-title {
	position: fixed;
	width: 650px;
}
.index-stats-box-main {
	overflow: auto;
	margin-top: 20px;
	width: 100%;
	font-size: small;
}
.index-stats-box-main table {
	width: 100%;
	margin: 10px 0;
}
.index-stats-box-main table td:nth-child(1) {
	white-space: nowrap;
}
#topUsers td:nth-child(2), #topUsers td:nth-child(3), #topMonths td:nth-child(2), #topMonths td:nth-child(3) {
	text-align: right;
}
.index-stats-box-note {
	font-size: x-small;
}
.index-stats-box-note ul {
	list-style-type: none;
	margin: 0;
}
#index-pages-stat label {
	cursor: pointer;
}
#index-pages-stat-footer {
	font-size: smaller;
    border-top: 1px solid gray;
}
.highlight-page {
	background-color: orange !important;
}
.prp-index-pagelist.mark-visited a:visited {
	color: grey;
}