Anonymous
×
Create a new article
Write your page title here:
We currently have 632 articles on SpellForce Wiki - Rohens encyclopedia. Type your article name above or click on one of the titles below and start writing!



SpellForce Wiki - Rohens encyclopedia

Template:CoE Styles: Difference between revisions

Basara (talk | contribs)
No edit summary
Basara (talk | contribs)
No edit summary
Line 123: Line 123:
   max-width: 360px;
   max-width: 360px;
   height: auto;
   height: auto;
}
.tooltip-short a:after, .tooltip a:after, .tooltip-long a:after {
  content: " ";
  border-style: solid;
  border-width: 7px 7px 0px 7px;
  border-color: rgba(55, 64, 70, 0.5) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(1);
  position: absolute;
  left: 5%;
  bottom: -7px;
}
}
.tooltip-short:hover a, .tooltip:hover a, .tooltip-long:hover a{         
.tooltip-short:hover a, .tooltip:hover a, .tooltip-long:hover a{         
Line 161: Line 149:
}
}


.tooltip-short a:after, .tooltip a:after, .tooltip-long a:after {
  content: " ";
  border-style: solid;
  border-width: 7px 7px 0px 7px;
  border-color: rgba(55, 64, 70, 0.5) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(1);
  position: absolute;
  left: 50%;
  bottom: -7px;
}
@media screen and (max-width: 850px) {
  .tooltip-short a img, .tooltip a img, .tooltip-long a img {
    height: auto !important;
    max-width: 290px !important;
  }
  .tooltip-short a {
    top: -120px;
    left: -65px;
  }
}}
}}

Revision as of 22:33, 25 September 2023