radiaSVG/radia.css

44 lines
491 B
CSS
Raw Normal View History

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