Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.89 KB | None | 0 0
  1. @-moz-document url-prefix("https://seo.pikseo.pl/") {
  2. .chosen-container-active.chosen-with-drop .chosen-single {
  3.     background:black !important;
  4. }
  5. .chosen-container-single .chosen-single {
  6.     background:black !important;
  7. }
  8. title {
  9.     background-color:#333;
  10. }
  11. .wrapper {
  12.     width:auto;
  13.     margin:0 5%;
  14. }
  15. .content {
  16.     width:1300px;
  17. }
  18. .title {
  19.     width:1300px !important;
  20. }
  21. .head {
  22.     height:70px;
  23.     background:#17141d;
  24.     margin:0;
  25.     color:#c2c2c2
  26. }
  27. .widget .head h5, .table h5 {
  28.     margin-top:15px;
  29. }
  30. .submitForm {
  31.     background: radial-gradient(circle at top right, #3f6e79, #0f0e16);
  32.     padding:10px !important;
  33.     border-radius: 7px;
  34. }
  35. .greyishBtn {
  36.     background: radial-gradient(circle at top right, #3f6e79, #0f0e16)!important;
  37.     padding:7px !important;
  38.     border-radius:7px;
  39. }
  40. .submitForm:hover {
  41.     box-shadow: 4px 4px 40px lightblue;
  42. }
  43. input[type=submit], input[type=reset], input[type=button], button, .button {
  44.     background: radial-gradient(circle at top right, #3f6e79, #0f0e16)!important;
  45.     padding:10px !important;
  46. }
  47. .plupload_filelist li {
  48.     background:black !important;
  49. }
  50. body {
  51.     background:#100e17!important;
  52. }
  53. .dataTables_wrapper {
  54.     background:#100e17
  55. }
  56. .tableStatic {
  57.     background:#100e17!important
  58. }
  59. .sorting_1 {
  60.     background: #100e17!important
  61. }
  62. div.dataTables_wrapper {
  63.     background: #100e17!important
  64. }
  65. .ui-widget-header {
  66.     background: #100e17!important
  67. }
  68. .mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover {
  69.     box-shadow: 4px 4px 40px lightblue;
  70.     background:#100e17;
  71. }
  72. .mainForm input[type=text], .mainForm input[type=password], .mainForm textarea {
  73.     background:#100e17;
  74. }
  75. input.greyishBtn:hover {
  76.     box-shadow: 4px 4px 40px lightblue;
  77. }
  78. .greyishBtn:hover {
  79.     box-shadow: 4px 4px 40px lightblue;
  80. }
  81. .mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus {
  82.     background:#100e17;
  83. }
  84. *, a {
  85.     color:white;
  86. }
  87. .widget {
  88.     background:#100e17;
  89. }
  90. .first {
  91.     background:#100e17;
  92. }
  93. .dash {
  94.     background:#100e17;
  95. }
  96. input, select, option {
  97.     background:black;
  98. }
  99. .chosen-container.chosen-with-drop .chosen-drop {
  100.     background:black;
  101. }
  102. .chosen-container-single .chosen-single {
  103.     background:black;
  104. }
  105. .chosen-container-single .chosen-single:active {
  106.     background:black;
  107. }
  108. span.chosen-single {
  109.     background:black;
  110. }
  111. .plupload_filelist_header {
  112.     background:black;
  113. }
  114. #uploaderclient_filelist {
  115.     background:#100e17;
  116. }
  117. .plupload_filelist li:hover {
  118.     background:#100e17;
  119. }
  120. .plupload_filelist_footer {
  121.     background:#100e17;
  122. }
  123. .plupload_disabled, a.plupload_disabled {
  124.     background:#100e17;
  125. }
  126. .plupload_disabled, a.plupload_disabled:hover {
  127.     background:#100e17;
  128. }
  129. .leftNav ul li.dash a span, .leftNav ul li.widgets a span, .leftNav ul li.gallery a span, .middleNav ul li.iFolder a span {
  130.     background:black;
  131. }
  132. ul.sub {
  133.     background:#333;
  134.     color:#fff;
  135. }
  136. ul.sub li a {
  137.     color:#fff !important;
  138. }
  139. .middleNav {
  140.     visibility: hidden;
  141. }
  142. .leftNav {
  143.     margin-top:-122px;
  144. }
  145. .dash, .gallery, li.widgets {
  146.     visibility: hidden;
  147. }
  148. }
  149.  
  150. @-moz-document url("https://seo.pikseo.pl/adder/edytuj_strone_optymalizacja/skonczone/"), url("https://seo.pikseo.pl/adder/moje_zadania_optymalizacja/nowe/"), url-prefix("https://seo.pikseo.pl/adder/edytuj_strone_optymalizacja/"), url-prefix("https://seo.pikseo.pl/copywriting/admin/zlecenia/"), url-prefix("https://seo.pikseo.pl/adder/moje_zadania_optymalizacja/skonczone/"), url-prefix("https://seo.pikseo.pl/adder/lista_stron_optymalizacja/") {
  151. td {
  152.     background: #100e17!important
  153. }
  154. }
  155.  
  156. @-moz-document url-prefix("https://seo.pikseo.pl/copywriting/admin/zlecenie/dodaj/") {
  157. .wrapper {
  158.     width:auto;
  159.     margin:0 15%;
  160. }
  161. .content {
  162.     width:1000px;
  163. }
  164. .title {
  165.     width:1000px !important;
  166. }
  167. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement