Wiki DokkanBattleFR
Wiki DokkanBattleFR
mAucun résumé des modifications
Balise : Modification en mode source
mAucun résumé des modifications
Balise : Modification en mode source
Ligne 1 : Ligne 1 :
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Template.css|MediaWiki:Module.css");
 
 
 
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
 
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
 
display:block !important;
 
display:block !important;

Version du 22 août 2020 à 00:52

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
    display:block !important; 
}

/* Alignement à droite des widgets à droite des pages */
.rcs-container {
  text-align: right;
}

.wikia-slideshow-images-wrapper.accent,
.wikia-slideshow-images.neutral {
    background: transparent;
    color: inherit;
}
.wikia-slideshow-images-wrapper.accent {
    padding: 0;
}
/*.wikia-slideshow-images.neutral {
    border: 5px solid rgb(37,146,209);
}
*/
.fadeout img:hover {
	opacity:0;
}
.fadeout img:active {
	opacity:0;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > :nth-child(2) {
	visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
}

/* Style of tabber */
ul.tabbernav li {
    margin: 3px 0 !important;
    display: inline-grid !important;
}

ul.tabbernav li a {
    border:none !important;
    background: #ffffff !important;
    font-family: Helvetica !important;
    font-size: 12px !important;
    color: #444444 !important;
    font-weight: 300 !important;
    margin:0 !important;
    padding:2px 12px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 13px !important;
    cursor:default;
}
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;
}

.tabberlive .tabbertab {
    border: none !important;
    border-radius: 1px;
    background: #ffffff;
    padding: 0 !important;
}
ul.tabbernav {
    background: transparent !important;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
    text-align:center;
    margin: 0 0 -5px 0 !important;
}
ul.tabbernav li a:active {
    background: #ffffff !important;
}
ul.tabbernav li.tabberactive a {
    background:linear-gradient(#6FB3F4, #2687F7) !important;
    color:#ffffff !important;
}
ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#5198F6, #1D6EDD) !important;
    color:#ffffff !important;
}

.charactersTabber .tabbertab {
    padding: 2px 0 !important;
}

.Aptitudes .tabbertab {
    padding: 0 !important;
}

/* Endstyle of tabber */


@-webkit-keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: inherit;
  }
}
@-moz-keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: inherit;
  }
}
@keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: inherit;
  }
}
.fadeIt {
  -webkit-animation: yellow-fade 1s ease-in-out 0s;
  -moz-animation: yellow-fade 1s ease-in-out 0s;
  -o-animation: yellow-fade 1s ease-in-out 0s;
  animation: yellow-fade 1s ease-in-out 0s;
}


.grayscale img:hover  {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}

.grayscale img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* Change color's  name */
/* Fondateur */
a[href$=":Trunksuu777"] { 
    color:#9932CC  !important; 
}

a[href$=":Nordax974"] { 
    color:#000080  !important; 
}

/* Administrateur */
a[href$=":KowaiSSJ"],
a[href$=":Matt2905"] { 
    color:#ee7600 !important; 
}

/* Escouade Team Builder */
a[href$=":Spatch13"],
a[href$=":Vippirr"] { 
    color:#098B3D !important; 
}
/* End change color's name */

#flytabs_RoyaleBattle ul.tabs {
    text-align: center;
}
#flytabs_RoyaleBattle ul.tabs li {
    float: none !important;
    display: inline;
}
#flytabs_RoyaleBattle ul.tabs li:nth-child(7):after { 
     content: "\A";
     white-space: pre; 
}
#flytabs_RoyaleBattle ul.tabs li:nth-child(14):after { 
     content: "\A";
     white-space: pre; 
}
#flytabs_RoyaleBattle ul.tabs li:nth-last-child(3):after { 
     content: "\A";
     white-space: pre; 
}