LDH Girls Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('//dev.wikia.com/load.php?debug=false&lang=en&mode=articles&articles=u:dev:MediaWiki:FandomizedCategoryExhibition/code.css&only=styles');
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css");
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:UCPEditorMinimal/code.css&only=styles";

/* Font body */
body {
    font-family:'Source Sans Pro' !important;
}

.WikiaPage h1, .WikiaPage h2, .WikiaPage h3, .WikiaPage h4, .WikiaPage h5, .WikiaPage h6 {
    font-family:'Noto Serif JP';
}

/*Headings*/
.WikiaArticle h2 {
    font-family: 'Noto Serif JP', sans-serif !important;
    font-size: 26px;
    line-height: 30px;
    border-bottom: solid 3px #C2AB57;
    padding-bottom: 5px;
}
.WikiaPage .heading {
    font-family: 'Noto Serif JP', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 33px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    color:#f79fc8;
}

/***********************************************************************/
/* Background (Credits to UtauSteam) */
@media screen and (min-width: 1025px) { 
    body.skin-oasis {
        background-image: linear-gradient(to right,#FFE9F5,#FFE9F5,#fff,#fff,#fff,#fff,#fff,#fff,#FDDCDF,#FDDCDF);
}
.WikiaPage .WikiaPageContentWrapper {
        background: transparent;
position: relative;
} 
.WikiaPage .WikiaPageContentWrapper::before {
opacity: 0.10;
        background:#fff url("https://i.imgur.com/snL3qfx.png") center fixed;
content: "";
      	position: absolute;
      	top: 0;
      	right: 0;
      	bottom: 0;
      	left: 0;
z-index: -1;
}
}

@media screen and (min-width: 1025px) {
.page-Happiness .WikiaPage .WikiaPageContentWrapper::before,
.page-Happiness_Gallery .WikiaPage .WikiaPageContentWrapper::before {
    opacity: 0.07;
    background: #000 url("https://static.wikia.nocookie.net/e-girls/images/0/0f/Happiness_10th_Anniversary.png/revision/latest?cb=20210209050257&format=original") top center fixed !important;
}

/* Header background (dev, Jiaer) */
header.wds-community-header {
        background-image: url("") !important;
        background-position: right center !important;
        background-size: auto !important;
}
 
.wds-community-header::before {
background:linear-gradient(to right,rgba(252, 229, 241, 0.8),rgba(252, 229, 241, 0.8),rgba(247, 210, 213, 0.8),rgba(247, 210, 213, 0.8)),linear-gradient(to left,rgba(247, 210, 213, 0) 250px,#0000 430px) !important
}

/* Hovers */
.hoverimage img {
   transition: all 0.6s ease;
   opacity: 1;
   filter: alpha(opacity=100);
}
 
.hoverimage img:hover {
   opacity: 0.8;
   filter: alpha(opacity=80);
   transform:scaleX(0.95) scaleY(0.95);
}

.increase img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.6s ease;
}
 
.increase img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform:scaleX(1.05) scaleY(1.05);
}

/* Credit to fategrandorder.wikia.com */
.spanse, .spancr, .spanmm, .spanen, .spanqunew, .spansk{
float:left;
display: block;
position: relative;
z-index: 99;
}
 
.spanse2, .spancr2, .spanmm2, .spanen2, .spanqunew2, .spansk2{
transition-duration: 1s;
transition-timing-function: ease-out;
display: block;
position: absolute;
z-index: 100;
}
 
.spanse2, .spancr2, .spanmm2, .spanen2, .spanqunew2, .spansk2 {
opacity: 0;
}
 
.spanse2:hover, .spanmm2:hover, .spanen2:hover, .spancr2:hover , .spanqunew2:hover, .spansk2:hover{
opacity: 100;
} 
 
.grayscalehover {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grayscalehover:hover {
  -webkit-filter: invert(100%);
}
 
.hoverspin img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.6s ease;
}
 
.hoverspin img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
     -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
button {
    border-radius: 0;
}
 
a.wikia-button:hover,
.wikia-single-button a:hover,
.wikia-menu-button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
button:hover {
    border-radius: 0;
}
 
a.wikia-button.active,
a.wikia-button:active,
.wikia-single-button a.active,
.wikia-single-button a:active,
.wikia-menu-button.active,
.wikia-menu-button:active,
input[type="submit"].active,
input[type="submit"]:active,
input[type="reset"].active,
input[type="reset"]:active,
input[type="button"].active,
input[type="button"]:active,
.button.active,
.button:active,
button.active,
button:active {
    border-radius: 0;
}
 
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input[type="submit"].secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary {
    border-radius: 0;
}
 
a.wikia-button.secondary:hover,
.wikia-single-button a.secondary:hover,
.wikia-menu-button.secondary:hover,
input[type="submit"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="button"].secondary:hover,
.button.secondary:hover {
    border-radius: 0;
}
 
a.wikia-button.secondary.active,
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 {
    border-radius: 0;
}
 
.EditPage .cke_button > a {
    border-radius: 0;
}
 
.wikia-menu-button,
button.wikia-button {
    border-radius: 0;
}
 
.wikia-menu-button > a,
.wikia-menu-button .drop {
    border-radius: 0;
}
 
.wikia-button.talk.comments {
    border-radius: 0;
}

ul.tabbernav {font-family: Inter, sans-serif !important; font-weight:bold !important; padding:5px 0px !important; border: none  !important; }

ul.tabbernav li a {padding:5px 5px !important; margin-left:0px !important; border:0 !important; background: transparent !important; transition-duration: 1s !important; transition-timing-function: ease-out !important;}

ul.tabbernav li a:link {color:#444444   !important; border-bottom: 2px solid #002A32  !important; margin-right: 2px !important;}

ul.tabbernav li a:visited {color: #444444  !important; border-bottom: 2px solid #002A32  !important; margin-right: 2px !important;}

ul.tabbernav li a:hover {color:#444444 !important; border-bottom: 2px solid #ea609e  !important; background-color: transparent !important;  margin-right: 2px !important; transition-duration: 1s !important; transition-timing-function: ease-out !important;}

ul.tabbernav li.tabberactive a {color:#444444 !important; border-bottom: 2px solid #ed076e  !important; background-color: transparent !important;  margin-right: 2px !important;}

ul.tabbernav li.tabberactive a:hover {border-bottom: 2px solid #a775ed  !important;  margin-right: 2px !important;}

.tabberlive .tabbertab {border:0px solid transparent  !important; border-top:0 !important;}

/*.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #EA609E !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #EA609E !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(234, 96, 158, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}*/

/* Wordmark (Jiaer) */
.wds-community-header__wordmark img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1.5s ease;
}
.wds-community-header__wordmark img:hover {
   opacity: 0.5;
    filter: alpha(opacity=50);
     -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* Link Hover (ITZY wiki) */
a {
    -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:hover {
    color:#C2AB57;
    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;
}

/* Scroll Bar (from Hailee Steinfeld wiki)*/
::-webkit-scrollbar {
  background:#fce8f1;
}
 
::-webkit-scrollbar-thumb {
  background:#ea609e !important;
}
 
::-webkit-scrollbar-thumb:hover {
  background:#ea609e !important;
}
::-webkit-scrollbar-thumb {
  width:auto !important;
}

/* Image slider */
.cslider {
  background-color: #000;
  color: #fff;
  display: flex;
  height: 415px;
  margin: auto;
  overflow: hidden;
  position: relative;
  transition: background-color 400ms ease;
  width: 670px;
}
 
.cslider ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
 
.cslider ul li {
  list-style: none;
  margin: 0 !important;
}
 
.cslider ul li img {
  width: 670px;
}
 
.cslider figure {
  height: 406px;
  overflow: hidden;
  margin: 0 !important;
}
 
.cslider figcaption {
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  height: 31px;
  padding: 3px 12px;
}
 
.cslider-prev,
.cslider-next {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  transform: scaleX(2);
}
 
.cslider-prev {
  left: 15px;
}
 
.cslider-next {
  right: 15px;
}
 
.cslider-caption {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  box-sizing: border-box;
  height: 90px;
  padding: 10px 15px;
  position: absolute;
  width: 670px;
  z-index: 10;
}
 
.cslider-caption h2 {
  border: none;
  font-size: 16px !important;
  font-weight: 700;
}
 
.cslider-caption p {
  font-size: 12px;
}
 
.cslider-caption a {
  background-color: #EA609E;
/*  background-image: -moz-linear-gradient(top, #f5b4d3 35%, #ef87b9 65%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #f5b4d3), color-stop(65%, #ef87b9));
  background-image: -o-linear-gradient(top, #f5b4d3 35%, #ef87b9 65%);
  background-image: -ms-linear-gradient(top, #f5b4d3 35%, #ef87b9 65%);
  border: 1px solid #ef87b9;
  border-radius: 4px;*/
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: none !important;
  line-height: 20px;
  padding: 0 10px;
  margin-top: 5px;
}
 
.cslider-caption p,
.cslider-caption h2 {
  line-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
}
 
.cslider-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin: auto;
  padding: 5px 0;
  position: relative;
  width: 670px;
  z-index: 50;
}
 
.cslider-nav .active {
  border: 1px solid #fff;
}
 
.cslider-thumbs {
  height: 40px;
}
 
.cslider-thumbs img {
  border: 1px solid #444;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  height: 40px;
}

#SliderView {
  background: transparent;
  width: 100%;  
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}
#SliderWrapper {
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
  -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
  transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
#SliderWrapper, #SliderWrapper ul, #SliderWrapper li, #NavBtns, #NavBtns ul {
  margin: 0px;
  padding: 0px;
}
#NavBtns li {
  margin: 0px;
}

.Sld {
  height: auto;
  list-style: none;
  display: inline;
  float: left;
}

.SlideIMG {
  width: 100%;
}
.SlideIMG img {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 100%; 
  min-height: 100%; 
  position: relative;  
}

#NavBtns {
  position: absolute; 
  display: block;
}
.NavBtn {
  position: relative;
  display: block;
  top: 0px;
  width: auto;
  height: auto;
  list-style: none;
  margin: 0px;
  background: transparent;
}

.nmLeft {
  height: 100%;
  left: 0px;
  background: linear-gradient(to right, rgba(61,61,61,0.8), rgba(61,61,61,0.8),  transparent);
}
.nmLeft li {
  list-style: none;   
  padding: 10px 100px 10px 10px;
}
.nmLeft li:hover {
  cursor: pointer;
  background: linear-gradient(to right, rgba(81,81,81,0.8), rgba(81,81,81,0.8),  transparent);
}

.nmRight {
  height: 100%;
  right: 0px;
  background: linear-gradient(to left, rgba(61,61,61,0.8), rgba(61,61,61,0.8),  transparent);
  text-align: left;
}
.nmRight li {
  list-style: none;   
  padding: 10px 10px 10px 100px;
}
.nmRight li:hover {
  cursor: pointer;
  background: linear-gradient(to left, rgba(81,81,81,0.8), rgba(81,81,81,0.8),  transparent);
}

.nmTop {
  width: 100%;
  top: 0px;
  background: linear-gradient(to bottom, rgba(61,61,61,0.8), rgba(61,61,61,0.8),  transparent);
  text-align: left;
}
.nmTop li {
  display: inline-block;
  list-style: none;   
  padding: 10px 10px 20px 10px;
}
.nmTop li:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(81,81,81,0.8), rgba(81,81,81,0.8),  transparent);
}

.nmBottom {
  width: 100%;
  bottom: 0px;
  background: linear-gradient(to top, rgba(61,61,61,0.8), rgba(61,61,61,0.8),  transparent);
  text-align: left;
}
.nmBottom li {
  display: inline-block;
  list-style: none;   
  padding: 20px 10px 10px 10px;
}
.nmBottom li:hover {
  cursor: pointer;
  background: linear-gradient(to top, rgba(81,81,81,0.8), rgba(81,81,81,0.8),  transparent);
}

.nbActiveLeft {
  background: linear-gradient(to right, rgba(111,111,111,0.8), rgba(111,111,111,0.8),  transparent);
}
.nbActiveRight {
  background: linear-gradient(to left, rgba(111,111,111,0.8), rgba(111,111,111,0.8),  transparent);
}
.nbActiveTop {
  background: linear-gradient(to bottom, rgba(111,111,111,0.8), rgba(111,111,111,0.8),  transparent);
}
.nbActiveBottom {
  background: linear-gradient(to top, rgba(111,111,111,0.8), rgba(111,111,111,0.8),  transparent);
}

/*Infoboxes*/
.pi-data-label, .pi-title, .pi-header {
 font-family: 'Noto Serif JP', serif;
}

.portable-infobox {
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.portable-infobox {
    float: right;
    margin: 0 0 5px 5px;
    padding: 0px 0px;
}

.portable-infobox .pi-background {
    background-color: #fce8f1;
    width: 250px;
}

.portable-infobox .pi-font {
    font-size: 12px;
}

.pi-title, .pi-header, 
.pi-horizontal-group .pi-header {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 3px #3d3d3d, 0 0 3px #3d3d3d;
}

.pi-image-thumbnail {
    max-width: 270px;
    max-height: 500px;
    width: auto;
    height: auto;
}

.portable-infobox ul.pi-image-collection-tabs {
    margin: 0;
}

.portable-infobox .pi-image-collection-tabs li {
  color: black;  
  font-size: 10px; 
  text-align: center;
  font-family:'Roboto Condensed';
}

.portable-infobox .pi-image-collection-tabs .current {
  color: black;
  font-size: 10px;
  text-align: center;
  font-family:'Roboto Condensed';
}

/*Groups/Members Themes*/
.pi-theme-egfamily .pi-title,
.pi-theme-egfamily .pi-secondary-background {
   background: linear-gradient(90deg, #485563, #29323c);
}

.pi-theme-egirls .pi-title,
.pi-theme-egirls .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/f/fb/Egirls_infoboxbg.png/revision/latest");
  /* background: linear-gradient(90deg, #485563, #29323c); */
}

.pi-theme-dream .pi-title,
.pi-theme-dream .pi-secondary-background {
  background: #fff url("https://static.wikia.nocookie.net/e-girls/images/d/d6/Dream_infoboxbg.png/revision/latest");
  /* background: linear-gradient(90deg, #485563, #29323c); */
}

.pi-theme-ami .pi-title,
.pi-theme-ami .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/7/7c/Ami_infoboxbg.png/revision/latest");
  /* background-color: #fe9baf; */
}

.pi-theme-shizuka .pi-title,
.pi-theme-shizuka .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/3/35/Shizuka_infoboxbg.png/revision/latest");
  /* background-color: #31cdff; */
}

.pi-theme-aya .pi-title,
.pi-theme-aya .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/5/5c/Aya_infoboxbg.png/revision/latest");
}

.pi-theme-happiness .pi-title,
.pi-theme-happiness .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/c/cd/Happiness_infoboxbg.png/revision/latest");
 /*  background-color: #000; */
}

.pi-theme-flower .pi-title,
.pi-theme-flower .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/b/b1/Flower_infoboxbg.png/revision/latest");
  /* background: linear-gradient(90deg, #485563, #29323c); */
}
/*
.pi-theme-manami .pi-title,
.pi-theme-manami .pi-secondary-background {
   background: linear-gradient(90deg, #a770ef, #cf8bf3, #fdb99b);
}*/

.pi-theme-reina .pi-title,
.pi-theme-reina .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/1/15/Rei_infoboxbg.png/revision/latest");
  /* background-color: #A781E0; */
}

.pi-theme-shuukaren .pi-title,
.pi-theme-shuukaren .pi-secondary-background {
   background: linear-gradient(90deg, #485563, #29323c);
}

.pi-theme-dep .pi-title,
.pi-theme-dep .pi-secondary-background {
   background: linear-gradient(90deg, #485563, #29323c);
}

.pi-theme-syy .pi-title,
.pi-theme-syy .pi-secondary-background {
  background: #fff url("https://static.wikia.nocookie.net/e-girls/images/5/59/Syy_infoboxbg.png/revision/latest");
  /* background: linear-gradient(90deg, #485563, #29323c); */
}

.pi-theme-ckay .pi-title,
.pi-theme-ckay .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/c/c7/Ckay_infoboxbg.png/revision/latest");
  /* background-color: #accee2; */
}

.pi-theme-leola .pi-title,
.pi-theme-leola .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/2/26/Leola_infoboxbg.png/revision/latest");
  /* background-color: #5378D9; */
}

.pi-theme-iscream .pi-title,
.pi-theme-iscream .pi-secondary-background {
   background: #fff url("https://static.wikia.nocookie.net/e-girls/images/f/f3/Iscream_infoboxbg.png/revision/latest");
  /* background: linear-gradient(90deg, #3E526D, #794C6D); */
}

.pi-theme-solo .pi-title,
.pi-theme-solo .pi-secondary-background {
   background: linear-gradient(90deg, #feac5e, #c779d0, #4bc0c8);
}

.pi-theme-other .pi-title,
.pi-theme-other .pi-secondary-background {
   background: linear-gradient(90deg, rgba(134,27,92,1) 0%, rgba(84,27,134,1) 61%, rgba(18,89,167,1) 100%);
}

.pi-theme-former .pi-title,
.pi-theme-former .pi-secondary-background {
   background: linear-gradient(90deg, #485563, #29323c);
}

/*Concurrent Happiness/E-girls Theme*/
.pi-theme-conc1 .pi-title,
.pi-theme-conc1 .pi-secondary-background {
   background: linear-gradient(to right, #000, #ff0969);
}

/*Concurrent Flower/E-girls Theme*/
.pi-theme-conc2 .pi-title,
.pi-theme-conc2 .pi-secondary-background {
   background: linear-gradient(to right, #443473, #ff0969);
}

/*Concurrent E-girls/Sudannayuzuyully Theme*/
.pi-theme-conc3 .pi-title,
.pi-theme-conc3 .pi-secondary-background {
   background: linear-gradient(to right, #ff0969, #ffc602);
}

/*Concurrent Happiness/E-girls/Sudannayuzuyully Theme*/
.pi-theme-conc4 .pi-title,
.pi-theme-conc4 .pi-secondary-background {
   background: linear-gradient(to right, #000, #ff0969, #ffc602);
}

/* Navigation Bar Hover - Credits to DubuHasBeenSnatched */
@keyframes topnav-Dropdown {
    0%{opacity: 0; top: 30px;}
    100%{opacity: 1; top: 40px;}
}
@-webkit-keyframes topnav-Dropdown {
    0%{opacity: 0; top: 30px;}
    100%{opacity: 1; top: 40px;}
}
@keyframes Dropdown {
    0%{opacity: 0; transform: translateX(-10px);}
    100%{opacity: 1; transform: translateX(0);}
}
@-webkit-keyframes Dropdown {
    0%{opacity: 0; transform: translateX(-10px);}
    100%{opacity: 1; transform: translateX(0);}
}
@keyframes global-Dropdown {
    0%{opacity: 0; top: 45px;}
    100%{opacity: 1;}
}
@-webkit-keyframes global-Dropdown {
    0%{opacity: 0; top: 45px;}
    100% {opacity: 1;}
}
@keyframes contribution-Dropdown {
    0%{opacity: 0; top: 25px;}
    100%{opacity: 1; top: 35px;}
}
@-webkit-keyframes contribution-Dropdown {
    0%{opacity: 0; top: 25px;}
    100%{opacity: 1; top: 35px;}
}
@-webkit-keyframes searchsuggestions-Dropdown {
    0%{top: 80%; opacity: 0;}
    100%{top: calc(1px+100%); opacity: 1;}
}
@keyframes searchsuggestions-Dropdown {
    0%{top: 80%; opacity: 0;}
    100%{top: calc(1px+100%); opacity: 1;}
}
.wds-icon-tiny {
    transition: transform 0.2s;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown .wds-dropdown__content {
    animation: topnav-Dropdown 0.2s;
    -webkit-animation: topnav-Dropdown 0.2s;
    -moz-animation: topnav-Dropdown 0.2s;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown .wds-dropdown__content .wds-dropdown-level-2__content {
    animation: Dropdown 0.2s;
    -webkit-animation: Dropdown 0.2s;
    -moz-animation: Dropdown 0.2s;
}
.page-header .page-header__contribution .page-header__contribution-buttons .wds-button-group .wds-dropdown .wds-dropdown__content, #PageHeader #EditMessageWallGreeting .wds-button-group .wds-dropdown .wds-dropdown__content, .wds-community-header__wiki-buttons .wds-dropdown .wds-dropdown__content {
    -webkit-animation: contribution-Dropdown 0.2s;
    -moz-animation: contribution-Dropdown 0.2s;
    animation: contribution-Dropdown 0.2s;
}
.wds-dropdown__content.wds-global-navigation__search-suggestions {
    -webkit-animation: searchsuggestions-Dropdown 0.25s;
    -moz-animation: searchsuggestions-Dropdown 0.25s;
    animation: searchsuggestions-Dropdown 0.25s;
}
.wds-dropdown::after, .wds-dropdown::before {
 z-index: 500;
/*display: none !important;*/
}
#wds-icons-dropdown-tiny,
.wds-dropdown__content .wds-list.wds-is-linked > li > a svg {
    transition: transform cubic-bezier(0.66, 0.52, 0.25, 1.25) 0.25s;
}
#wds-icons-dropdown-tiny:hover {
    transform: rotate(180deg);
}
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a svg {
transform: rotate(90deg);
}
Advertisement