1 /* http://fonts.googleapis.com/css?family=Bree+Serif */
   2 @font-face {
   3     font-family: 'Bree Serif';
   4     font-style: normal;
   5     font-weight: 400;
   6     src: local('Bree Serif'), local('BreeSerif-Regular'), url(http://themes.googleusercontent.com/static/fonts/breeserif/v2/LQ7WLTaITDg4OSRuOZCps73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
   7 }
   8 
   9 .root {
  10     -fx-background-color: red;
  11     -fx-background-color: red, yellow;
  12     -fx-background-image: url("duke.png");
  13     -fx-background-image: url("duke.png"), url("duke.png");
  14     -fx-background-insets: 1px;
  15     -fx-background-insets: 1px, 2px;
  16     -fx-background-position: left;
  17     -fx-background-position: right;
  18     -fx-background-position: 10px;
  19     -fx-background-position: 10px 20px;
  20     -fx-background-position: left 20px;
  21     -fx-background-position: 10px 20px, 20px 10px;
  22     -fx-background-position: left 20px, right 20px;
  23     -fx-background-radius: 1;
  24     -fx-background-radius: 1 2;
  25     -fx-background-radius: 1 2 3;
  26     -fx-background-radius: 1 2 3 4;
  27     -fx-background-radius: 1, 1;
  28     -fx-background-radius: 1 2 3 4, 1 2 3 4;
  29     -fx-background-insets: 1;
  30     -fx-background-insets: 1 2;
  31     -fx-background-insets: 1 2 3;
  32     -fx-background-insets: 1 2 3 4;
  33     -fx-background-insets: 1, 1;
  34     -fx-background-insets: 1 2 3 4, 1 2 3 4;    
  35     -fx-background-repeat: repeat-x;
  36     -fx-background-repeat: repeat-y;
  37     -fx-background-repeat: repeat;
  38     -fx-background-repeat: space;
  39     -fx-background-repeat: round;
  40     -fx-background-repeat: stretch;
  41     -fx-background-repeat: no-repeat;
  42     -fx-background-repeat: repeat no-repeat;
  43     -fx-background-repeat: repeat-x, repeat-y;
  44     -fx-background-repeat: repeat no-repeat, round space;    
  45     -fx-background-size: 100px;
  46     -fx-background-size: 100px 100px;
  47     -fx-background-size: auto;
  48     -fx-background-size: cover;
  49     -fx-background-size: contain;
  50     -fx-background-size: stretch;
  51     -fx-background-size: stretch, contain;        
  52     -fx-border-color: red;
  53     -fx-border-color: red yellow;
  54     -fx-border-color: red yellow green;
  55     -fx-border-color: red yellow green blue;
  56     -fx-border-color: red, red;
  57     -fx-border-color: red yellow green blue, red yellow green blue; 
  58     -fx-border-radius: 1;
  59     -fx-border-radius: 1 2;
  60     -fx-border-radius: 1 2 3;
  61     -fx-border-radius: 1 2 3 4;
  62     -fx-border-radius: 1, 1;
  63     -fx-border-radius: 1 2 3 4, 1 2 3 4;
  64     -fx-border-insets: 1;
  65     -fx-border-insets: 1 2;
  66     -fx-border-insets: 1 2 3;
  67     -fx-border-insets: 1 2 3 4;
  68     -fx-border-insets: 1, 1;
  69     -fx-border-insets: 1 2 3 4, 1 2 3 4;        
  70    -fx-border-style: solid;
  71     -fx-border-style: solid phase 10;
  72     -fx-border-style: dotted;
  73     -fx-border-style: dashed;
  74     -fx-border-style: segments(1, 2, 3);
  75     -fx-border-style: solid centered;
  76     -fx-border-style: solid phase 10 centered;
  77     -fx-border-style: solid inside;
  78     -fx-border-style: solid outside;
  79     -fx-border-style: solid line-join miter 10;
  80     -fx-border-style: solid line-join bevel;
  81     -fx-border-style: solid line-join round;
  82     -fx-border-style: solid centered line-join miter 10;
  83     -fx-border-style: solid centered line-join bevel;
  84     -fx-border-style: solid phase 10 centered line-join miter 10;
  85     -fx-border-style: solid phase 10 centered line-join bevel;
  86     -fx-border-style: solid line-cap square;
  87     -fx-border-style: solid line-cap butt;
  88     -fx-border-style: solid line-cap round;
  89     -fx-border-style: solid centered line-cap square;
  90     -fx-border-style: solid centered line-cap butt;
  91     -fx-border-style: solid phase 10 centered line-cap square;
  92     -fx-border-style: solid phase 10 centered line-cap butt;
  93     -fx-border-style: solid line-join miter 10 line-cap square;
  94     -fx-border-style: solid line-join bevel line-cap square;
  95     -fx-border-style: solid phase 10 line-join bevel line-cap square;
  96     -fx-border-style: solid phase 10 line-join bevel line-cap square, dashed phase 10 line-join bevel line-cap square;
  97     -fx-border-width: 1;
  98     -fx-border-width: 1 2;
  99     -fx-border-width: 1 2 3;
 100     -fx-border-width: 1 2 3 4;
 101     -fx-border-width: 1, 1;
 102     -fx-border-width: 1 2 3 4, 1 2 3 4;        
 103     -fx-border-image-insets: 1;
 104     -fx-border-image-insets: 1 2;
 105     -fx-border-image-insets: 1 2 3;
 106     -fx-border-image-insets: 1 2 3 4;
 107     -fx-border-image-insets: 1, 1;
 108     -fx-border-image-insets: 1 2 3 4, 1 2 3 4;        
 109     -fx-border-image-repeat: repeat-x;
 110     -fx-border-image-repeat: repeat-y;
 111     -fx-border-image-repeat: repeat;
 112     -fx-border-image-repeat: space;
 113     -fx-border-image-repeat: round;
 114     -fx-border-image-repeat: stretch;
 115     -fx-border-image-repeat: no-repeat;
 116     -fx-border-image-repeat: repeat no-repeat;
 117     -fx-border-image-repeat: repeat-x, repeat-y;
 118     -fx-border-image-repeat: repeat no-repeat, round space;     
 119     -fx-border-image-slice: 10%;
 120     -fx-border-image-slice: 10% fill;
 121     -fx-border-image-slice: 10% 10%;
 122     -fx-border-image-slice: 10% 10% 10%;
 123     -fx-border-image-slice: 10% 10% 10% fill;
 124     -fx-border-image-slice: 10% 10% 10% 10%;
 125     -fx-border-image-slice: 10% 10% 10% 10% fill;
 126     -fx-border-image-slice: 10%, 10%;
 127     -fx-border-image-slice: 10% fill, 10% fill;
 128     -fx-border-image-slice: 10% 10% 10% 10% fill, 10% 10% 10% 10% fill;        
 129     -fx-border-image-source: url("duke.png");
 130     -fx-border-image-source: url("duke.png"), url("duke.png");
 131     -fx-border-image-width: 1;
 132     -fx-border-image-width: 1 2;
 133     -fx-border-image-width: 1 2 3;
 134     -fx-border-image-width: 1 2 3 4;
 135     -fx-border-image-width: 1, 1;
 136     -fx-border-image-width: 1 2 3 4, 1 2 3 4;        
 137     -fx-padding: 1;
 138     -fx-padding: 1 2;
 139     -fx-padding: 1 2 3;
 140     -fx-padding: 1 2 3 4;
 141     -fx-padding: 1, 1;
 142     -fx-padding: 1 2 3 4, 1 2 3 4;        
 143     -fx-label-padding: 1;
 144     -fx-label-padding: 1 2;
 145     -fx-label-padding: 1 2 3;
 146     -fx-label-padding: 1 2 3 4;
 147     -fx-label-padding: 1, 1;
 148     -fx-label-padding: 1 2 3 4, 1 2 3 4;        
 149     -fx-shape: "M150 0 L75 200 L225 200 Z";
 150     -fx-font-size: 18pt;
 151     -fx-font-size: 1.5em;
 152     -fx-font-size: 150%;
 153     -fx-font-size: xx-small;
 154     -fx-font-size: x-small;
 155     -fx-font-size: small;
 156     -fx-font-size: medium;
 157     -fx-font-size: large;
 158     -fx-font-size: x-large;
 159     -fx-font-size: xx-large;
 160     -fx-font-size: smaller;
 161     -fx-font-size: larger;
 162     -fx-font-style: italic;
 163     -fx-font-weight: normal;
 164     -fx-font-weight: bold;
 165     -fx-font-weight: bolder;
 166     -fx-font-weight: lighter;
 167     -fx-font-weight: inherit;
 168 /*    -fx-font-weight: 100;
 169     -fx-font-weight: 200;
 170     -fx-font-weight: 300;
 171     -fx-font-weight: 400;
 172     -fx-font-weight: 500;
 173     -fx-font-weight: 600;
 174     -fx-font-weight: 700;
 175     -fx-font-weight: 800;
 176     -fx-font-weight: 900;*/
 177     -fx-font: 16 "Comic Sans MS";
 178     -fx-font: 16 Arial;
 179     -fx-font: bold 16 Arial;
 180     -fx-font: italic 16 Arial;
 181     -fx-font: bold italic 16 Arial;
 182     -fx-font: italic bold 16 Arial;
 183     -fx-stroke-dash-array: 10 20 30 40;
 184     -fx-stroke-line-join: miter 45;
 185     -fx-stroke-line-join: bevel;
 186     -fx-stroke-line-join: round;
 187     -fx-stroke-line-cap: round;
 188     -fx-stroke-line-cap: square;
 189     -fx-stroke-line-cap: butt;
 190     -fx-stroke-type: centered;
 191     -fx-stroke-type: inside;
 192     -fx-stroke-type: outside;
 193     -fx-font-smoothing-type: gray;
 194     -fx-font-smoothing-type: lcd;
 195     -fx-text-alignment: left;
 196     -fx-text-alignment: center;
 197     -fx-text-alignment: right;
 198     -fx-text-alignment: justify;
 199     -fx-text-origin: top;
 200     -fx-text-origin: baseline;
 201     -fx-text-origin: bottom;
 202     -fx-orientation: horizontal;
 203     -fx-orientation: vertical;
 204     -fx-alignment: top-left;
 205     -fx-alignment: top-center;
 206     -fx-alignment: top-right;
 207     -fx-alignment: center-left;
 208     -fx-alignment: center;
 209     -fx-alignment: center-right;
 210     -fx-alignment: bottom-left;
 211     -fx-alignment: bottom-center;
 212     -fx-alignment: bottom-right;
 213     -fx-alignment: baseline-left;
 214     -fx-alignment: baseline-center;
 215     -fx-alignment: baseline-right;
 216     -fx-text-overrun: center-ellipsis;
 217     -fx-text-overrun: center-word-ellipsis;
 218     -fx-text-overrun: clip;
 219     -fx-text-overrun: ellipsis;
 220     -fx-text-overrun: leading-ellipsis;
 221     -fx-text-overrun: leading-word-ellipsis;
 222     -fx-text-overrun: word-ellipsis;
 223     -fx-content-display: top;
 224     -fx-content-display: right;
 225     -fx-content-display: bottom;
 226     -fx-content-display: left;
 227     -fx-content-display: center;
 228     -fx-content-display: graphic-only;
 229     -fx-content-display: text-only;
 230     -fx-hbar-policy: never;
 231     -fx-hbar-policy: always;
 232     -fx-hbar-policy: as-needed;
 233 }
 234