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 160: Line 160:
   left: 50%;
   left: 50%;
   bottom: -7px;
   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;
}
}
}


Line 186: Line 179:
}
}


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

Revision as of 16:16, 6 October 2023