1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
border-radius: 3px;
border: 1px solid #cccccc;
background: #ededed;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
color: #666666;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
height: 9px;
margin-left: -9px;
width: 18px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
height: 18px;
margin-left: 0;
margin-top: -9px;
width: 9px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #ededed;
top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
border-left-color: #ededed;
left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
border-right-color: #ededed;
left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
border-top-color: #ededed;
top: -1px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
border-left-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
border-right-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
border-top-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
left: -9px;
}
|