Crescent City Wiki
Register
No edit summary
No edit summary
Tag: Source edit
Line 111: Line 111:
 
.WikiaArticle .article-thumb img:hover {
 
.WikiaArticle .article-thumb img:hover {
 
filter: brightness(100%);
 
filter: brightness(100%);
  +
}
  +
  +
a[href$="/wiki/User:Larken89"] {
  +
color: #20B2AA !important;
  +
font-weight: bold !important;
  +
font-family: Copperplate Gothic !important;
  +
}
  +
  +
a[href*="Message_Wall:Larken89"],
  +
a[href*="Message_Wall:USERNAME2"] {
  +
color: #330066;
  +
font-weight: bold !important;
  +
font-family: Copperplate Gothic !important;
 
}
 
}

Revision as of 13:44, 9 October 2020

@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito+Sans');

body {
font-family: 'Nunito Sans', sans-serif;
}
 
.WikiaArticle p {
font-family: 'Nunito Sans', sans-serif;
}
.portable-infobox {
   border:1px solid #ddcea3;
   padding: 3px;
   color: #FFF;
}
.pi-title {
    text-align:center;
    background-color:#37050F;
}
 
.pi-background {
    background-color:#23030A;
}
.pi-secondary-background {
    background-color:#37050F;
    text-align:center;
}
 
.pi-caption {
    color: #FFF;
    font-size:60%;
    text-align:center;
}
.pi-navigation {
    font-size:20%;
    text-align:center;
}

 .portable-infobox .pi-image-collection-tab-content {
background-color;#ddcea3
}

.portable-infobox ul.pi-image-collection-tabs {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	height: 34px;
	line-height: 34px;
	width: 100%; /* fallback */
	width: calc(100% + 1px);
	margin-left: -1px;
}

.portable-infobox ul.pi-image-collection-tabs li.current {
	background: none;
	background-color: #ddcea3;
	color: black;
}

.portable-infobox ul.pi-image-collection-tabs li {
	display: table-cell;
	border: 1px solid #ddcea3;
	border-top: none;
}

/* Remoção do botão "Adicionar uma foto para a galeria" */
.wikia-photogallery-add {display: none !important;}
 
/* === Estilo de Referências === */
.references-small { font-size: 90%; }

/* Títulos de seção*/
.WikiaArticle h2 {
    border-bottom: 1px solid #a21b21;
    color: #a21b21;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
 
}
 
 
.WikiaArticle h3:not(.pi-data-label) {
	font-family: 'Montserrat', sans-serif;
 
}
 
body {
font-family: 'Nunito Sans';
}
 
.WikiaArticle p {
font-family: 'Nunito Sans';
}

.WikiaArticle .article-thumb {
    border: 1px #37050F;
    overflow: hidden;
    padding: 5px;
}
 
.WikiaArticle .article-thumb p {
    color:#8e8f91;
    text-align:center;
}
 
.WikiaArticle .article-thumb img {
    filter: brightness(80%);
    transition: all 0.7s ease;
}
 
.WikiaArticle .article-thumb img:hover {
    filter: brightness(100%);
}

a[href$="/wiki/User:Larken89"] {
    color: #20B2AA !important;
    font-weight: bold !important;
    font-family: Copperplate Gothic !important;
}

a[href*="Message_Wall:Larken89"],
a[href*="Message_Wall:USERNAME2"] {
    color: #330066;
    font-weight: bold !important;
    font-family: Copperplate Gothic !important;
}