Assassin's Creed Wiki
Assassin's Creed Wiki
Sem resumo de edição
Sem resumo de edição
 
(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/***** O CSS colocado aqui será aplicado à skin da Wikia (Oasis/Darwin). *****/
+
/***** CSS placed here will be applied to the Wikia (Oasis/Darwin) skin. *****/
   
 
/***************************************/
 
/***************************************/
/* cores principais do site ac */
+
/* primary colors for ac website */
/* blue: rgb(0,108,176) */
+
/* blue: rgb(0,108,176) */
/* lightblue: links: rgb(0,191,255) */
+
/* lightblue: links: rgb(0,191,255) */
/* skull white: rgb(240,248,255) */
+
/* skull white: rgb(240,248,255) */
/* darkblue: rgb(0,49,83) */
+
/* darkblue: rgb(0,49,83) */
 
/***************************************/
 
/***************************************/
   
 
/***************************/
 
/***************************/
/* correções de bugs para oasis.css */
+
/* bug fixes for oasis.css */
 
/***************************/
 
/***************************/
  +
/* override the black background and give it transparency if it supports it */
/* substitui o plano de fundo preto e dá transparência se for compatível */
 
 
/*.WikiaPage { background: url(https://images.wikia.nocookie.net/__cb20101112044832/assassinscreed/images/1/1b/DarkBlue_0_49_83_80.png); } */
 
/*.WikiaPage { background: url(https://images.wikia.nocookie.net/__cb20101112044832/assassinscreed/images/1/1b/DarkBlue_0_49_83_80.png); } */
/*.WikiaPage { background: url( ěhttps://images.wikia.nocookie.net/__cb20101112050841/assassinscreed/images/b/b7/DarkBlue_0_49_83_60.png); } */
+
/*.WikiaPage { background: url( https://images.wikia.nocookie.net/__cb20101112050841/assassinscreed/images/b/b7/DarkBlue_0_49_83_60.png); } */
 
/*.WikiaPage { background: url( https://images.wikia.nocookie.net/assassinscreed/images/b/b0/DarkBlue_0_49_83_40.png); }*/
 
/*.WikiaPage { background: url( https://images.wikia.nocookie.net/assassinscreed/images/b/b0/DarkBlue_0_49_83_40.png); }*/
/* substitui a única borda marrom das notícias */
+
/* override the single brown border of the news */
 
/*.WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
 
/*.WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
  +
/* override the new blog news listing which gives it one huge margin */
/* substitui a nova lista de notícias de blog, o que lhe dá uma margem enorme
 
*/
 
 
.WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; }
 
.WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; }
/* remove a barra preta abaixo da tabela de conteúdo */
+
/* remove the black bar below the table of content */
 
.WikiHeader .shadow-mask { display: none; }
 
.WikiHeader .shadow-mask { display: none; }
  +
/* Media files border fix*/
/* Correção de borda dos arquivos de mídia*/
 
 
.WikiaArticle .tright, .WikiaArticle .tleft {
 
.WikiaArticle .tright, .WikiaArticle .tleft {
 
outline: inherit
 
outline: inherit
Linha 30: Linha 29:
 
.ajax-poll .pollAnswer { padding-right: 2em !important; }
 
.ajax-poll .pollAnswer { padding-right: 2em !important; }
   
/* Infoboxes portáteis */
+
/* Portable Infoboxes */
   
 
.portable-infobox {
 
.portable-infobox {
background: transparent;
+
background-color: #333333;
 
padding: 10px;
 
padding: 10px;
border: 2px solid #41c1ad;
+
border-radius: 10px;
width: 310px;
+
border: 2px solid #fff;
 
width: 280px;
}
 
 
.pi-image {
 
margin: 10px 0;
 
}
 
 
img.pi-image-thumbnail {
 
width: 100%;
 
height: auto;
 
 
}
 
}
   
 
.portable-infobox .pi-navigation {
 
.portable-infobox .pi-navigation {
 
font-size: 16px;
 
font-size: 16px;
 
/* background-color: transparent; */
 
text-align: center;
 
text-align: center;
 
color: white;
}
 
  +
}
   
 
.portable-infobox .pi-title {
 
.portable-infobox .pi-title {
 
text-align: center;
 
text-align: center;
font-family: 'Spectral';
+
font-size: 18px;
letter-spacing: -1.1px;
+
font-weight: bold;
color: #41c1ad;
 
font-size: 22px;
 
 
}
 
}
   
 
.portable-infobox .pi-header {
 
.portable-infobox .pi-header {
line-height: 25px!important;
+
background-color: black;
margin: 1px!important;
 
}
 
 
.pi-data-label {
 
flex-basis: 43%;
 
padding-left: 10px;
 
 
}
 
}
   
 
.portable-infobox .pi-secondary-font {
 
.portable-infobox .pi-secondary-font {
font-size: 12px;
+
font-size: 15px;
font-weight: 700;
+
text-align: center;
 
font-weight: bold;
 
line-height: 18px;
 
line-height: 18px;
 
margin-top: 0;
 
margin-top: 0;
}
 
 
.portable-infobox .pi-secondary-background {
 
font-family: 'Spectral';
 
letter-spacing: -0.5px;
 
font-size: 125%;
 
text-align: center;
 
padding: 2px 0 0 2px;
 
background: #142b35;
 
}
 
 
.pi-border-color {
 
border-color: #6b6a6a;
 
}
 
 
.pi-data-value {
 
flex-basis: 57%;
 
font-size: 85%;
 
text-align: left!important;
 
 
}
 
}
   
Linha 102: Linha 69:
   
 
.pi-smart-data-value.pi-data-value ul, .pi-smart-data-value.pi-data-value ul li {
 
.pi-smart-data-value.pi-data-value ul, .pi-smart-data-value.pi-data-value ul li {
text-align: center;
+
text-align: left;
 
}
 
}
   
 
.pi-horizontal-group-item.pi-data-value ul, .pi-horizontal-group-item.pi-data-value ul li {
 
.pi-horizontal-group-item.pi-data-value ul, .pi-horizontal-group-item.pi-data-value ul li {
text-align: center;
+
text-align: left;
 
}
 
}
   
.pi-item[data-source="Cronograma"] .pi-data-label {
 
flex-basis: 92px;
 
flex-shrink: 0;
 
position: relative;
 
right: 5px;
 
}
 
 
.pi-item[data-source=Cronograma] .pi-data-value:not(:first-child) {
 
padding-left: 0;
 
}
 
   
/*Tema antigo do infobox de Kirkburn -> Conversa:197301*/
+
/*Old Infobox Theme from Kirkburn -> Thread:197301*/
   
  +
/* Portable infobox themes
/* Temas das infoboxes portáteis
 
 
.portable-infobox.pi-theme-game {
 
.portable-infobox.pi-theme-game {
 
background-color:#334;
 
background-color:#334;
Linha 219: Linha 176:
 
}
 
}
 
*/
 
*/
  +
  +
  +
  +
  +
  +
  +
  +
   
 
/***************/
 
/***************/
/* Fundo */
+
/* Background */
 
/*************/
 
/*************/
 
/*
 
/*
Linha 228: Linha 193:
 
}
 
}
   
  +
 
.WikiaPageBackground {
 
.WikiaPageBackground {
 
background: url( https://images.wikia.nocookie.net/assassinscreed/images/2/2b/5d8aa8-60.png) !important;
 
background: url( https://images.wikia.nocookie.net/assassinscreed/images/2/2b/5d8aa8-60.png) !important;
Linha 238: Linha 204:
 
*/
 
*/
   
/* Cor de texto normal */
+
/* Normal text color */
 
body {
 
body {
 
color: #FFF;
 
color: #FFF;
 
}
 
}
   
/* Cor do link de navegação */
+
/* Navigation link color */
 
.WikiHeader li a {font-color: #FFFFFF;}
 
.WikiHeader li a {font-color: #FFFFFF;}
   
/**Links Mortos**/
+
/**Dead Links**/
 
a.new{color: #BE0032 !important;}
 
a.new{color: #BE0032 !important;}
   
/**Módulo HotSpot por Usuário:Yatalu**/
+
/**HotSpot Module by User:Yatalu**/
 
.HotSpotsModule li .hot-spot-severity-1 {
 
.HotSpotsModule li .hot-spot-severity-1 {
 
background-color: #B0C4DE !important;
 
background-color: #B0C4DE !important;
Linha 265: Linha 231:
 
background-color: #33404C !important;
 
background-color: #33404C !important;
 
}
 
}
 
 
/*
 
/*
 
#WikiaPageBackground {
 
#WikiaPageBackground {

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

/***** CSS placed here will be applied to the Wikia (Oasis/Darwin) skin. *****/

/***************************************/
/*  primary colors for ac website      */
/*  blue: rgb(0,108,176)             */  
/*  lightblue: links: rgb(0,191,255) */
/*  skull white: rgb(240,248,255)    */
/*  darkblue: rgb(0,49,83)           */
/***************************************/

/***************************/
/* bug fixes for oasis.css */
/***************************/
/* override the black background and give it transparency if it supports it */
/*.WikiaPage { background: url(https://images.wikia.nocookie.net/__cb20101112044832/assassinscreed/images/1/1b/DarkBlue_0_49_83_80.png); } */
/*.WikiaPage { background: url( https://images.wikia.nocookie.net/__cb20101112050841/assassinscreed/images/b/b7/DarkBlue_0_49_83_60.png); } */
/*.WikiaPage { background: url( https://images.wikia.nocookie.net/assassinscreed/images/b/b0/DarkBlue_0_49_83_40.png); }*/
/* override the single brown border of the news */
/*.WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
/* override the new blog news listing which gives it one huge margin */
.WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; }
/* remove the black bar below the table of content */
.WikiHeader .shadow-mask { display: none; }
/* Media files border fix*/
.WikiaArticle .tright, .WikiaArticle .tleft {
outline: inherit
}
.wikia-photogallery-add {display: none !important;}
.ajax-poll .pollAnswer { padding-right: 2em !important; }

/* Portable Infoboxes */

.portable-infobox {
    background-color: #333333;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    width: 280px;
}

.portable-infobox .pi-navigation {
    font-size: 16px;
    /* background-color: transparent; */
    text-align: center;
    color: white;
    }

.portable-infobox .pi-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.portable-infobox .pi-header {
    background-color: black;
}

.portable-infobox .pi-secondary-font {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
}

.pi-europa .pi-data:not(:last-of-type), .pi-group {
   border: none;
}

.pi-smart-data-value.pi-data-value ul, .pi-smart-data-value.pi-data-value ul li {
    text-align: left;
}

.pi-horizontal-group-item.pi-data-value ul, .pi-horizontal-group-item.pi-data-value ul li {
    text-align: left;
}


/*Old Infobox Theme from Kirkburn -> Thread:197301*/

/* Portable infobox themes
.portable-infobox.pi-theme-game {
    background-color:#334;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #B5B7CF;
    width: 250px;
}

.pi-theme-game .pi-image img{
    width:100%;
    height:auto;
}

.pi-theme-game .pi-border-color {
    border-color: #B5B7CF;
}

.pi-theme-game .pi-secondary-background {
    background-color: transparent;
}

.pi-theme-game .pi-data-value,
.pi-theme-game .pi-data-label {
    font-size: 11px;
}

.pi-theme-game .pi-data-value {
    text-align:right;
}

.pi-theme-game .pi-item-spacing {
    padding: 5px 0px;
}

.pi-theme-game .pi-title {
    text-align: center;
    font-size: 16px;
}

.pi-theme-battle.pi-background {
    background-color:#4B74BD !important;
}

.pi-theme-battle .pi-secondary-background {
    background-color: #6B94DD;
}

.pi-theme-battle .pi-border-color {
    border-color: #6B94DD;
}

.infobox {
 background-color: transparent;
 border: 2px solid #fff;
 border-radius:7px;
 -moz-border-radius:7px; 
 -webkit-border-radius:7px; 
 -o-border-radius:7px; 
 -ms-border-radius:7px;
 color:#ffffff;
 margin:0.5em 0 0.5em 1em;
 padding:0.2em;
 float:right;
 clear:right;
}
.infobox td,
.infobox th {
    vertical-align:top;
}
.infobox caption {
    font-size:larger;
    margin-left:inherit;
}
.infobox.bordered {
    border-collapse:collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border:1px solid #fff;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border:0;
}
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border:0;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border:0;
    border-right:1px solid #fff;
} 
*/









/***************/
/* Background */
/*************/
/*
body.mediawiki  {
background:url(https://images.wikia.nocookie.net/__cb20131106185807/assassinscreed/images/5/56/WikiWallpaperBFHQ.jpg) no-repeat center top #000 !important;
}

 
.WikiaPageBackground { 
  background: url( https://images.wikia.nocookie.net/assassinscreed/images/2/2b/5d8aa8-60.png) !important;
  border: 2px solid #FFFFFF; 
  -moz-box-shadow:0 0 30px #FFFFFF;
  -webkit-box-shadow:0 0 30px #FFFFFF;
  box-shadow:0 0 30px #FFFFFF;
  left:-1px;
}
*/

/* Normal text color */
body {
    color: #FFF;
}

/* Navigation link color */
.WikiHeader li a {font-color: #FFFFFF;}

/**Dead Links**/
a.new{color: #BE0032 !important;}

/**HotSpot Module by User:Yatalu**/
.HotSpotsModule li .hot-spot-severity-1 {
background-color: #B0C4DE !important; 
}
.HotSpotsModule li .hot-spot-severity-2 {
background-color: #97AAC1 !important; 
}
.HotSpotsModule li .hot-spot-severity-3 {
background-color: #78899C !important; 
}
.HotSpotsModule li .hot-spot-severity-4 {
background-color: #586878 !important; 
}
.HotSpotsModule li .hot-spot-severity-5 {
background-color: #33404C !important; 
}
/*
#WikiaPageBackground {
    background-image: url(https://images.wikia.nocookie.net/__cb20150523132209/assassinscreed/images/7/79/Background_Transparency.png);
}*/