1 /*
   2  * We specify from CSS that this rectangle should have an opacity value of
   3  * .76
   4  */
   5 #rectangle {
   6     -fx-opacity: .76;
   7     -fx-cursor: HAND;
   8     -fx-effect: dropshadow( two-pass-box , rgba(0,0,0,0.4) , 15, 0.0 , 0 , 6 );
   9 }
  10 
  11 #text {
  12     -fx-font: 32 "Amble Cn";
  13 }
  14 
  15 #rt-20686-ua { -fx-font-smoothing-type: gray; }