Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. #input {
  2. background-color: rgb(29, 79, 29);
  3. border-color: rgb(48, 154, 101);
  4. }
  5.  
  6. .html {
  7. background-color: rgb(105, 105, 105) !important;
  8. }
  9.  
  10. #head {
  11. background-color: #ffffa !important;
  12. }
  13.  
  14. #logo img {
  15. display: none;
  16. }
  17.  
  18. #moOeffnung {
  19. width: 30px !important;
  20. }
  21.  
  22. #moPauseBegin {
  23. width: 30px !important;
  24. }
  25.  
  26. #moPauseEnde {
  27. width: 30px !important;
  28. }
  29. #moSchluss {
  30. width: 30px !important;
  31. }
  32.  
  33.  
  34. #diOeffnung {
  35. width: 30px !important;
  36. }
  37.  
  38. #diPauseBegin {
  39. width: 30px !important;
  40. }
  41.  
  42. #diPauseEnde {
  43. width: 30px !important;
  44. }
  45. #diSchluss {
  46. width: 30px !important;
  47. }
  48.  
  49.  
  50. #miOeffnung {
  51. width: 30px !important;
  52. }
  53.  
  54. #miPauseBegin {
  55. width: 30px !important;
  56. }
  57.  
  58. #miPauseEnde {
  59. width: 30px !important;
  60. }
  61. #miSchluss {
  62. width: 30px !important;
  63. }
  64.  
  65.  
  66. #doOeffnung {
  67. width: 30px !important;
  68. }
  69.  
  70. #doPauseBegin {
  71. width: 30px !important;
  72. }
  73.  
  74. #doPauseEnde {
  75. width: 30px !important;
  76. }
  77. #doSchluss {
  78. width: 30px !important;
  79. }
  80.  
  81.  
  82. #frOeffnung {
  83. width: 30px !important;
  84. }
  85.  
  86. #frPauseBegin {
  87. width: 30px !important;
  88. }
  89.  
  90. #frPauseEnde {
  91. width: 30px !important;
  92. }
  93. #frSchluss {
  94. width: 30px !important;
  95. }
  96.  
  97.  
  98. #saOeffnung {
  99. width: 30px !important;
  100. }
  101.  
  102. #saPauseBegin {
  103. width: 30px !important;
  104. }
  105.  
  106. #saPauseEnde {
  107. width: 30px !important;
  108. }
  109. #saSchluss {
  110. width: 30px !important;
  111. }
  112.  
  113.  
  114. #soOeffnung {
  115. width: 30px !important;
  116. }
  117.  
  118. #soPauseBegin {
  119. width: 30px !important;
  120. }
  121.  
  122. #soPauseEnde {
  123. width: 30px !important;
  124. }
  125. #soSchluss {
  126. width: 30px !important;
  127. }
  128.  
  129. .value moOeffnung {
  130. width: 30px !important;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement