MediaWiki:Common.css: differenze tra le versioni

Da La Barriera Wiki.
Vai alla navigazione Vai alla ricerca
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 102: Riga 102:


/* Finestre */
/* Finestre */
.lighttitle {
background-color: #5b6977;
border: 1px solid rgba(0, 0, 0, 0.125);
}


.strongtitle {
.strongtitle {
   background-color: #5b6977;
   background-color: #5b6977;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
   border: 1px solid rgba(0, 0, 0, 0.125);
   color: #ebebeb;
   color: #ebebeb;
   font-size: 1.25rem;
   font-size: 1.25rem;

Versione delle 18:18, 7 dic 2020

/* Body */

body {
  background-color: #2b3e50;
  font-family: Playfair Display;
}

#mw-page-base {
  background: #2b3e50;
}

.mw-body {
  background-color: #2b3e50;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #ebebeb;
}

h1 {
  color: #ebebeb;
  font-size: 2.5rem;
  font-style: italic !important;
}

/* Link */
a {
  color: #df691a !important;
  text-decoration: none;
  background-color: transparent;
}

a.new {
  color: #f0ad4e !important;
}

/* Finestre standard */

.catlinks {
  background-color: #4e5d6c;
  color: #ebebeb;
}

#ca-nstab-main, #ca-talk, #ca-view, #ca-edit, #ca-history, #ca-unwatch {
  background-color: #2b3e50 !important;
  border: none;
}

#p-cactions-label {
  color: #ebebeb;
}

#footer-info-copyright {
  color: #ebebeb !important;
}

#footer-info-lastmod {
  color: #ebebeb !important;
}

#p-Barriera {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 0.3rem;
}

#p-Barriera-label {
  color: #ebebeb;
  font-size: 1.05rem;
}

#p-lang {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 0.3rem;
}

#p-lang-label {
  color: #ebebeb;
  font-size: 1.05rem;
}

#p-navigation {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#p-tb {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 0.3rem;
}

#p-tb-label {
  color: #ebebeb;
  font-size: 1.05rem;
}

.toc {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #ebebeb;
}

/* Finestre */

.lighttitle {
 background-color: #5b6977;
 border: 1px solid rgba(0, 0, 0, 0.125);
}

.strongtitle {
  background-color: #5b6977;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #ebebeb;
  font-size: 1.25rem;
  font-style: italic !important;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

.box {
  background-color: #4e5d6c;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #ebebeb;
  padding: 0.5rem;
}

/* Tabelle */

table.full {
 width: 100%
}

td.strongtitle {
 text-align: center;
 vertical-align: center;
}