Assassin's Creed Wiki
Assassin's Creed Wiki
Sem resumo de edição
Sem resumo de edição
 
(2 revisões intermediárias por um outro usuário não estão sendo mostradas)
Linha 1: Linha 1:
  +
/* This stylesheet affects the CSS of the FandomDesktop skin. */
body {
 
  +
background-image: url(/pt-br/special:filepath/Site-background-body-dark.jpg);
 
  +
/* Fixing paragraph after Template:Era and Template:WP-REAL */
  +
#title-eraicons + p, .title-wp-real + p {
  +
margin-top: 0;
 
}
 
}
  +
.fandom-community-header__background::before {
 
  +
/* Fixing infobox backgrounds in light theme */
background-image: linear-gradient(to bottom,rgba(var(--theme-body-background-color--rgb),0) 15.5%,var(--theme-body-background-color) 160px,transparent);
 
  +
.theme-fandomdesktop-light aside.portable-infobox {
height: 260px;
 
  +
background-color: var(--pi-background);
 
}
 
}

Edição atual tal como às 20h10min de 17 de janeiro de 2023

/* This stylesheet affects the CSS of the FandomDesktop skin. */

/* Fixing paragraph after Template:Era and Template:WP-REAL */
#title-eraicons + p, .title-wp-real + p {
	margin-top: 0;
}

/* Fixing infobox backgrounds in light theme */
.theme-fandomdesktop-light aside.portable-infobox {
	background-color: var(--pi-background);
}