Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7.     Created on : Dec 24, 2014, 11:58:36 PM
  8.     Author     : arief
  9. */
  10. .label{
  11.     -fx-text-fill: black;
  12.     -fx-font-family:"Comic Sans MS"; -fx-font-size: 14; -fx-font-weight: normal;
  13. }
  14.  
  15. .button{
  16.     -fx-text-fill: black;
  17.     -fx-background-color: linear-gradient(lightgray, lightslategrey);
  18.     -fx-background-radius: 30;
  19.     -fx-background-insets: 0;
  20.     -fx-font-family:"Comic Sans MS"; -fx-font-size: 14; -fx-font-weight: normal;
  21. }
  22. #boxv{
  23.     -fx-background-image: url(background.jpg);
  24.     -fx-background-color: rgba(255, 255, 255, 0.05);
  25.     -fx-background-radius: 10;
  26. }
  27.  
  28. #hbox{
  29.     -fx-background-color: linear-gradient(whitesmoke, lightgray);
  30.     -fx-border-color: linear-gradient(whitesmoke,lightgray);
  31.     -fx-opacity: 10;
  32. }
  33.  
  34. .separator{
  35.     -fx-background-color: lightslategray;
  36. }