Paragon Wiki
No edit summary
No edit summary
Line 3: Line 3:
 
body.skin-oasis {
 
body.skin-oasis {
 
background-color: #112027;
 
background-color: #112027;
background-image: url("https://vignette4.wikia.nocookie.net/paragonthegame/images/1/1d/Background_New_Dawn.jpg/revision/latest?cb=20170804000119");
+
background-image: url("https://vignette.wikia.nocookie.net/paragonthegame/images/6/63/Winterfest2017Background.png/revision/latest?cb=20171212145709");
 
background-repeat: no-repeat ;
 
background-repeat: no-repeat ;
 
background-size: cover ;
 
background-size: cover ;

Revision as of 14:57, 12 December 2017

body.skin-oasis {
    background-color: #112027;
    background-image: url("https://vignette.wikia.nocookie.net/paragonthegame/images/6/63/Winterfest2017Background.png/revision/latest?cb=20171212145709");
    background-repeat: no-repeat ;
    background-size: cover ;
    background-attachment: fixed;
}

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}
.gallery-image-wrapper {
    background: rgba(0,0,0,0); 
    border: 1px solid #cccccc;
}
 /***** Portable Infobox - styles for new class names *****/
/***** (changes to be announced soon) *****/


.portable-infobox .pi-header  {
  line-height: 10px;
  font-family: 'Raleway', sans-serif;
  background-color: #6b5822 ;
  text-align: center;
  color: white;
}

.portable-infobox .pi-title  {
 line-height: 12px;
 background-color: #6b5822 ;
 text-align: center;
 color: white;
}

.portable-infobox .pi-navigation {
    background-color: #1e1e1e;
    text-align: center;
    border-radius: 0px 0px 27px 27px;
}

.portable-infobox.pi-background {
   background-color: #1e1e1e;
}  

.portable-infobox {
    background-color: #1e1e1e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #676767;
    color: #c5c5c5;
    font-size: 90%;
    width: 270px;
    
}

.wikia-menu-button {
    background-color: #937b34;
    text-decoration: none;
    background-image: none;
}

#WikiaRail .module {
    border:2px solid #937b34 !important;
    border-radius:8px;
    margin-right:4px;
    margin-left:6px;
    background-color: #1e1e1e;
    background-image:url('http://vignette4.wikia.nocookie.net/paragonthegame/images/8/8c/Paragonbackground.png/revision/latest?cb=20160731153617') !important;
    background-position:bottom !important;
    background-repeat:no-repeat;
}
#WikiaRail .module h1 {
    padding-bottom:2px;
    border-bottom:2px solid #937b34;
}
#WikiaRail .module .more {
    position:absolute;
    right:0px;
    bottom:0px;
    background: #937b34;
    color:#fff;
    padding:4px;
    border-radius:8px 0 4px 0;
}
.LatestPhotosModule .carousel-container {
    margin-bottom:10px;
}   

section.WikiaActivityModule ul li img.sprite {
    display:none !important;
}
section.WikiaActivityModule ul li {
    background-image:url('http://vignette3.wikia.nocookie.net/paragonthegame/images/f/f2/Paragonicon.png/revision/latest?cb=20160731153035') !important;
    background-position:left !important;
    background-repeat:no-repeat !important;
}
/* END */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #937b34;
    text-decoration: none;
    background-image: none;
    box-shadow: 0 0 2px #444;
}

a.subnav-2a:hover {
    box-shadow: 0 0 6 #000 inset;
    border-radius: 4px;
    text-decoration: none !important;
    transition: 0.4s;
}

.WikiaPage {
 -moz-border-radius:10px !important;
 -webkit-border-radius:10px !important;
 border-radius:10px !important;
 -moz-box-shadow:0 0 40px black !important;
 -webkit-box-shadow:0 0 40px black !important;
 box-shadow:0 0 40px black !important;
}
 
.WikiHeader .navbackground {
    background-image: url(/wiki/Special:Filepath?file=Navbarbackground.png);
}
 
.WikiHeader .navbackground div {
    background-color: transparent;
}
 
.WikiHeader > nav li.marked > a {
    padding: 1px 15px 0 15px;
    margin: 0 0 1px;
}
.WikiHeader > nav li.marked {
    border-top-left-radius: 30;
    border-top-right-radius: 30;
    background: #937b34;
}

/*Galleries*/
 
.gallery-box-contents {
     margin-top: -15px;
     border-style: none;
}
 
.gallery-box-contents .items {
     text-align: center;
     border-style: none;
     margin-left: -16px;
}
 
.gallery-box-contents .item {
     display: inline-block;
     border-style: none;
     width: 150px;
     vertical-align: central;
     margin-bottom: 14px;
     margin-left: 16px;
     
}
 
.gallery-box-contents img {
     margin-bottom: 7px;
     border-style: none;
}

/*lightable Zebra */
 .lighttable, .darktable {
  border:2px solid #35C8EA; padding:5px; font-size:.93em;
  background-color: #D8D8D8; margin:.5em 0 1em .5em;
  
} 
.lighttable th, .darktable th { background-color:#1A6E86; padding:0 0.5em; color: white;}
.alt { background-color:#f4f8f7; }
.zebra > tbody > tr:nth-child(2n+1) { background-color:#EEEEEC; 
}


/* Main CSS class of the tooltip */
.main-tooltip {
    border: solid 1px rgb(219,189,104);
    padding: 0px;
    background-color: rgba(0,0,0,0.8);
}

.hero-tooltip {
    padding: 0px !important;
    background-color: transparent
}
/* Adds padding to the wrapper to make space for a shadow + z-index so tooltips are visible over edit preview screen */
#tooltip-wrapper {
    padding: 3px 7px 2px 3px;
    z-index: 6000000;
}

/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}

.tooltips-init-complete {
    cursor: help;
}

.grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.grow {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.grow:hover {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.grow img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.grow:hover img{
    -ms-transform: matrix(1.04, 0, 0,1.04, 0, -2);
    -webkit-transform: matrix(1.04, 0, 0,1.04, 0, -2);
     transform: matrix(1.04, 0, 0,1.04, 0, -2);
}

.herobox {
    margin: auto;
    clear: left; 
    margin-right:0px;
}
.Newhero:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.6);
-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.6);
box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.6);
}
.Newhero:hover img {
     -ms-transform: matrix(1, 0, 0,1, 0, -6);
    -webkit-transform: matrix(1, 0, 0,1, 0, -6);
     transform: matrix(1, 0, 0,1, 0, -6);
}

/* Custom Tabber style*/

.tabbertab {
    border: none !important;
}
.tabbertab-borderless .tabbertab  {
    padding: 0 !important;
}
.tabberlive {
	border-image: url(/wiki/Special:Filepath?file=border-mainbox.png) fill 22 27 repeat;
    border-width: 22px 27px;
    border-bottom: 22px solid transparent;
    border-style: solid;
}
.tabbertab-borderless .tabberlive  {
    border: none;
    padding: 0;
    margin-top: 0;
}
.tabbernav {
    border: none !important;
    margin-top: 5px;
    transition: all .3s !important;
}

.cardtabber ul.tabbernav {
    background:linear-gradient(#08080800, #1e1e1e);
    margin-left: 9px !important;
}
ul.abilitytabber li a {
    background: #00000 !important;
}
 ul.tabbernav li a {
    background-color: #000 !important;
    background-image: url(/wiki/Special:Filepath?file=Ability_background.jpg);
    color: white !important;
    border: none !important;
    /*font-family: Raleway;*/
    /*font-weight: 300 !important;*/
    margin: 0 !important;
    padding: 5px 12px !important;
    font-size: 1.75em !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    cursor:default;
    transition: all .3s !important;
}

.cardtabber ul.tabbernav li a {
    font-size: 1em !important;
    padding: 5px 10px !important;
}
.tabbertab-borderless ul.tabbernav li a  {
    margin: 0;
    padding: 0;
}
.skintabber ul.tabbernav li a {
    font-size: 1.5em !important;
    padding: 2px 7px !important;
}

.skintabber ul.tabberlive {
    padding: 0px 5px !important;
}

ul.tabbernav li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.tabbernav li:last-of-type a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
ul.tabbernav {
    background: transparent;
    border: none !important;
    padding: 3px 0 !important;
    text-align:center;
    margin: 0 0 0 0 !important;
}

.tabbertab-borderless ul.tabbernav {
    padding: 0;
}
ul.tabbernav li a:active {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

.skintabber ul.tabbernav li.tabberactive a {
    background: #1e1e1e !important;
    color: #dbbd68 !important;
}

.skintabber ul.tabbernav li.tabberactive a:active {
    background: #1e1e1e !important;
    color: #dbbd68 !important;
}
ul.tabbernav li.tabberactive a {
    background:linear-gradient(#dbbd68, #d2ad46) !important;
    /*font-weight: 300 !important;*/
    color: #ffffff !important;
}
ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#d2ad46, #b9932d) !important;
    /*font-weight: 300 !important;*/
    color: #ffffff !important;
}

/*Green Tabber*/
.greentabber ul.tabbernav li.tabberactive a {
    background:linear-gradient(#739628, #5d7920) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}
.greentabber ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#5d7920, #3e5115) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}

/*Purple Tabber*/
.purpletabber ul.tabbernav li.tabberactive a {
    background:linear-gradient(#370646, #25042f) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}
.purpletabber ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#25042f, #120217) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}

/*Red Tabber*/
.redtabber ul.tabbernav li.tabberactive a {
    background:linear-gradient(#db3d35, #c32a22) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}
.redtabber ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#c32a22, #98211b) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}
/*Blue Tabber */
.bluetabber ul.tabbernav li.tabberactive a {
    background:linear-gradient(#2396c2, #1c7497) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}
.bluetabber ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#1c7497, #14536c) !important;
    /*font-weight: 300 !important;*/
    color: white !important;
}


.page-Affinities h2 {
    border-bottom: none;
}

hr {
    border: 0;
    background-image: url(/wiki/Special:Filepath?file=hr-mainbox.png);
    background-position: center;
    background-color: transparent;
    height: 18px;
}

/*Hero Specific Backgrounds*/

body.page-Aurora, .Auroraback {background-image: url(/wiki/Special:Filepath?file=Background_Aurora.jpg)}
body.page-Crunch, .Crunchback {background-image: url(/wiki/Special:Filepath?file=Background_Crunch.jpg)}
body.page-Countess, .Countessback {background-image: url(/wiki/Special:Filepath?file=Background_Countess.jpg)}
body.page-Dekker, .Dekkerback{background-image: url(/wiki/Special:Filepath?file=Background_Dekker.jpg)}
body.page-Drongo, .Drongoback{background-image: url(/wiki/Special:Filepath?file=Background_Drongo.jpg)}
body.page-Gadget, .Gadgetback {background-image: url(/wiki/Special:Filepath?file=Background_Gadget.jpg)}
body.page-Gideon, .Gideonback {background-image: url(/wiki/Special:Filepath?file=Background_Gideon.jpg)}
body.page-Greystone, .Greystoneback {background-image: url(/wiki/Special:Filepath?file=Background_Greystone.jpg)}
body.page-GRIM_exe, .GRIM_exeback {background-image: url(/wiki/Special:Filepath?file=Background_Grimexe.jpg)}
body.page-Grux, .Gruxback {background-image: url(/wiki/Special:Filepath?file=Background_Grux.jpg)}
body.page-Feng_Mao, .Feng_Maoback {background-image: url(/wiki/Special:Filepath?file=Background_Feng_Mao.jpg)}
body.page-Howitzer, .Howitzerback {background-image: url(/wiki/Special:Filepath?file=Background_Howitzer.jpg)}
body.page-Iggy_and_Scorch, .Iggy_and_Scorchback {background-image: url(/wiki/Special:Filepath?file=Background_Iggy_and_Scorch.jpg)}
body.page-Kallari, .Kallariback {background-image: url(/wiki/Special:Filepath?file=Background_Kallari.jpg)}
body.page-Khaimera, .Khaimeraback {background-image: url(/wiki/Special:Filepath?file=Background_Khaimera.jpg)}
body.page-Kwang , .Kwangback{background-image: url(/wiki/Special:Filepath?file=Background_Kwang.jpg)}
body.page-Lt_Belica, .Lt_Belicaback {background-image: url(/wiki/Special:Filepath?file=Background_Lt_Belica.jpg)}
body.page-Morigesh, .Morigeshback {background-image: url(/wiki/Special:Filepath?file=Background_Morigesh.jpg)}
body.page-Murdock, .Murdockback {background-image: url(/wiki/Special:Filepath?file=Background_Murdock.jpg)}
body.page-Muriel, .Murielback {background-image: url(/wiki/Special:Filepath?file=Background_Muriel.jpg)}
body.page-Narbash, .Narbashback {background-image: url(/wiki/Special:Filepath?file=Background_Narbash.jpg)}
body.page-Phase, .Phaseback{background-image: url(/wiki/Special:Filepath?file=Background_Phase.jpg)}
body.page-Rampage, .Rampageback {background-image: url(/wiki/Special:Filepath?file=Background_Rampage.jpg)}
body.page-Revenant, .Revenantback {background-image: url(/wiki/Special:Filepath?file=Background_Revenant.jpg)}
body.page-Riktor, .Riktorback {background-image: url(/wiki/Special:Filepath?file=Background_Riktor.jpg)}
body.page-Serath, .Serathback {background-image: url(/wiki/Special:Filepath?file=Background_Serath.jpg)}
body.page-Sevarog, .Sevarogback {background-image: url(/wiki/Special:Filepath?file=Background_Sevarog.jpg)}
body.page-Shinbi, .Shinbiback {background-image: url(/wiki/Special:Filepath?file=Background_Shinbi.jpg)}
body.page-Sparrow, .Sparrowback {background-image: url(/wiki/Special:Filepath?file=Background_Sparrow.jpg)}
body.page-Steel, .Steelback {background-image: url(/wiki/Special:Filepath?file=Background_Steel.jpg)}
body.page-Terra, .Terraback {background-image: url(/wiki/Special:Filepath?file=Background_Terra.jpg)}
body.page-The_Fey, .The_Feyback {background-image: url(/wiki/Special:Filepath?file=Background_The_Fey.jpg)}
body.page-TwinBlast, .TwinBlastback {background-image: url(/wiki/Special:Filepath?file=Background_TwinBlast.jpg)}
body.page-Wraith, .Wraithback {background-image: url(/wiki/Special:Filepath?file=Background_Wraith.jpg)}
body.page-Wukong, .Wukongback {background-image: url(/wiki/Special:Filepath?file=Background_Wukong.jpg)}
body.page-Yin, .Yinback {background-image: url(/wiki/Special:Filepath?file=Background_Yin.jpg)}
body.page-Zinx, .Zinxback {background-image: url(/wiki/Special:Filepath?file=Background_Zinx.jpg)}