document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. * {
  2. margin:0;
  3. padding: 0;
  4. }
  5.  
  6. .login {
  7. background-color: rgba(165, 42, 42, 0.438);
  8. }
  9. .hrs {
  10. background-color: rgba(15, 82, 48, 0.438);
  11. }
  12. .jarak{
  13. padding: 0 3pc;
  14. }
  15. .table{
  16. margin-top: 20px;
  17. background-color: rgba(33, 83, 83, 0.452);
  18. }
  19. #menu {
  20. width: 100%;
  21. border: 5px solid #ffffff;
  22. font-size: 130%;
  23.  
  24. }
  25. #menu ul {
  26. background-color: #f0f0f0;
  27. padding: 5px 0 0 5px;
  28. margin: 0;
  29. height: 20px;
  30. }
  31. #menu li {
  32. list-style: none;
  33. font-size: 0.8em;
  34. border-right: 3px solid #ffffff;
  35. padding: 0 30px 0 30px;
  36. float: left;
  37. background-color: none;
  38. }
  39. #menu a{
  40. text-decoration: none;
  41. color: black;
  42. }
  43. h5 {
  44. font-family: serif;
  45. }
  46. .header {
  47. width: 100%;
  48. margin: auto;
  49. height: 100px;
  50. background-color : rgba(0, 119, 73, 0.712);
  51. color: black;
  52. font-family: "Tw Cen MT", cursive, sans-serif;
  53. margin-top: 0;
  54. text-align: center;
  55. padding-top: 45px;
  56. color: white;
  57. }
  58.  
  59. .content{
  60. width: 100%;
  61. margin: auto;
  62. height: 1050px;
  63. padding: 0.1px;
  64. background: white;
  65. color: #333;
  66. }
  67. .content1{
  68. width: 100%;
  69. margin: auto;
  70. height: auto;
  71. padding-top: 150px;
  72. padding-bottom: 250px;
  73. background-color: rgb(108, 126, 146);
  74. color: #333;
  75. text-align: center;
  76. }
  77.  
  78. .border{
  79. border: 2px solid rgba(11, 11, 59, 0.466);
  80. margin-top: 1pc;
  81. padding-bottom: 1pc;
  82. padding-left: 2pc;
  83. padding-right: 2pc;
  84. }
  85. .kiri{
  86. width: 70%;
  87. float: left;
  88. margin: auto;
  89. background: white;
  90. height: 420px;
  91. }
  92. .kanan{
  93. width: 30%;
  94. float: left;
  95. margin: auto;
  96. background: white;
  97. height: 420px;
  98. }
  99. .foot{
  100. width: 100%;
  101. margin: 0;
  102. line-height: 30px;
  103. background:rgba(33, 33, 87, 0.466);
  104. color: black;
  105. }
  106. .a {
  107. position: relative;
  108. text-align: center;
  109. color: white;
  110. }
');