Los vecinos Green Wiki
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* Importaciones */
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:FandomIcons.css|u:dev:MediaWiki:MinifiedLeftTabs/code.css|u:dev:MediaWiki:FandomizedPagination/code.css|MediaWiki:Highlights.css|u:amphibiapedia:MediaWiki:ImageSvgs.css|MediaWiki:Infobox.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css&only=styles");

/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Farro|Roboto|Chivo|Nunito|Patrick+Hand|Francois+One|Barrio|Righteous|Alfa+Slab+One|Special+Elite|Kalam|Butcherman');

/* Importar SpudAfCrisp */
@font-face {
    font-family: 'SpudAfCrisp';
    src: url('https://vignette.wikia.nocookie.net/maxigamertest/images/d/da/Spud_AF_Crisp_W00_Regular.woff') format('woff'),
         url('https://vignette.wikia.nocookie.net/maxigamertest/images/b/b7/Spud_AF_Crisp_W00_Regular.ttf') format('truetype'),
         url('https://vignette.wikia.nocookie.net/maxigamertest/images/0/0e/Spud_AF_Crisp_W00_Regular.svg#SpudAFCrisp') format('svg');
}

/* Importar Determination Mono */
@font-face {
    font-family: 'Determination Mono';
    src: url('https://vignette.wikia.nocookie.net/heliosanctus/images/c/c0/Determination.eot');
    src: url('https://vignette.wikia.nocookie.net/heliosanctus/images/c/c0/Determination.eot#iefix') format('embedded-opentype'),
         url('https://vignette.wikia.nocookie.net/heliosanctus/images/a/aa/Determination.woff2') format('woff2'),
         url('https://vignette.wikia.nocookie.net/heliosanctus/images/3/37/Determination.woff') format('woff'),
         url('https://vignette.wikia.nocookie.net/heliosanctus/images/c/cd/Determination.ttf') format('truetype'),
         url('https://vignette.wikia.nocookie.net/heliosanctus/images/7/7f/Determination.svg#Undertale') format('svg');
}

/* Importar Futura */
@font-face {
    font-family: "Futura";
    src: url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.eot"); 
    src: url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.woff") format("woff"), url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/97bc69b04c428021614d3b50c24a43ed.svg#AG_Futura") format("svg"); }
    
/*Importar Goobascript*/
@font-face {
    font-family: "Goobascript";
    src: url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.eot"); 
    src: url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.woff") format("woff"), url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/75e2787efc019b44876b077b37c3b35b.svg#Goobascript") format("svg"); }

:root {
    --link-theme-normal: currentColor;
    --default-text-color: #008000;
    --default-bg-color: #CEF3D0;
    --border-color: #EAE239;
}

/* Botones de Contribución */
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #contentSub:not(.contentSub) a,
body.mw-special-Contributions #contentSub #contentSubSub a {
    background: var(--default-bg-color);
}
 
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:active,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:focus,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:hover,
body.mw-special-Contributions #contentSub:not(.contentSub) a:active,
body.mw-special-Contributions #contentSub:not(.contentSub) a:focus,
body.mw-special-Contributions #contentSub:not(.contentSub) a:hover,
body.mw-special-Contributions #contentSub #contentSubSub a:active,
body.mw-special-Contributions #contentSub #contentSubSub a:focus,
body.mw-special-Contributions #contentSub #contentSubSub a:hover {
    background: #65f455;
}

/*Spoiler tag*/
.spoiler.on {
    border: 1px dotted #D5D4D4;
    border-top: none;
    background: transparent;
    color: transparent;
    text-shadow: none;
    padding: 0 1.4px;
}
 
.spoiler.off {
    border: 1px dotted #D5D4D4;
    border-top: none;
    padding: 0 1.4px;
}
 
.spoiler.on a {
    color: transparent;
}
 
.spoiler.on img {
    visibility: hidden;
}
 
/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
body::-webkit-scrollbar {
    background: var(--border-color);
}
::-webkit-scrollbar-thumb {
    background: #65f455;
}
::-webkit-scrollbar-thumb:hover {
    background: #65f455;
}
::-webkit-scrollbar-thumb:active {
    background: #65f455;
}
 
/* Source Editor Header Improvements*/
.EditPageHeader {
    background-color: #4caf50;
    border-bottom: 5px solid skyblue;
    opacity: 0.95;
    box-shadow: none;
}
 
/* Making Lists somewhat consistent with the newer style */
.WikiaArticle ul {
    list-style: disc;
}
.embeddable-discussions-module {
    border:none; 
}
.embeddable-discussions-module .embeddable-discussions-post-actions {
    border-top: 5px solid green;
    display: none;
}
.embeddable-discussions-module .embeddable-discussions-timestamp {
    color: #B3B3B3;
    font-weight: bold;
}
 
.embeddable-discussions-module .embeddable-discussions-post-detail {
    background-color: transparent;
    border: none;
    margin-top: -30px;
    border-bottom: 1px #cccccc solid;
}
 
/** edit-pencil svg **/
.user-identity-box-edit svg {
    fill: lightblue;
}
 
/* Tabs */
.tabs .selected a {
    border: none;
    border-bottom: 2px solid #02d6d6;
    text-transform: uppercase;
    background: transparent;
}
 
.tabs-container {
    margin-bottom: 5px;
}
 
.tabs li a {
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #16eaea;
    background: none;
    text-decoration: none
}

/* Recent Changes Header */
span.rclinks {
    float: right;
}
 
span.rclinks > a {
    color: darkgray;
}

span.rclinks > a:hover {
    text-decoration: none;
    color: #999999;
    transition: .3s;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;}
/** Tables **/
.article-table th, .WikiaTable th {
    text-align: center;
}
/** Categorías de Artículos **/
.article-categories {
    background: inherit;
}

.external {
color: #8cb1f5 !important;
}
 
/* Iconos de Perfiles (Creditos a Sonic News Network!) */
.profile-icons {
    vertical-align: middle;
    padding-right: 10px
}

.profile-icons {
	padding-right: 10px;
	vertical-align: middle;
}

/* make the list of references look smaller */
.references {
   font-size: 110%;
}
.references-small { font-size: 120%;}

 /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 /* column-count is from the CSS3 module "CSS Multi-column Layout" */
 /* Please ignore any validator errors caused by these two lines */
 
.references-2column {
   font-size: 120%;
  -moz-column-count:3;
   column-count:2;
 }

.background {
    background-image: yellow !important;
    border: #1bc26e !important;
}

.background, a.new {
    color: #3ba7f9 !important;
}
 
/* Buttons */
input.searchboxGoButton,
input.createboxButton,
input.searchboxSearchButton,
input.commentboxButton {
    background-image:url("https://images.wikia.nocookie.net/countryclub9732/images/d/d5/IMG_9959.jpg/revision/latest?cb=20170722004738");
    border-color: lightyellow;
    background-color: black;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 12px;
    height: 35px;
}
 
input.searchboxGoButton:hover,
input.createboxButton:hover,
input.searchboxSearchButton:hover,
input.commentboxButton:hover {
    background-image:url("https://images.wikia.nocookie.net/countryclub9732/images/d/d5/IMG_9959.jpg/revision/latest?cb=20170722004738");
    transition: .3s;
    background-color: #6a718f;
    border-color:#aba0d9;
}

/* Plantillas de Navegación */
.heading{ 
background-color: #87c3ff;
font-size: 18px;
border-radius: 30px 0 20px 0;
-moz-border-radius: 30px 0 20px 0;
color: gray;
font-weight: bold;
box-shadow: 5px 5px 5px black;
background-image: url("https://vignette.wikia.nocookie.net/countryclub9732/images/5/50/Wiki-background/revision/latest?cb=20180216233413");
 }
 
/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #006500;
}
 
.mw-plusminus-neg {
    color: #ff564a;
}
 
/* diffchange colors */
td.diff-addedline .diffchange {
    background-color:#3e8e41;
}
td.diff-addedline {
    border-color:#3e8e41t;
}
td.diff-deletedline .diffchange {
    background-color:#c1372d;
}
td.diff-deletedline {
    border-color:#c1372d;
}

/* Categorías */
.CategorySelect.articlePage, .article-categories {
    background: #ff0000;
    background: rgba(0, 100, 0, 0.1);
    border: 5px;
    border-color: currentColor;
}
.categoriesLink {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

/* TOC */
.WikiaArticle #toctitle {
    text-transform: uppercase;
    font-weight: bold;
}

.toc {
    background: #ff0000;
    background: rgba(0, 100, 0, 0.1);
    border: 5px;
}
 
/* Profile Code */
.UserProfileMasthead .masthead-info {
    background-image:url("https://vignette.wikia.nocookie.net/countryclub9732/images/d/d5/IMG_9959.jpg");
}

/* Estilo de Fondo */
.WikiaBarWrapper {
    background: linear-gradient(0deg,rgba(0, 213, 255, 0.17),rgba(0, 137, 255, 0.6)), url(https://images.wikia.nocookie.net/countryclub9732/images/d/d5/IMG_9959.jpg/revision/latest?cb=20170722004738);
}

.WikiaBarWrapper a {
    color:var(--default-bg-color);
}

/*Nav-Boxes*/
.WikiaArticle pre {
    padding: 12px;
}
 
/* Enlaces */
a:hover {
    text-shadow: 0 0 3.5px rgba(131, 66, 244, .5), 
                 0 0 3.5px rgba(131, 66, 244, .5);
    color: var(--border-color) !important;
    text-decoration: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
 
a {
    color: var(--default-text-color);
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    text-shadow: 0 -15px 2.5px transparent,
                 0 15px 2.5px transparent;
}
a:active {
    color: red !important;
    text-shadow: 0 0 2.5px #f00, 0 0 2.5px #f00;}
.WikiaPage a:active {
    color: var(--default-bg-color) !important;
    text-shadow: 0 0 2.5px #f00, 0 0 2.5px #f00;
}
 
/*Sección de alineación de la fuente de la página*/
.ArticlePreview .WikiHeader {
    font-family: "Helvetica", "Arial", "sans-serif";
}

.WikiaArticle h4 .mw-headline, .WikiaArticle h2 .mw-headline, .WikiaArticleComments h2 {
    font-family: 'Trebuchet MS' !important;
}

 .WikiaArticle h1 .mw-headline {
    font-size: 22px;
    font-family: 'Trebuchet MS' !important;
    color: #3cc166;
 }
 
 .WikiaArticle h2 .mw-headline {
    font-size: 24px;
    font-family: 'Trebuchet MS' !important;
    color: blue;
}
 
.WikiaArticle h3 .mw-headline {
    font-size: 25px;
    font-family: 'Trebuchet MS' !important;
    color: #3cc166;
}
 
.WikiaArticle h4 .mw-headline {
    font-size: 19px;
    font-family: 'Trebuchet MS' !important;
    color: #c2fc14;
}

.WikiaPage .mediawiki, .WikiaArticle {	
    font-family: 'Trebuchet MS' !important;
}

.toc, .portable-infobox .pi-title, .portable-infobox .pi-header, .embeddabble-discussions-heading, .UserProfileMasthead .masthead-info h1, .UserProfileMasthead .tally em, .community-page-header-welcome-message, .community-page-subheader-welcome-message {
    font-family: 'Trebuchet MS', sans-serf !important;
}  

.category-gallery-item, .snippet .text, .wikia-button, .wikia-single-button a, .wikia-menu-button, .WikiaArticle input, .button, button, .WikiaArticle select, .WikiaArticle ul.tabbernav {
    font-family: 'Trebuchet MS' !important;
}
 
/* Botón css mess */
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
 .WikiaPage button {
    background: #65f455 !important;
    border-radius: 0 !important;
}
 

a.wikia-button.secondary:active,
.wikia-single-button a.secondary.active,
.wikia-single-button a.secondary:active,
.wikia-menu-button.secondary.active,
.wikia-menu-button.secondary:active,
input[type="submit"].secondary.active,
input[type="submit"].secondary:active,
input[type="reset"].secondary.active,
input[type="reset"].secondary:active,
input[type="button"].secondary.active,
input[type="button"].secondary:active,
.button.secondary.active,
.button.secondary:active, .EditPage .cke_button > a, .wikia-menu-button,
button.wikia-button, .wikia-menu-button > a,
.wikia-menu-button .drop, .wikia-button.talk.comments, .WikiaNotifications li div {
    border-radius: 0 !important;
}

.mediawiki:Not(.editor) a.wikia-button.secondary,
.mediawiki:not(.editor) .wikia-single-button.secondary a,
.mediawiki:not(.editor) .wikia-menu-button.secondary,
.mediawiki:not(.editor) .button.secondary,
.mediawiki:not(.editor) button.secondary {
    background: lightgreen !important;
    border: 5px;
    color: white !important;
    font-family: bold;
}
 
/* Módulo */
.dark_text_2 {
    color: #000000;
}
.community-page-rail, .community-page-module-box {
    background-color: var(--default-bg-color);
}
 
.community-page-module-section-title, .community-page-help-module-title {
    text-align: left;
    border-bottom: 5px black solid;
}
.myhome-community-corner-content {
    border-bottom:2px solid var(--default-bg-color) !important;
}
.rail-module, .WikiaRail .module {
    padding: 8px;
    background-color: var(--default-bg-color);
    box-shadow: 0 0 3px 1.25px #c47f2f;
    margin: 10px 0 !important;
    border: 5px solid var(--border-color) !important;
    vertical-align: text-bottom !important;
    border-radius: 5px !important;
    margin: 0 0 20px;
}
 
.rail-module h2, .WikiaRail .module h2 {
    border-bottom: 2px solid var(--border-color)!important;
    font-size: 11pt !important;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    align-items: center;
    display: block;
}


#WikiaRail .rail-module {
    color:var(--default-text-color);
}

/*Actividad Wiki Modena*/
.WikiaRail .module h2 {
    border: 5px;
    padding-left: 0;
    border-bottom: 5px #ff0000 solid!important;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


/*Custom highlighting code*/
/*** Works on common browsers ***/
::selection {
    background-color: #00ff33;
    color: blue;
}
 
/*** Mozilla based browsers ***/
::-moz-selection {
    background-color:#00ff33;
    color: var(--border-color);
}
 
/***For Other Browsers ***/
::-o-selection {
    background-color: #00ff33;
    color: #fff;
}
 
::-ms-selection {
    background-color: #00ff33;
    color: #fff;
}
 
/* Las notificaciones en la parte inferior del sitio web */
.WikiaNotifications li div {
    box-shadow: none;
    max-width: 200px;
    padding: 16px;
    background:yellow;
}
 
.WikiaNotifications li div a {
    font-weight: bold;
}
 
.WikiaNotifications li div a:hover {
    filter: brightness(85%);
    transition: .3s;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #00ff33;
    color: #fff;
}

.mainpage .WikiaPage .page-header__title,
.mainpage .WikiaPage .page-header__separator {
	display: none;
}
 
/********************************/
/*     Wikis Aliadas Opacity    */
/********************************/
.opacity img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.opacity img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}
.img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 
.img:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}
 
/**************************************/
/*    FIN de Wikis Aliadas Opacity    */
/**************************************/
Advertisement