Grand Theft Auto Wiki
Grand Theft Auto Wiki
Sem resumo de edição
Etiqueta: editor de código 2017
Sem resumo de edição
Etiqueta: editor de código 2017
Linha 116: Linha 116:
   
 
table.wikitable {
 
table.wikitable {
margin: 0 auto;
+
margin: 2 auto;
 
background: white;
 
background: white;
 
border-collapse: separate;
 
border-collapse: separate;

Edição das 20h28min de 18 de outubro de 2020

/* CSS colocado aqui será aplicado no visual da Wikia (Oasis/Darwin) */

/* Todos os créditos a GTA Wiki americana e os criadores do CSS original, Monkeypolice188, LS11sVaultBoy, Kiwismurf e todos os outros */

                                      /******CONTEÚDOS********/
                                      /**********************/
/* Alteração de cor da Staff */             /* ############ Contém BUROCRATAS, ADMINISTRADORES, BOT #######*/

/* Plano de fundo da Wiki */
                                      
/* Alterações no cabeçalho */             /* ############ Contém IMAGEM DA BARRA, WIKIHEADER #########*/

/* Alterações na cor de links menores */        /* ############ Contém COR DE LINKS ###################*/

/* Alterações na tabela */                   /* ############ Contém TABELAS, GRANDES TABELAS ############*/

/* Alterações na Caixa de Mensgem (Em Blogs, etc) */ /*####### Contém PREDEFINIÇÕES DE CAIXAS DE MENSAGEM #########*/

/* Alterações na Predefinição Infobox */        /* ############ Contém ALTERAÇÕES NO ESTILO DA INFOBOX ########*/

/* Alterações na Navbox */                  /* ############ Contém VISUAL PADRÃO PARA AS CAIXAS DE NAVEGAÇÃO, STANDARD NAVIGATIONSLEISTEN #######*/

/* Alterações no Viusal Diff */

/* Alterações Diversas */           /* ########### Tudo a mais ######*/

/**************************************************************************************************/
                             /* Alteração de cor da Staff */

/* Burocratas */
a[href="/pt/wiki/Usu%C3%A1rio:MatheusCormac"] {color:#4DFF00 !important;}

a[href="/pt/wiki/Usu%C3%A1rio:EliVanilla"] {color:Lightgreen !important;}

/* Administradores */

a[href="/pt/wiki/Usu%C3%A1rio:General9913"] {color:#1589FF !important;}

a[href="/pt/wiki/Usu%C3%A1rio:Kamikatsu"] {color:#1589FF !important;}

/* Bot */
a[href="/pt/wiki/Usu%C3%A1rio:BotCormac"] {color:#8904B1 !important;}

/**************************************************************************************************/
                                    /* Alterações no cabeçalho */
/* Imagem da Barra */

.sprite.edit-pencil {background: none transparent\9 !important;}
.sprite.edit-pencil {background: url('https://images.wikia.nocookie.net/gtawiki/images/d/d6/Bar_Icon.ico') no-repeat !important;}


/**************************************************************************************************/

/* Plano de fundo da Wiki */
.WikiaSiteWrapper {
background-image: url(https://i2.wp.com/i.redd.it/v956qccyqes31.png?resize=640%2C9999&ssl=1);
background-size:100%;
}

.WikiaSiteWrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/**************************************************************************************************/

                               /* Alterações na cor de links menores */
/* Cor de Links */
 #WikiaPage a:visited:hover, #WikiaPage .color2 a:visited:hover {
 color: #b600cf;
 text-shadow: #9200a6 0 0 5px;
 text-decoration:underline;
 }
 
 #WikiaPage a:hover, #WikiaPage .color2 a:hover {
 color: #f500d0;
 text-shadow: #bf00a2 0 0 5px;
 text-decoration:underline;
 }

/**************************************************************************************************/
/* Tabela de Conteúdo */
.WikiaArticle .toc {
    border: 2px solid white;
    background-color: #690c53;
    padding-bottom: 0px;
}

.WikiaArticle #toctitle {
    background-color: #000000;
    margin:-7px -7px -2px -7px;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    padding: 0 10px 0 10px; 
}

/* Alterações na Tabela */
                                   
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 0 none;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
 	background-color: #000000;
	text-align: center;   
}
 
table.wikitable > tr > td, table.wikitable > * > tr > td {
    background-color: #690c53;
	color: white;
	text-align: left;
	vertical-align: top;
}

table.wikitable {
	margin: 2 auto;
	background: white;
	border-collapse: separate;
	border-spacing: 2px;
	overflow: hidden !important;
}

table.wikitable th {
	background-color: #000000;
	text-align: center;
}

table.wikitable td {
	background-color: #690c53;
	color: white;
	text-align: left;
	vertical-align: top;
}

table.wikitable tr {
	color: white;
}
/*
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #690c53;
  border: 2px solid white;
  border-collapse: collapse;
  vertical-align:top;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 2px solid white;
  padding: 0.2em;
  vertical-align:top;
  border-collapse: collapse;
}

table.wikitable td,
table.prettytable td {
  border: 2px solid white;
  padding: 0.2em;
  vertical-align:top;
  border-collapse: collapse;
}

table.wikitable th,
table.prettytable th {
  background-color: #000000 !important;
  text-align: center;
  vertical-align:top;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

*/
/* Grandes Tabelas */
.bigtable {
   background-color: #f8f8f8;
   border: 1px solid #aaa;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   border-spacing: 25px 1px;
}
.bigtable th {
   font-size: 15px;
   text-align: left;
}
.bigtable td, .bigtable th {
   vertical-align: top;
   padding: 0 5px;
}
.bigtable td {
   background-color: #f8f8f8;
}

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}

.interProject {
   display:none; 
   clear: both; 
   border-top: 2px dotted #AAAAAA; 
   margin-top: 2em;
}

/**************************************************************************************************/
                       /* Alteração nas Caixas de Mensagens (Em Blogs, etc) */

/* Predefinição de Caixas de Mensagem */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}

/**************************************************************************************************/
                           /* Alterações na Predefinição Infobox */
                           
/* Alterações no Estilo da Infobox */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: #8f117c;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   font-size: 11px;
}
.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 #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/**************************************************************************************************/
                                  /* Alterações na Navbox */ 
/* Visual Padrão para as Caixas de Navegação */
table.navbox {            /* estilo de container da navbox */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* única borda de pixel entra as navboxes adjacentes */
  margin-top: -1px;            /* (não funciona para IE6, mas tudo bem)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* estilo dos títulos acima/abaixo */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {           /* estilo em grupo */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #333333;     /* Cor de fundo */
}
.navbox-list {
  border-color: #333333;   /* Deve ser igual a cor de fundo */
}
.navbox-title,
table.navbox th {
  background: #ccccff;     /* Cor de nível 1 */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;     /* Cor de nível 2 */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Cor de nível 3 */
}
.navbox-even {
  background: #f7f7f7;
}
.navbox-odd {
  background: transparent;
}
 
.collapseButton {          /* botões de 'mostrar'/'esconder' são criados de forma dinâmica        */
    float: right;          /* CollapsibleTables javascript em [[MediaWiki:Common.js]] */
    font-weight: normal;   /* são estilizados aqui para que possam ser personalizados.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton {  /* Em navboxes, os botões de mostrar/esconder button balanceiam os vde links de */
    width: 6em;            /* [[Predefinição:Tnavbar]], então precisam do mesmo tamanho.      */
}

/* Navigationsleisten padrão, vulgo caixa que esconde as coisas .de.  Documentação na [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

.lightlinks a { color:#CCE; }
.lightlinks a.new {color:#FBB!important;}
.darklinks a { color:#33A; }
.whitelinks a { color:#FFF; }
.whitelinks a.new {color:#FFF!important;}
.blacklinks a { color:#000; }
.underlinelinks a { text-decoration:underline; }
.boldlinks a {font-weight: bold;}


/**************************************************************************************************/
        
                                  /* Alterações no Visual Diff */
.diff-addedline {
    border-left:3px solid white !important;
    border-right:3px solid white!important;
    border-top: 2px solid white!important;
    border-bottom: 2px solid white!important;
    border-radius: 0!important;
    background-color: #D8ECFF !important;
    color: black!important;
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}
 
.diff-deletedline {
    border-left:3px solid white!important;
    border-right:3px solid white!important;
    border-top: 2px solid white!important;
    border-bottom: 2px solid white!important;
    border-radius: 0!important;
    background-color: #FEEEC8!important;
    color: black!important;
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}
 
.diff-context {
    border-left:3px solid white!important;
    border-right:3px solid white!important;
    border-top: 2px solid white!important;
    border-bottom: 2px solid white!important;
    border-radius: 0 !important;
    background-color: #690c53 !important;
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}
 
td.diff-addedline .diffchange {
    border-radius: 0 !important;
    height: 14px !important;
    background-color:#8AC3F9 !important;
    color:black!important;
}
 
td.diff-deletedline .diffchange {
    border-radius: 0 !important;
    height: 14px !important;
    background-color: #F3CB6C !important;
    color:black!important;
}

/**************************************************************************************************/
        
                                  /* Alterações diversas */
/* Remover as legendas dos vídeos */                                  
.noCaption .article-thumb figcaption {    
	display:none;
}
 
 /* Use <div class="noCaption">
[[Arquivo:…]]
</div> para funcionar */

/*Isso oculta o campo de data da tag do fórum, quando dentro do class=hidedate */
.hidedate .forum_edited{
display:none;
}



/* Isso apenas formata a caixa de ajuda centralizada da wikia em páginas de ajuda */
.sharedHelp{
background-color:#444;
border-color:#F00;
margin-top:40px;
}

.sharedHelpInfo{
font-size:22px;
margin-right:200px;
border:1px solid red;
width:340px;
background-color:#FFF;
margin-bottom:30px;
font-weight:bold;
font-family:verdana, sans-serif;
}


/* Esconde título e tagline na Página Principal */
body.page-Main_Page h1.firstHeading, body.page-Main_page #siteSub { 
    display:none;
}

/* Recenter mudanças no indicador de bytes */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }


/* main page jquery tabs/sliders */
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-hide { display: none !important; }

/* quote boxes */
.quotebox { /* border: 1px solid #523F35; background:#222222; */ -moz-border-radius: 1em; border-radius: 1em; -webkit-border-radius: 1em; display: table; }
.quotebox + .quotebox { margin:1em 0 0 0; }
.quotebox .leftquote { color: #FEC356; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align: left; padding:0.3em 0 0 0.3em; }
.quotebox .rightquote { color: #FEC356; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align:right; padding:0 0.3em 0 0; }
.quotebox .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; padding: 1em 0.2em 0 0.2em; line-height: 1.6em; width: 100%; }
.quotebox .attribution { text-align: right; padding: 0em 1em 0.4em 0; font-weight: bold; font-style: oblique; }

/* cor de votações */
.pollAnswerVotes div { background: #825118 !important; }
.pollAnswerVotes { border: 1px solid #888 !important; }

/** Tags personalidas para perfis **/
a.tag {color: inherit;}


/* Timed Slider Styles */
/* http://dev.wikia.com/wiki/TimedSlider */
 
/* hide all slides */
.ts-container .ts-slide {
    display: none;
}
/* show slide that has class="ts-active" */
.ts-container .ts-active {
    display: block;
}
/* support inline slides as well */
.ts-container.ts-container-inline .ts-active {
    display: inline;
}

/* Prevent scrollbox behavior when there are mulitple editintro templates. */
.editpage-intro > .editpage-intro-wrapper {
	max-height: 100%;
}

/* Scrollbox fixes */
.rellink { font-style: italic; }
.rellink i { font-style: normal; }
 
.scrollbox {
	margin-bottom:3px;
	margin-top:3px;
}
.scrollbox tr > td {
	background: transparent;
}
.scrollbox tr > td > div {
	overflow: auto; 
	-moz-border-radius-topleft: 0.5em;
	border: 1px solid #AAAAAA;
	padding-left: 0.5em;
	background: transparent;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {color:#006500;}
.mw-plusminus-neg {color:#8B0000;}

/* Edit Summaries box alterations */
#stdSummaries {
    border-radius: 3px;
    padding: 1px 2px;
    width: 262px;
    background-color: #272727 !important; /* Background color of box */
    border: 1px solid #555555 !important; /* Border around the box */
    color: white; /* Font color */
    margin-bottom: 4px; /* Anything underneath is moved further away */
}

#stdSummaries:focus {border: 2px solid #E5A814 !important;}
#wpSummary:focus    {border: 2px solid #E5A814 !important;}

/* Center heading on modules */
 .WikiaRail .module h2 {text-align:center;}
/* h2 settings in general */
.WikiaArticle h2 {border-bottom: 2px solid white;}
#wkRelPagHead    {border-bottom: 2px solid white;}


/* Upgrading Tabber Aesthetics */
.tabbertab {
    margin-top:-5px;
    border: 2px solid #FFFFFF !important;
    padding-top: 18px !important;
    }
ul.tabbernav {
    border:none !important;
/* Color of the tabber bar */    
    background-color:transparent !important; 
/* Border corners of bar itself */    
    border-radius:5px 5px 0 0 !important; 
/* Bar thickness */    
    height:20px;
    margin-left:7px !important;
    padding
  }
 
    /*ACTIVE TABBER BUTTON*/ 
    ul.tabbernav .tabberactive a {
/* Active button color */    
          background-color: #222222 !important; 
/* Border of the button */          
          border-radius:1px 1px 0 0 !important; 
          border:2px solid #FFFFFF !important; 
/* Active font color */          
          color: white !important; 
          top:15px;
          border-bottom:4px #222222 solid !important;
          padding-bottom:2px !important;
    }
    ul.tabbernav .tabberactive caption a {
/* Color of the captions */        
          color: white !important; 
    }
 
    /*INACTIVE TABBER BUTTON*/ 
    ul.tabbernav li a {
/* Inactive button color */        
          background-color:#000000 !important; 
/* Border of the button */  
          border-radius:1px 1px 0 0 !important; 
          border: 0.000000001px solid #FFFFFF !important;
/* Inactive font color */
          color: #A9A9A9 !important; 
          top:15px;
    }

/* Ver Fonte nas Mudanças de Background */
 
#WikiaArticle #source-code {
    background-color:#272727;
    color:white;
    border: 2px solid white !important;
}
 
#WikiaArticle #source-code a {
    color:#FEC356;
}

/* Ajustes na Wikia Rail */
#WikiaRail .community-page-entry-point-button {
   background-color: #272727;
}


/* Monk's Special Page Header (feel free to make ur own, but it's damn painful) */
/* Looking for better ways to implement this. 
body.page-User_Monkeypolice188 #WikiaUserPagesHeader .masthead-info {
    background-image: url(https://vignette.wikia.nocookie.net/gtawiki/images/2/22/Monk-VC-Background.png/revision/latest?cb=20161203144129);
}*/



/* 20/4/17 RAIL FIXES */
section#wikia-recent-activity.rail-module.activity-module {	
    padding: 15px;	
    background-color: #2D2D2D;
    border: 1px solid #525252;
    margin: -8px -1px 20px -1px;
 }
section.chat-module.rail-module {	
    padding: 15px;
    background-color: #2D2D2D;	
    border: 1px solid #525252;
    margin: -8px -1px 20px -1px;	
 }
section.rail-module.recirculation-unit.premium-recirculation-rail {	
    padding: 15px;
    background-color: #2D2D2D;
    border: 1px solid #525252;
    margin: -8px -1px 20px -1px;
 }
 
section.community-page-rail-module {
    padding: 15px;
    background-color: #2D2D2D;
    border-top: 1px solid 525252;
    margin: 15px -1px 20px -1px;
 }

/* Hover effects in Special:Images and article galleries */
div.wikia-gallery-item .thumb:hover {
transform: scale(1.05,1.05);
transition: ease-in-out 0.2s;
}
 
div.wikia-gallery-item .thumb {
transition: ease-in-out 0.1s;
}


/* ////////////////// NAV /////////////////////// */
ul.tabs > [data-tab="mainnav0"] {
	padding-right: 23px;
}

ul.tabs > [data-tab="mainnav1"] {
	padding-right: 23px;
}

ul.tabs > [data-tab="mainnav2"] {
	padding-right: 23px;
}

/* Admin logs - Non-patrolled highlighting - eradicating yellow row highlight */
.page-Special_NewPages li.not-patrolled {
    background-color:#372626;
    border-left:2px solid red;
    color: white;
}

/* Cursor personalizadoI */
a:link {
cursor: url('https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Cursor-GTAWiki-Active.png/revision/latest?cb=20190922225740'), auto !important;
}
a:visited {
cursor: url('https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Cursor-GTAWiki-Active.png/revision/latest?cb=20190922225740'), auto !important;
}
a:hover {
cursor: url('https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Cursor-GTAWiki-Active.png/revision/latest?cb=20190922225740'), auto !important;
}
a:active {
cursor: url('https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Cursor-GTAWiki-Active.png/revision/latest?cb=20190922225740'), auto !important;
}
 
body:active {
cursor:url('https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Cursor-GTAWiki-Active.png/revision/latest?cb=20190922225740'), auto;
}
body {
cursor:url('https://vignette.wikia.nocookie.net/gtawiki/images/f/f1/Cursor-GTAWiki.png/revision/latest?cb=20190922225739'), auto;
}

/** Todos os créditos a GTA Wiki americana **/