<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://staging.wiki.etna.foundation/index.php?action=history&amp;feed=atom&amp;title=Template%3AEditoriale_archivio%2Fstyles.css</id>
	<title>Template:Editoriale archivio/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://staging.wiki.etna.foundation/index.php?action=history&amp;feed=atom&amp;title=Template%3AEditoriale_archivio%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://staging.wiki.etna.foundation/index.php?title=Template:Editoriale_archivio/styles.css&amp;action=history"/>
	<updated>2026-06-15T21:11:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://staging.wiki.etna.foundation/index.php?title=Template:Editoriale_archivio/styles.css&amp;diff=1087&amp;oldid=prev</id>
		<title>Cranio is thinking: Stile editoriale archivio (prototipo staging)</title>
		<link rel="alternate" type="text/html" href="https://staging.wiki.etna.foundation/index.php?title=Template:Editoriale_archivio/styles.css&amp;diff=1087&amp;oldid=prev"/>
		<updated>2026-06-15T17:22:56Z</updated>

		<summary type="html">&lt;p&gt;Stile editoriale archivio (prototipo staging)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Stile editoriale per le Dashboard dei namespace-archivio.&lt;br /&gt;
   Caricato via &amp;lt;templatestyles&amp;gt; sulla pagina, agganciato al wrapper&lt;br /&gt;
   .archivio-editoriale. Usa le variabili Citizen → coerente col tema dark&lt;br /&gt;
   e con qualunque skin. Accent per-archivio via --ns-accent sul wrapper. */&lt;br /&gt;
&lt;br /&gt;
.archivio-editoriale {&lt;br /&gt;
	color: var( --color-base, #fff );&lt;br /&gt;
	--ns-accent: var( --color-link-red, var( --color-destructive, #d33 ) );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Occhiello / cappello identitario */&lt;br /&gt;
.archivio-editoriale .occhiello {&lt;br /&gt;
	margin: 0 0 .7rem;&lt;br /&gt;
	font-size: .9rem;&lt;br /&gt;
	letter-spacing: .04em;&lt;br /&gt;
	color: var( --color-base--subtle, #b8b8b8 );&lt;br /&gt;
	opacity: .85;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Riga di lancio */&lt;br /&gt;
.archivio-editoriale .lead {&lt;br /&gt;
	margin: 0 0 2.4rem;&lt;br /&gt;
	max-width: 46em;&lt;br /&gt;
	font-size: 1.2rem;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
	color: var( --color-base--subtle, #b8b8b8 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Striscia di metriche (sostituisce la wikitable di stato) */&lt;br /&gt;
.archivio-editoriale .metriche {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	gap: 2.6rem;&lt;br /&gt;
	margin: 0 0 1.6rem;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale .metrica-num {&lt;br /&gt;
	font-size: 2.2rem;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	letter-spacing: -.02em;&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale .metrica-label {&lt;br /&gt;
	margin-top: .4rem;&lt;br /&gt;
	font-size: .78rem;&lt;br /&gt;
	text-transform: uppercase;&lt;br /&gt;
	letter-spacing: .06em;&lt;br /&gt;
	color: var( --color-base--subtle, #b8b8b8 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nota di stato sotto le metriche */&lt;br /&gt;
.archivio-editoriale .stato-nota {&lt;br /&gt;
	margin: 0 0 3rem;&lt;br /&gt;
	max-width: 52em;&lt;br /&gt;
	font-size: .98rem;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	color: var( --color-base--subtle, #b8b8b8 );&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale .stato-data {&lt;br /&gt;
	opacity: .7;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Sezioni: titolo editoriale, separate dallo spazio (non da scatole) */&lt;br /&gt;
.archivio-editoriale h2 {&lt;br /&gt;
	margin: 2.6rem 0 1.1rem;&lt;br /&gt;
	padding-top: 1.4rem;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-top: 1px solid var( --border-color-base, rgba( 255, 255, 255, .09 ) );&lt;br /&gt;
	font-size: 1.45rem;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	letter-spacing: -.01em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Liste-link: un solo idioma, niente puntini, ritmo dato dal CSS */&lt;br /&gt;
.archivio-editoriale ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	display: grid;&lt;br /&gt;
	gap: .75rem;&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	color: var( --color-base--subtle, #b8b8b8 );&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale li a {&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	color: var( --ns-accent );&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.archivio-editoriale li a:hover {&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media ( max-width: 720px ) {&lt;br /&gt;
	.archivio-editoriale .metriche {&lt;br /&gt;
		gap: 1.6rem 2rem;&lt;br /&gt;
	}&lt;br /&gt;
	.archivio-editoriale .metrica-num {&lt;br /&gt;
		font-size: 1.8rem;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Cranio is thinking</name></author>
	</entry>
</feed>