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 77: Line 77:
}
}
.tooltip-short a {   
.tooltip-short a {   
  position: absolute;
position: absolute;
  display: block;  
display: block;
  visibility: hidden;  
visibility: hidden;
  opacity: 0;  
opacity: 0;
  transition: all .3s;
transition: all .3s;
  border-radius: 5px;
border-radius: 5px;
  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: -120px;
top: -120px;
  left: -65px;
left: 0px;
  z-index: 9999999;
z-index: 9999999;
  border: 1px solid #514d4d;
border: 1px solid #514d4d;
}
}
.tooltip a {   
.tooltip a {   
  position: absolute;
position: absolute;
  display: block;  
display: block;
  visibility: hidden;  
visibility: hidden;
  opacity: 0;  
opacity: 0;
  transition: all .3s;
transition: all .3s;
  border-radius: 5px;
border-radius: 5px;
  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: -250px;
top: -250px;
  left: -65px;
left: 0px;
  z-index: 9999999;
z-index: 9999999;
  border: 1px solid #514d4d;
border: 1px solid #514d4d;
}
}
.tooltip-long a{   
.tooltip-long a{   
  position: absolute;
position: absolute;
  display: block;  
display: block;
  visibility: hidden;  
visibility: hidden;
  opacity: 0;  
opacity: 0;
  transition: all .3s;
transition: all .3s;
  border-radius: 5px;
border-radius: 5px;
  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: -500px;
top: -400px;
  left: -65px;
left: 0px;
  z-index: 9999999;
z-index: 9999999;
  border: 1px solid #514d4d;
border: 1px solid #514d4d;
}
}
.tooltip-short a img, .tooltip a img, .tooltip-long a img {
.tooltip-short a img, .tooltip a img, .tooltip-long a img {
Line 169: Line 169:
}
}


.tooltiptest {
.tooltip-wrapper {
     position: relative;
     position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
Line 175: Line 175:
display: inline-block;
display: inline-block;
}
}
.tooltiptest a {
.tooltip-wrapper a {
display: inline-block;
display: inline-block;
color: #07f!important;
color: #07f!important;
font-family: Palatino, serif;
font-family: Palatino, serif;
}
}
.tooltipvero a {
 
position: absolute;
display: block;
visibility: hidden;
opacity: 0;
transition: all .3s;
border-radius: 5px;
box-shadow: 0 0 20px #444 inset;
padding: 3px 5px 3px 5px;
top: -140px;
left: 0px;
z-index: 9999999;
border: 1px solid #514d4d;
}
.tooltipvero a::after {
.tooltipvero a::after {
content: " ";
content: " ";

Revision as of 00:49, 6 October 2023