Modulo:Bozza/styles.css

Da Tematiche di genere.
Vai alla navigazione Vai alla ricerca
/* {{Protetta}} */

/* Tabella revisioni */
.bozza-history {
	clear: both;
	padding-top: .5em;
	width: 100%;
}

.bozza-history-header {
	font-weight: bold;
}

.bozza-history-row {
	display: flex;
	flex-wrap: wrap;
	padding: .2em .1em;
}

.bozza-history-row > div:first-child {
	flex: 0 0 12em;
	padding-left: 1em;
}

.bozza-history-row > div:last-child {
	flex: 1 1 calc(99% - 20em);
}

.bozza-history .mw-collapsible .bozza-history-row,
.bozza-history .mw-collapsible-toggle-expanded {
	border-top: thin solid #D8D8D8;
}

.bozza-history > .mw-collapsible:first-child .bozza-history-row:nth-child(-n+2),
.bozza-history > .mw-collapsible:first-child .mw-collapsible-toggle-expanded {
	border-top: none;
}

/* Visualizzazione solo dell'ultima revisione su mobile */
body.skin-minerva .bozza-history {
	font-size: 100%;
}

body.skin-minerva .bozza-history-row {
	display: block;
}

body.skin-minerva .bozza-history-row > div:first-child {
	display: none;
}

body.skin-minerva .bozza-history-row > div:last-child::before {
	content: 'Esito ultima revisione: ';
}

/* Aspetto del cassetto contenente le revisioni precedenti */
html.client-js .bozza-history .mw-collapsed > .bozza-history-row {
	display: none;
}

html.client-js .bozza-history .mw-collapsible {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
}

html.client-js .bozza-history .mw-collapsible:not(:first-child) {
	margin-top: .25em;
}

html.client-js .bozza-history .mw-collapsible-content {
	flex: 1 1 auto;
}

html.client-js .bozza-history .mw-collapsible-toggle {
	flex: 0 0 auto;
	padding-left: 1em;
}

/* Sovrascrittura regole ambox su mobile */
html.client-js body.skin-minerva .ambox {
	cursor: auto;
}

html.client-js body.skin-minerva .ambox a {
	color: #3366cc !important;
}

html.client-js body.skin-minerva .ambox a:visited {
	color: #6b4ba1 !important;
}

html.client-js body.skin-minerva .ambox a.new {
	color: #dd3333 !important;
}

html.client-js body.skin-minerva .ambox a.new:visited {
	color: #a55858 !important;
}

.pulsante-effettua-revisione,
.pulsante-richiesta-revisione {
	font-size: 14px;
	margin: .5em 2em;
}

/* Pulsante mostrato agli autoconvalidati via MediaWiki:Group-autoconfirmed.css */
.pulsante-pubblicazione-bozza {
	display: none;
}