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 : Nov 30, 2014, 5:49:53 PM
  8.     Author     : arief
  9. */
  10.  
  11. #layout{
  12.     -fx-background-image: url(asset/background.jpg);
  13. }
  14.  
  15. .label{
  16. -fx-font-weight: bold;
  17. -fx-text-fill: #333333;
  18. -fx-effect: dropshadow( gaussian , rgba(255,255,255,0.5) , 0,0,0,1 );
  19. }
  20.  
  21. #grid{
  22.     -fx-background-color:linear-gradient(whitesmoke,lightgray);
  23.     -fx-grid-lines-visible: false;
  24.    
  25. }
  26.  
  27. .button{
  28.     -fx-text-fill: gray;
  29.     -fx-background-color: linear-gradient(whitesmoke, lightgray);
  30.     -fx-background-radius: 30;
  31.     -fx-background-insets: 0;
  32.     -fx-opacity: 50;
  33.    
  34. }
  35.  
  36. .separator{
  37.     -fx-background:black;
  38. }
  39. #teks{
  40.     -fx-background-color: whitesmoke;
  41. }