/*
Document : 001
Created on : Nov 18, 2010, 10:28:06 AM
Author : ryu
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.tooltip{
display:block;
position:absolute;
top:10px;
left:200px;
padding:5px;
min-width:50px;
max-width: 200px;
border:1px solid #0cf;
background-color:#cff;
color:#000;
}
.tipholder {
margin:5px;
min-width:50px;
max-width: 200px;
cursor: pointer;
}
.highlight {
background-color:yellow;
}
|