1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/css/tooltip.css
2013-04-30 16:19:00 +07:00

28 lines
466 B
CSS

/**
* Tooltip
*/
.tooltip {
border-radius: 5px;
}
/* Loading */
.tooltip.loading {
width: 70px;
height: 70px;
}
/* Yellow
------------------------------ */
.tooltip.tooltip-yellow {
background: #fffea8;
color: #3e3e16;
border-radius: 10px;
padding: 15px 20px;
font-size: 11px;
line-height: 16px;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.tooltip.tooltip-yellow .tip-arrow { border-color: #fffea8; }