radiaSVG/radia.css

44 lines
491 B
CSS
Raw Normal View History

2011-06-27 22:47:39 +05:30
/*
body {
background-color: #FAFBD6;
}
*/
body, html {
margin: 0;
padding: 0;
}
2011-06-27 22:47:39 +05:30
2011-06-24 21:15:19 +05:30
#tooltip {
padding: 4px;
border: 1px solid #000;
position: absolute;
display: none;
}
.highlighted {
font-weight: bold;
}
2011-06-26 22:22:47 +05:30
.padmaPosters {
text-align: center;
margin-top: 4px;
}
2011-06-27 19:23:03 +05:30
2011-06-27 19:30:00 +05:30
.padmaPosters img {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
width: 120px;
2011-06-27 19:30:00 +05:30
}
text {
background-color: #ffff00;
2011-06-27 22:47:39 +05:30
opacity: 0.7;
}
2011-06-27 22:47:39 +05:30
/*
tspan {
font-weight: bold;
}
2011-06-27 22:47:39 +05:30
*/