Posted 11 years ago · Author
Code
<style type='text/css'>
/* background color and font size */
#stickerInfo {
background: #FFFFE1;
border:1px solid #000000;
font-family: Arial, sans-serif;
font-size:0.7em;
}
/* font color */
#stickerInfo A {
color: #000000;
}
/* font color when hover over links */
#stickerInfo A:hover {
color: #0000cd;
}
</style>