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:Tooltip Hover: Difference between revisions

Basara (talk | contribs)
No edit summary
Basara (talk | contribs)
No edit summary
Line 1: Line 1:
{{#css:
{{#css:


.tooltip {
.tooltip-text {
   position: relative;
   position: relative;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
Line 9: Line 9:
}
}


.tooltip:hover {
.tooltip-text:hover {
   color: #0c96ff!important;
   color: #0c96ff!important;
   cursor: pointer;
   cursor: pointer;
}
}


.tooltip a{   
.tooltip-image a{   
   position: absolute;   
   position: absolute;   
   display: block;   
   display: block;   
Line 29: Line 29:
}
}


.tooltip a img {
.tooltip-text a img {
   display: block;
   display: block;
   border: 1px solid #444;
   border: 1px solid #444;
Line 36: Line 36:
}
}


.tooltip a:after {
.tooltip-text a:after {
content: " ";
content: " ";
border-style: solid;
border-style: solid;
Line 49: Line 49:
}
}


.tooltip:hover a{         
.tooltip-text:hover a{         
     visibility: visible;         
     visibility: visible;         
     opacity: 1;     
     opacity: 1;     

Revision as of 03:56, 25 September 2023