You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
491 B

/*
body {
background-color: #FAFBD6;
}
*/
body, html {
margin: 0;
padding: 0;
}
#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;
width: 120px;
}
text {
background-color: #ffff00;
opacity: 0.7;
}
/*
tspan {
font-weight: bold;
}
*/