2011-06-27 17:17:39 +00:00
|
|
|
/*
|
|
|
|
body {
|
|
|
|
background-color: #FAFBD6;
|
|
|
|
}
|
|
|
|
*/
|
2011-06-29 22:07:19 +00:00
|
|
|
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;
|
|
|
|
}
|
2011-06-24 16:08:29 +00:00
|
|
|
|
|
|
|
.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;
|
2011-06-27 19:50:39 +00:00
|
|
|
width: 120px;
|
2011-06-27 14:00:00 +00:00
|
|
|
}
|
|
|
|
|
2011-06-27 14:53:56 +00:00
|
|
|
text {
|
|
|
|
background-color: #ffff00;
|
2011-06-27 17:17:39 +00:00
|
|
|
opacity: 0.7;
|
2011-06-27 14:53:56 +00:00
|
|
|
}
|
|
|
|
|
2011-06-27 17:17:39 +00:00
|
|
|
/*
|
2011-06-27 14:53:56 +00:00
|
|
|
tspan {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-06-27 17:17:39 +00:00
|
|
|
*/
|