Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. <style>
  2. body.waiting { cursor: progress; }
  3. body { background-color: rgb(46, 54, 67); font-family: Arial, sans-serif; color:#ddd; }
  4. p { margin: 5px; }
  5. h6 { margin: 0px 0px 0px 5px; display:inline; }
  6. a { text-decoration: none; color: #006; }
  7. a.stream { margin: 0px 5px 0px 20px; text-decoration: none; color: rgb(143, 184, 255); }
  8. img.share {
  9. height: 10px;
  10. margin: 0px 5px 0px 5px;
  11. }
  12. select {
  13. background-color: #17181c;
  14. color: white;
  15. border-radius: 0px;
  16. border-color: rgb(169, 169, 169)
  17. }
  18. img.rgt {
  19. margin: auto;
  20. margin-right: 5px;
  21. width: 15px;
  22. /* height: 10px; */
  23. }
  24. input {
  25. border: 0px solid black;
  26. height: 20px;
  27. vertical-align: bottom;
  28. text-align: center;
  29. color: #e8e7e3;
  30. background-color: #17181c;
  31. }
  32. #topline {
  33. background-color: rgb(38, 43, 53); /* 313340 */
  34. /*color: #ddd;*/
  35. margin: 0px 3px 0px 3px;
  36. padding: 2px 5px 5px 5px;
  37. border-radius: 4px;
  38. position: -webkit-sticky;
  39. position: sticky;
  40. top: 0;
  41. z-index:10;
  42. }
  43. #import{
  44. margin: 10px 50px 10px 50px;
  45. padding: 10px 50px 10px 50px;
  46. height : 130px;
  47. background-color: #cfc;
  48. border-radius: 4px;
  49. }
  50. #adddel{
  51. margin: 10px 50px 10px 50px;
  52. padding: 10px 50px 10px 50px;
  53. height : 130px;
  54. background-color: #eee;
  55. border-radius: 4px;
  56. }
  57. #results {
  58. display: flex;
  59. flex-wrap: wrap;
  60. }
  61. #privates {
  62. display: flex;
  63. flex-wrap: wrap;
  64. /* background-color: #877c05;
  65. #fcc; */
  66. }
  67. #news {
  68. background-color: rgb(82, 82, 0);
  69. margin: 2px 3px 0px 3px;
  70. padding: 10px 50px 10px 50px;
  71. border-radius: 4px;
  72. }
  73. #sw_news {
  74. background-color: rgb(82, 82, 0);
  75. margin: 0px 3px 0px 3px;
  76. padding: 0px 15px 0px 15px;
  77. }
  78. .stop { z-index: -10; }
  79. .errorbox{
  80. margin: 5px 50px 5px 50px;
  81. padding: 0px 50px 0px 50px;
  82. background-color: rgb(82, 82, 0);
  83. border-radius: 4px;
  84. }
  85. .box {
  86. margin: 3px;
  87. padding: 5px;
  88. flex: 0 0 23%;
  89. background-color: rgb(32, 54, 0); /* eee */
  90. border-radius: 4px;
  91. position: relative;
  92. }
  93. .flag:before {
  94. width: 0;
  95. content: '';
  96. position: absolute;
  97. top: 0;
  98. right: 0;
  99. border-top: 40px solid #313340;
  100. border-left: 40px solid #fdfffa;
  101. /* box-shadow: -5px 5px 5px #313340; */
  102. }
  103. .pic {
  104. margin-left: 0px;
  105. vertical-align: text-top;
  106. width: 80px;
  107. max-height: 100px;
  108. /* min-width: 80px;
  109. min-height: 80px; */
  110. }
  111. .corner {
  112. position: absolute;
  113. top: 0px;
  114. right: 0px;
  115. width: 40px;
  116. height: 40px;
  117. }
  118. .flaged {
  119. box-shadow: -3px 3px 3px #616370;
  120. background-image: url(https://i.postimg.cc/gjDsNv9n/corner.png);
  121. }
  122. .noflag {
  123. background-image: url(https://i.postimg.cc/SRN6ydxq/empty.png);
  124. }
  125. .back {
  126. width: 0px;
  127. height: 0px;
  128. /* padding: 0px; */
  129. padding-right: 0px;
  130. background-color: #bbb;
  131. resize: none;
  132. border: none;
  133. }
  134. .wrapper { overflow: auto; }
  135. .left { float: left; }
  136. .right { float: right; }
  137. .icon { height: 15%; width: 15%; margin: 0px 5px 0px 5px; }
  138. .shadow { box-shadow: -3px 3px 3px #616370; }
  139. .bold { font-weight: bold; }
  140. .italic { font-style: italic; }
  141. .red { color: red; font-weight: bold; }
  142. .vine { color: #900000; }
  143. .green { color: green; }
  144. .white { color: white; }
  145. .hl_dis { color: #cfc; } /* disabled */
  146. .bg_green{ background-color: rgb(0, 82, 0); }
  147. .bg_red { background-color: rgb(82, 0, 0); }
  148. .bg_prvt { background-color: rgb(82, 82, 0); }
  149. .bg_prvtb{ background-color: #cfc; border: 5px solid #ffc !important;}
  150. .bg_debug{ background-color: red; }
  151. .w100 { width: 100%; }
  152. .p20 { padding: 20px; }
  153. .mb0 { margin-bottom: 0px; }
  154. .mb3 { margin-bottom: 3px; }
  155. .mr5 { margin-right: 5px; }
  156. .mt4 { margin-top: 4px; }
  157. .mt9 { margin-top: 9px; }
  158. .pl5 { padding-left: 5px; }
  159. .mw90 { min-width: 90px; }
  160. .mw120 { min-width: 120px; }
  161. .none { display: none; }
  162. .border { border: 1px solid red; }
  163. .border2 { border: 1px solid blue; }
  164.  
  165. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement