No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
height: 96px; | height: 96px; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
background: # | background: #353535; | ||
line-height: 96px; | line-height: 96px; | ||
text-align: center; | text-align: center; | ||
Line 37: | Line 37: | ||
/*margin-left: -76px;*/ | /*margin-left: -76px;*/ | ||
color: #FFFFFF; | color: #FFFFFF; | ||
background: # | background: #353535; | ||
line-height: 96px; | line-height: 96px; | ||
text-align: center; | text-align: center; |
Revision as of 14:54, 2 May 2025
.has-tt { /*position: relative;*/ display: inline; } .tt-wrapper { position: absolute; visibility: hidden; } .has-tt:hover .tt-wrapper { visibility: visible; } .tt { display: block; position: relative; top: 2em; right: 100%; width: 140px; height: 96px; color: #FFFFFF; background: #353535; line-height: 96px; text-align: center; border-radius: 8px; box-shadow: 4px 3px 10px #800000; } .tt-after { display: block; position: relative; top: 2em; right: 100%; width: 140px; height: 96px; /*margin-left: -76px;*/ color: #FFFFFF; background: #353535; line-height: 96px; text-align: center; border-radius: 8px; box-shadow: 4px 3px 10px #800000; }