<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://wikilectio.it/index.php?action=history&amp;feed=atom&amp;title=Template%3AProfiloCV1%2Fstyles.css</id>
	<title>Template:ProfiloCV1/styles.css - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://wikilectio.it/index.php?action=history&amp;feed=atom&amp;title=Template%3AProfiloCV1%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wikilectio.it/index.php?title=Template:ProfiloCV1/styles.css&amp;action=history"/>
	<updated>2026-04-20T14:17:44Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wikilectio.it/index.php?title=Template:ProfiloCV1/styles.css&amp;diff=5&amp;oldid=prev</id>
		<title>Tostho: fogli di stile per il template profilocv1</title>
		<link rel="alternate" type="text/html" href="https://wikilectio.it/index.php?title=Template:ProfiloCV1/styles.css&amp;diff=5&amp;oldid=prev"/>
		<updated>2025-08-28T13:44:50Z</updated>

		<summary type="html">&lt;p&gt;fogli di stile per il template profilocv1&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Base: layout */&lt;br /&gt;
.wlcv1-wrap {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  gap: 16px;&lt;br /&gt;
  align-items: flex-start;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Colonne */&lt;br /&gt;
.wlcv1-left { flex: 1 1 32%; max-width: 32%; }&lt;br /&gt;
.wlcv1-right { flex: 1 1 66%; max-width: 66%; }&lt;br /&gt;
&lt;br /&gt;
/* Responsive */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
  .wlcv1-wrap { flex-direction: column; }&lt;br /&gt;
  .wlcv1-left, .wlcv1-right { max-width: 100%; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Foto */&lt;br /&gt;
.wlcv1-photo { text-align: center; margin-bottom: 8px; }&lt;br /&gt;
.wlcv1-avatar {&lt;br /&gt;
  border-radius: 10px;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  max-width: 220px;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tipografia preset */&lt;br /&gt;
.wlcv1-font-sans { font-family: Helvetica, Arial, sans-serif; }&lt;br /&gt;
.wlcv1-font-serif { font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif; }&lt;br /&gt;
.wlcv1-font-mono { font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, monospace; }&lt;br /&gt;
&lt;br /&gt;
/* Card e testo comuni */&lt;br /&gt;
.wlcv1-motto { font-style: italic; text-align: center; margin: 6px 0 12px; }&lt;br /&gt;
.wlcv1-bio { font-size: 0.95rem; line-height: 1.5; margin-bottom: 12px; }&lt;br /&gt;
&lt;br /&gt;
.wlcv1-card {&lt;br /&gt;
  border: 1px solid #ddd;&lt;br /&gt;
  border-radius: 8px;&lt;br /&gt;
  padding: 10px 12px;&lt;br /&gt;
  margin-bottom: 10px;&lt;br /&gt;
  background: #f9f9f9;&lt;br /&gt;
}&lt;br /&gt;
.wlcv1-cardtitle { font-weight: 600; margin-bottom: 6px; }&lt;br /&gt;
&lt;br /&gt;
.wlcv1-dl dt { font-weight: 600; }&lt;br /&gt;
.wlcv1-dl dd { margin: 0 0 6px 0; }&lt;br /&gt;
&lt;br /&gt;
.wlcv1-list { margin: 0; padding-left: 18px; }&lt;br /&gt;
&lt;br /&gt;
.wlcv1-entry { border-bottom: 1px solid #ddd; padding: 10px 0; }&lt;br /&gt;
.wlcv1-entry:last-child { border-bottom: none; }&lt;br /&gt;
.wlcv1-entrytitle { margin: 0 0 6px 0; font-size: 1.2rem; }&lt;br /&gt;
.wlcv1-entrytext { line-height: 1.6; }&lt;br /&gt;
.wlcv1-extra {&lt;br /&gt;
  background: #fafafa;&lt;br /&gt;
  border: 1px dashed #ddd;&lt;br /&gt;
  border-radius: 8px;&lt;br /&gt;
  padding: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* === TEMI (preset di colori senza var() né :root) === */&lt;br /&gt;
&lt;br /&gt;
/* Default: chiaro blu */&lt;br /&gt;
.wlcv1-theme-default { color: #222; background: #fff; }&lt;br /&gt;
.wlcv1-theme-default .wlcv1-card { background: #f9f9f9; border-color: #ddd; }&lt;br /&gt;
.wlcv1-theme-default .wlcv1-entry { border-color: #e3e3e3; }&lt;br /&gt;
.wlcv1-theme-default .wlcv1-entrytitle,&lt;br /&gt;
.wlcv1-theme-default .wlcv1-cardtitle,&lt;br /&gt;
.wlcv1-theme-default .wlcv1-motto { color: #0044cc; }&lt;br /&gt;
&lt;br /&gt;
/* Dark */&lt;br /&gt;
.wlcv1-theme-dark { color: #e7e7e7; background: #111; }&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-left, &lt;br /&gt;
.wlcv1-theme-dark .wlcv1-right { background: transparent; }&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-card { background: #1b1b1b; border-color: #333; }&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-entry { border-color: #2a2a2a; }&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-entrytitle,&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-cardtitle,&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-motto { color: #66aaff; }&lt;br /&gt;
.wlcv1-theme-dark .wlcv1-extra { background: #161616; border-color: #333; }&lt;br /&gt;
&lt;br /&gt;
/* Accademico (bordeaux) */&lt;br /&gt;
.wlcv1-theme-accademico { color: #222; background: #fff7f4; }&lt;br /&gt;
.wlcv1-theme-accademico .wlcv1-card { background: #fff; border-color: #e0cfcf; }&lt;br /&gt;
.wlcv1-theme-accademico .wlcv1-entry { border-color: #e8d9d9; }&lt;br /&gt;
.wlcv1-theme-accademico .wlcv1-entrytitle,&lt;br /&gt;
.wlcv1-theme-accademico .wlcv1-cardtitle,&lt;br /&gt;
.wlcv1-theme-accademico .wlcv1-motto { color: #7a0f1f; }&lt;br /&gt;
&lt;br /&gt;
/* Oliva (verde tenue) */&lt;br /&gt;
.wlcv1-theme-oliva { color: #1f2a1f; background: #fbfdf8; }&lt;br /&gt;
.wlcv1-theme-oliva .wlcv1-card { background: #f3f7ee; border-color: #d9e4cf; }&lt;br /&gt;
.wlcv1-theme-oliva .wlcv1-entry { border-color: #dfe9d4; }&lt;br /&gt;
.wlcv1-theme-oliva .wlcv1-entrytitle,&lt;br /&gt;
.wlcv1-theme-oliva .wlcv1-cardtitle,&lt;br /&gt;
.wlcv1-theme-oliva .wlcv1-motto { color: #3a6b2e; }&lt;br /&gt;
&lt;br /&gt;
/* Mare (azzurro) */&lt;br /&gt;
.wlcv1-theme-mare { color: #153047; background: #f5fbff; }&lt;br /&gt;
.wlcv1-theme-mare .wlcv1-card { background: #ffffff; border-color: #cfe3f2; }&lt;br /&gt;
.wlcv1-theme-mare .wlcv1-entry { border-color: #d8e9f6; }&lt;br /&gt;
.wlcv1-theme-mare .wlcv1-entrytitle,&lt;br /&gt;
.wlcv1-theme-mare .wlcv1-cardtitle,&lt;br /&gt;
.wlcv1-theme-mare .wlcv1-motto { color: #0b68a6; }&lt;/div&gt;</summary>
		<author><name>Tostho</name></author>
	</entry>
</feed>