radiaSVG/radia.css

31 lines
382 B
CSS

#tooltip {
padding: 4px;
border: 1px solid #000;
position: absolute;
display: none;
}
.highlighted {
font-weight: bold;
}
.padmaPosters {
text-align: center;
margin-top: 4px;
}
.padmaPosters img {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
text {
background-color: #ffff00;
opacity: 0.6;
}
tspan {
font-weight: bold;
}