MediaWiki:Gadget-ErroriComuni.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.
.boxErroriComuni {
	border: 1px solid darkred;
	background-color: orangered;
	padding: 1em;
	color: white;
	text-align: center;
}
.boxErroriComuni .erroriComuniTitle {
	font-size: larger;
	font-weight: bold;
}

.box-check-pagebreak {
	position: fixed;
    right: 0;
    bottom: 20px;
    cursor: move;
    z-index: 1;
}
.box-check-pagebreak-body {
	overflow: auto;
    max-height: 200px;
    padding: 0 !important;
}
.box-check-pagebreak table {
	margin: 0;
	border-collapse: collapse;
}
.box-check-pagebreak td {
	overflow: hidden;
    white-space: nowrap;
    font-family: Georgia,Times New Roman,Times,serif;
    border: none !important;
    border-top: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
}
.box-check-pagebreak tr:first-child td {
	border-top: 0 !important;
}
.box-check-pagebreak tr:last-child td {
	border-bottom: 0 !important;
}
.box-check-pagebreak td:first-child {
	text-align: right;
	padding-right: 0;
    border-right: 1px dashed gray !important;
}
.box-check-pagebreak td:last-child {
	padding-left: 0;
}