Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. body {
  2.     background-image: url(uang.jpg);
  3.     position: relative;
  4.     width: 100%;
  5.     height: 100%;
  6.     background-size: 100%;
  7.     margin: auto;
  8.     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  9.     color: white;
  10.     border-radius: 5px;
  11. }
  12.  
  13. h2 {
  14.     background-color: green;
  15.     width: 20%;
  16.     border-radius: 5px;
  17.     opacity: 0.7;
  18. }
  19.  
  20. th {
  21.     border-radius: 5px;
  22.     box-shadow: 50px;
  23.     text-shadow: 10px;
  24.     background-color: green;
  25. }
  26.  
  27. td {
  28.     border-style: solid 10px;
  29.     border-radius: 5px;
  30. }
  31.  
  32. tr {
  33.     text-align: center;
  34. }
  35.  
  36. .a {
  37.     width: 25%;
  38.     border-radius: 5px;
  39.     opacity: 0.7;
  40.     background-color: green;
  41.     margin-top: 10%;
  42. }
  43.  
  44. table {
  45.     border-radius: 5px;
  46.     border-color: white;
  47.     border-style: solid;
  48.     width: 40%;
  49. }
  50.  
  51. .x {
  52.     border-color: lime;
  53. }
  54.  
  55. .z {
  56.     border-style: solid;
  57.     border-color: lime;
  58.     width: 100px;
  59.     height: 30px;
  60.     border-radius: 5px;
  61. }
  62.  
  63. .y {
  64.     border-color: lime;
  65.     border-radius: 5px;
  66.     width: 125px;
  67.     height: 30px;
  68. }
  69.  
  70. input {
  71.     border-radius: 5px;
  72.     width: 200px;
  73.     height: 25px;
  74. }
  75.  
  76. select {
  77.     width: 200px;
  78.     height: 25px;
  79. }