jetzt mit 100% mehr Tooltips und in hübsch

This commit is contained in:
root 2015-07-23 14:49:41 +02:00
parent 26667fe239
commit 958fa1173d
2 changed files with 38 additions and 2 deletions

View File

@ -184,6 +184,42 @@
overflow:hidden;
}
.quicktip{
display: inline;
position: relative;
}
.quicktip:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #ff0;
font-weight: bold;
content: attr(title);
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 220px;
}
.quicktip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;
}
/*********************************************************************************/

View File

@ -6,7 +6,7 @@ Wir würden uns freuen, wenn Du Dein Ticket möglichst im Vorverkauf erwerben w
Um Dich anzumelden sende bitte eine Mail an <a href="mailto:tickets@interfug.de?subject=Anmeldung%20Intrefug15&body=Id:%20#code#%0DName:%20Dein%20Nick"><b>tickets@interfug.de</b></a>:<br>
<b>Betreff:</b> Anmeldung Intrefug15<br>
<b>Inhalt:</b><br>
ID: #code#<br>
ID: <span class="quicktip" title="Achtung, wird bei jedem Seitenaufruf neu generiert!"><span title="">#code#</span></span><br>
Name: Dein Nick
</p><p>
Bitte überweise uns dann <b>10€</b> auf unser Konto und erwähne dabei die ID aus Deiner Mail:<br>
@ -15,6 +15,6 @@ Wir würden uns freuen, wenn Du Dein Ticket möglichst im Vorverkauf erwerben w
<b>IBAN:</b> DE52 8306 5408 0004 7663 69<br>
<b>BIC (SWIFT-Code):</b> GENODEF1SLR<br>
<b>Überweisungszweck:</b><br>
<span title="Achtung, wird bei jedem Seitenaufruf neu generiert!">#code#</span><br>
<span class="quicktip" title="Achtung, wird bei jedem Seitenaufruf neu generiert!"><span title="">#code#</span></span><br>
Dein Nick
</p>