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)
Undo revision 4499 by Niko (talk)
Tag: Undo
Basara (talk | contribs)
No edit summary
Line 85: Line 85:
   box-shadow: 0 0 20px #444 inset;   
   box-shadow: 0 0 20px #444 inset;   
   padding: 3px 5px 3px 5px;   
   padding: 3px 5px 3px 5px;   
   top: -150px;
   top: -120px;
   left: -5px;
   left: -65px;
   z-index: 9999999;
   z-index: 9999999;
   border: 1px solid #514d4d;
   border: 1px solid #514d4d;
Line 124: Line 124:
   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{         
     visibility: visible;         
     visibility: visible;         
Line 159: Line 148:
   -webkit-transform: scaleX(1);
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
   transform: scaleX(1);
}
.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;
}
}}
}}

Revision as of 22:59, 25 September 2023