:animated{ | |
/*Edge of the shape affected by the pseudo selector*/ | |
lineColor: #c00000; | |
lineWidth: 3px; | |
/*Content of the shape affected by the pseudo selector*/ | |
fillColor: #c00000; | |
bold: true; | |
} | |
:suspended{ | |
/*Edge of the shape affected by the pseudo selector*/ | |
lineColor: #ff8c00; | |
lineWidth: 2px; | |
/*Content of the shape affected by the pseudo selector*/ | |
fillColor: #fab953; | |
bold: true; | |
} | |
:visited{ | |
/*Edge of the shape affected by the pseudo selector*/ | |
lineColor: #92d050; | |
lineWidth: 2px; | |
/*Content of the shape affected by the pseudo selector*/ | |
fillColor: #92d050; | |
} |