Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <style>
  2. .branding-below {
  3. bottom: 56px;
  4. top: 0;
  5. }
  6.  
  7. .branding-text {
  8. left: 7px;
  9. position: relative;
  10. top: 3px;
  11. }
  12.  
  13. .col-contain {
  14. overflow: hidden;
  15. }
  16.  
  17. .col-one {
  18. float: left;
  19. width: 50%;
  20. }
  21.  
  22. .logo {
  23. vertical-align: middle;
  24. }
  25.  
  26. .radio-spacer {
  27. height: 20px;
  28. }
  29.  
  30. .width-100 {
  31. width: 100%;
  32. }
  33.  
  34. .textinput {
  35. margin-bottom: 15px !important;
  36. }
  37.  
  38. ul {
  39. margin-left: -40px;
  40. }
  41.  
  42. #button-bar {
  43. margin-top: 10px;
  44. }
  45.  
  46. .left {
  47. float: left;
  48. }
  49.  
  50. .right {
  51. float: right;
  52. }
  53.  
  54. #response {
  55. margin-top: 5px;
  56. min-height: 28px;
  57. text-align: center;
  58. width: 100%;
  59. }
  60.  
  61. table {
  62. width: 100%;
  63. }
  64.  
  65. #success,
  66. #successReset,
  67. .success {
  68. background-color: #B6D7A8;
  69. padding: 5px;
  70. border-radius: 5px;
  71. text-align: center;
  72. }
  73.  
  74. #error,
  75. .error {
  76. background-color: #ead5d5;
  77. /*#EA9999;*/
  78. padding: 5px;
  79. border-radius: 5px;
  80. text-align: center;
  81. color: #dd4b39;
  82. }
  83.  
  84. .color {
  85. width: 98%;
  86. }
  87.  
  88. .colorcell {
  89. width: 25%;
  90. }
  91.  
  92. .textcell {
  93. text-align: left;
  94. }
  95.  
  96. .table {
  97. height: 280px;
  98. overflow-y: auto;
  99. }
  100.  
  101. .rules {
  102. width: 100%;
  103. background-color: #E2E2E2;
  104. text-align: center;
  105. border-radius: 5px;
  106. }
  107.  
  108. .deleteIcon {
  109. color: #FF0000;
  110. }
  111.  
  112. .green {
  113. background-color: #B6E7BF;
  114. width: 100%;
  115. padding-right: 8px;
  116. padding-left: 8px;
  117. margin-left: -8px;
  118. }
  119.  
  120. .yellow {
  121. background-color: #F2F27F;
  122. width: 100%;
  123. padding-right: 8px;
  124. padding-left: 8px;
  125. margin-left: -8px;
  126. }
  127.  
  128. .red {
  129. background-color: #ff8080;
  130. width: 100%;
  131. padding-right: 8px;
  132. padding-left: 8px;
  133. margin-left: -8px;
  134. }
  135. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement