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
|
.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
border-radius: 0px;
border: 3px solid black;
background: #fff;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
color: black;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
height: 11px;
margin-left: -11px;
width: 22px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
height: 22px;
margin-left: 0;
margin-top: -11px;
width: 11px;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
border: 11px solid transparent;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: white;
top: 4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
border-left-color: white;
left: -4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
border-right-color: white;
left: 4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
border-top-color: white;
top: -4px;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
border-width: 11px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -11px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
left: -11px;
}
|