Utilizador:Alice/sandbox

Fonte: eViterbo
Saltar para a navegação Saltar para a pesquisa

<style> /* Esconder o título "Página principal" */ body.page-Página_principal h1.firstHeading, body.page-Página_principal #firstHeading, body.page-Página_principal .mw-first-heading {

   display: none;

}

/* Esconder TOC e dar mais espaço na página principal */ body.page-Página_principal #toc, body.page-Página_principal .vector-toc {

   display: none;

}

/* Forçar largura total no Vector 2022 */ body.page-Página_principal .mw-page-container-inner, body.page-Página_principal .mw-body {

   max-width: none;

}

/* Container geral da home */ .ev-home {

   font-family: "Source Sans Pro", "Inter", sans-serif;
   line-height: 1.6;
   color: #2b2b2b;

}

.ev-home h2 {

   font-family: "Cormorant Garamond", "Libre Caslon Text", Georgia, serif;
   font-size: 1.9em;
   font-weight: 600;
   border-bottom: 1px solid #c9b896;
   padding-bottom: 0.3em;
   margin-top: 2.5em;
   margin-bottom: 1em;
   color: #3a2e1f;

}

/* ---------- HERO ---------- */ .ev-hero {

   position: relative;
   background: #1f1a12 url("/images/hero-pimentel.jpg") center/cover no-repeat;
   color: #f4ede0;
   padding: 5em 2em;
   text-align: center;
   margin: -1em -1em 2em -1em; /* fugir do padding do conteúdo */
   border-bottom: 3px solid #c9b896;

}

.ev-hero::before {

   content: "";
   position: absolute;
   inset: 0;
   background: rgba(31, 26, 18, 0.55);

}

.ev-hero-inner {

   position: relative;
   max-width: 800px;
   margin: 0 auto;

}

.ev-hero h1 {

   font-family: "Cormorant Garamond", Georgia, serif;
   font-size: 3em;
   font-weight: 600;
   margin: 0 0 0.3em 0;
   color: #f4ede0;
   border: none;

}

.ev-hero p {

   font-size: 1.2em;
   margin-bottom: 1.8em;

}

.ev-btn {

   display: inline-block;
   padding: 0.7em 1.5em;
   margin: 0 0.4em;
   background: #c9b896;
   color: #1f1a12 !important;
   text-decoration: none;
   border-radius: 2px;
   font-weight: 600;
   transition: background 0.2s ease;

}

.ev-btn:hover {

   background: #e0d2b0;
   text-decoration: none;

}

.ev-btn-ghost {

   background: transparent;
   color: #f4ede0 !important;
   border: 1px solid #f4ede0;

}

.ev-btn-ghost:hover {

   background: rgba(244, 237, 224, 0.15);

}

/* ---------- INTRO ---------- */ .ev-intro {

   max-width: 780px;
   margin: 0 auto 2em auto;
   font-size: 1.1em;
   text-align: center;

}

/* ---------- FAIXA DE NÚMEROS ---------- */ .ev-stats {

   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
   gap: 1em;
   background: #f4ede0;
   padding: 1.5em;
   margin: 2em 0;
   border-radius: 3px;

}

.ev-stat {

   text-align: center;

}

.ev-stat-num {

   font-family: "Cormorant Garamond", Georgia, serif;
   font-size: 2.2em;
   font-weight: 600;
   color: #3a2e1f;
   display: block;

}

.ev-stat-label {

   font-size: 0.95em;
   color: #6b5d44;
   text-transform: uppercase;
   letter-spacing: 0.05em;

}

/* ---------- GRELHA DE CARTÕES ---------- */ .ev-grid {

   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   gap: 1.5em;
   margin: 1.5em 0;

}

.ev-card {

   background: #fff;
   border: 1px solid #e5dcc7;
   border-radius: 3px;
   padding: 1.5em;
   text-align: center;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   text-decoration: none !important;
   color: inherit !important;
   display: block;

}

.ev-card:hover {

   transform: translateY(-3px);
   box-shadow: 0 6px 18px rgba(58, 46, 31, 0.12);
   border-color: #c9b896;

}

.ev-card-icon {

   width: 120px;
   height: 120px;
   margin: 0 auto 1em auto;
   background: #f4ede0;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;

}

.ev-card-icon img {

   max-width: 80%;
   max-height: 80%;
   filter: sepia(0.15);

}

.ev-card h3 {

   font-family: "Cormorant Garamond", Georgia, serif;
   font-size: 1.4em;
   margin: 0 0 0.4em 0;
   color: #3a2e1f;

}

.ev-card p {

   font-size: 0.95em;
   color: #6b5d44;
   margin: 0;

}

/* ---------- BLOCO GLOSSÁRIO ---------- */ .ev-glossary {

   display: flex;
   align-items: center;
   gap: 2em;
   background: #faf6ed;
   border-left: 4px solid #c9b896;
   padding: 1.5em 2em;
   margin: 1.5em 0;

}

.ev-glossary-icon {

   flex-shrink: 0;
   width: 100px;
   height: 100px;

}

.ev-glossary-icon img {

   width: 100%;
   height: 100%;
   object-fit: contain;
   filter: sepia(0.15);

}

.ev-glossary-text h3 {

   font-family: "Cormorant Garamond", Georgia, serif;
   margin: 0 0 0.3em 0;
   font-size: 1.5em;
   color: #3a2e1f;

}

.ev-glossary-text p {

   margin: 0 0 0.5em 0;

}

/* ---------- PROJECTOS ---------- */ .ev-projects {

   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   gap: 1.5em;

}

.ev-project {

   background: #fff;
   border: 1px solid #e5dcc7;
   padding: 1.5em;
   border-radius: 3px;

}

.ev-project-logo {

   height: 60px;
   margin-bottom: 1em;
   display: flex;
   align-items: center;

}

.ev-project-logo img {

   max-height: 60px;
   max-width: 100%;

}

.ev-project h3 {

   font-family: "Cormorant Garamond", Georgia, serif;
   font-size: 1.3em;
   margin: 0 0 0.5em 0;
   color: #3a2e1f;

}

.ev-project p {

   font-size: 0.95em;
   color: #555;
   margin: 0 0 0.8em 0;

}

/* ---------- NOVIDADES ---------- */ .ev-news ul {

   list-style: none;
   padding: 0;
   margin: 0;

}

.ev-news li {

   padding: 0.8em 0;
   border-bottom: 1px solid #e5dcc7;

}

.ev-news li:last-child {

   border-bottom: none;

}

.ev-news-date {

   color: #8b7d5a;
   font-size: 0.9em;
   margin-right: 0.8em;
   font-variant: small-caps;

}

/* ---------- CONTRIBUIR | CITAR ---------- */ .ev-two-cols {

   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 1.5em;

}

.ev-info-box {

   background: #faf6ed;
   padding: 1.5em;
   border-radius: 3px;

}

.ev-info-box h3 {

   font-family: "Cormorant Garamond", Georgia, serif;
   margin-top: 0;
   color: #3a2e1f;

}

/* ---------- RODAPÉ DA HOME ---------- */ .ev-footer {

   margin-top: 3em;
   padding: 2em 1em;
   background: #2b231a;
   color: #d6c9a8;
   font-size: 0.9em;
   text-align: center;
   margin-left: -1em;
   margin-right: -1em;

}

.ev-footer a {

   color: #e0d2b0;

}

/* ---------- RESPONSIVO ---------- */ @media (max-width: 600px) {

   .ev-hero { padding: 3em 1em; }
   .ev-hero h1 { font-size: 2em; }
   .ev-glossary { flex-direction: column; text-align: center; }

}

eViterbo

Um recurso digital sobre arquitectura, arte e ambiente construído em contexto ibérico e imperial.

Explorar verbetes Sobre o projecto

O eViterbo é um recurso electrónico em acesso aberto que reúne pessoas, obras, lugares, profissões e instituições ligadas à história da arquitectura, da arte e das artes decorativas. Os conteúdos resultam de projectos de investigação ancorados no CHAM — Centro de Humanidades da NOVA FCSH e são escritos a pensar tanto na comunidade académica como num público alargado.

Esta plataforma encontra-se em desenvolvimento e revisão contínua.

Predefinição:Estatísticas eViterbo

Explorar

Glossário

Termos técnicos explicados

Definições de vocabulário específico da arquitectura, arte e artes decorativas. Diferente das restantes categorias, o glossário organiza-se como dicionário e não como ficha estruturada.

Consultar o glossário →

Projectos de investigação

Novidades

Participar

Contribuir

O eViterbo aceita contribuições de investigadores. Consulte o Guião de Autores e a página FAQ para saber como submeter verbetes.

Como citar

Cada verbete tem um DOI próprio. Exemplo de citação:

Autor, "Título do verbete", eViterbo, CHAM — NOVA FCSH, doi:10.34619/xxxx-xxxx.