No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{TooltipHover}} | {{TooltipHover}} | ||
{{#css: | |||
.PostUrl_tooltip { | |||
position: relative; | |||
-webkit-transition: all 0.3s ease-in-out 0s; | |||
transition: all 0.3s ease-in-out 0s; | |||
display: inline-block; | |||
color: #ff0; | |||
} | |||
.PostUrl_tooltip:hover { | |||
color: #0c96ff!important; | |||
cursor: pointer; | |||
} | |||
.PostUrl_tooltip 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: -250px; | |||
left: -5px; | |||
z-index: 9999999; | |||
border: 1px solid #514d4d; | |||
} | |||
.PostUrl_tooltip a img { | |||
display: block; | |||
border: 1px solid #444; | |||
max-width: 360px; | |||
height: auto; | |||
} | |||
.PostUrl_tooltip 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; | |||
} | |||
.PostUrl_tooltip:hover a{ | |||
visibility: visible; | |||
opacity: 1; | |||
} | |||
.PostUrl_tooltip b:before { | |||
content: ""; | |||
position: absolute; | |||
width: 100%; | |||
height: 2px; | |||
bottom: 0; | |||
left: 0; | |||
background-color: #333; | |||
visibility: hidden; | |||
-webkit-transform: scaleX(0); | |||
transform: scaleX(0); | |||
-webkit-transition: all 0.3s ease-in-out 0s; | |||
transition: all 0.3s ease-in-out 0s; | |||
} | |||
.PostUrl_tooltip b:hover:before { | |||
visibility: visible; | |||
background-color: #0c96ff!important; | |||
-webkit-transform: scaleX(1); | |||
transform: scaleX(1); | |||
} | |||
}} | |||
== Testing Tooltips== | == Testing Tooltips== | ||
Line 17: | Line 86: | ||
|All Fantastic or Summon units gain Soul Cage.<br>All Fantastic or Summon units gain Bloodbound. | |All Fantastic or Summon units gain Soul Cage.<br>All Fantastic or Summon units gain Bloodbound. | ||
| (Death x1) (Arcane x3) | | (Death x1) (Arcane x3) | ||
|- | |||
|<div class="PostUrl_tooltip"><b>Over Here!<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:SF CoE Extension Tome of Summoning.png]]</span></b></div> | |||
|} | |} |
Revision as of 23:52, 24 September 2023
Testing Tooltips
This isn't really Landmarks I'm trying to test tooltips. And then... I need some space up here for testing. So, here's useless text. I should do the Lorem Ipsum or whatever that Latin phrase is. Whatever.
Expansion | Effect(s) | Cost |
---|---|---|
Comfy Chair | +3 Research per day | (Arcane x1) |
Tome of Summoning
|
All Fantastic or Summon units gain Soul Cage. All Fantastic or Summon units gain Bloodbound. |
(Death x1) (Arcane x3) |