Advertisement
Guest User

SGv2 Dark Theme

a guest
Jan 27th, 2015
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.47 KB | None | 0 0
  1. div[class$="warning"] {display:none;}
  2.  
  3. .comment .comment__children {
  4. border-left: 1px solid #151518;
  5. }
  6.  
  7. .form__row__indent {
  8. border-left: 1px solid #151518;
  9. }
  10.  
  11. .giveaway-summary-outer-wrap:not(:last-child) {
  12. border-bottom: 1px solid #151518;
  13. }
  14.  
  15. .giveaway__columns>*:not(.giveaway__column--group):not(.giveaway__column--whitelist):not(.giveaway__column--invite-only):not(.giveaway__column--community-voted) {
  16. box-shadow: 1px 1px 0 rgba(103, 103, 103, 0.55) inset;
  17. color: #828FA0;
  18. border: 1px solid #5a5a5a;
  19. background-image: linear-gradient(rgba(148, 148, 148, 0.5) 0px, rgba(186, 185, 185, 0.33) 6px, rgba(69, 69, 69, 0.07) 100%);
  20. }
  21.  
  22. .giveaway-summary__columns>*:not(.giveaway-summary__column--group):not(.giveaway-summary__column--whitelist):not(.giveaway-summary__column--invite-only):not(.giveaway-summary__column--community-voted):not(.giveaway-summary__column--positive) {
  23. box-shadow: 1px 1px 2px rgba(95, 95, 95, 0.3) inset;
  24. background-image: linear-gradient(rgba(77, 77, 77, 0.6) 0px, rgba(85, 85, 85, 0.35) 6px, rgba(2, 2, 2, 0.1) 100%);
  25. border: 1px solid #333844;
  26. color: #828FA0;
  27. }
  28.  
  29. .giveaway-summary__column--positive {
  30. background-image: linear-gradient(rgba(77, 77, 77, 0.6) 0px, rgba(85, 85, 85, 0.35) 6px, rgba(2, 2, 2, 0.1) 100%);
  31. border: 1px solid #333844;
  32. box-shadow: 1px 1px 2px rgba(95, 95, 95, 0.3) inset !important;
  33. }
  34.  
  35. .giveaway-summary__heading__name {
  36. color: #A0A0A0;
  37. text-shadow: 2px 2px 2px #000,1px 1px #000;
  38. }
  39.  
  40. .notification--warning {
  41. background-image: -webkit-linear-gradient(rgba(240, 240, 179, 0.95) 0px, rgba(238, 238, 157, 0.82) 20px);
  42. border-color: #E2C502;
  43. color: #303030;
  44. text-shadow: 1px 1px 1px #B3B32C;
  45. }
  46.  
  47. .page__heading>* {
  48. background-image: linear-gradient(#4B4B4B 0%, rgba(27, 27, 27, 0.4) 100%) ;
  49. border: 1px solid #555E74 ;
  50. }
  51.  
  52. .page__heading__red, .page__heading__green {
  53. border: 1px solid;
  54. text-shadow: 1px 1px 1px rgba(0,0,0,1);
  55. }
  56.  
  57. .page__outer-wrap {
  58. background-color: #0F0F0F ;
  59. background-image: radial-gradient(farthest-side at center top, rgba(3, 13, 17, 1) -190%, rgba(10, 10, 10, 1) 190%);
  60. color: #949494;
  61. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  62. box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 1), 0 0 25px rgba(255, 255, 255, 0.02) inset, 0 30px 50px rgba(0, 0, 0, 0.61) inset, 1px 2px 1px rgba(0, 0, 0, 0.3) inset, 1px 3px 3px rgba(14, 14, 14, 0.25), 1px 1px 0px rgba(0, 0, 0, 0.77);
  63. border-top: solid 1px #000;
  64. }
  65.  
  66. .pagination {
  67. border-top: 1px solid #151518;
  68. }
  69.  
  70. .table__column__secondary-link, .pagination__navigation a:not(.is-selected) span, .comment__cancel span, .page__description__cancel span, .comment__username a, .comment__actions__button, .form__edit-button span, .giveaway-summary__username, .giveaway-summary__links span {
  71. border-bottom: 1px dotted;
  72. box-shadow: 0 1px 0 rgba(83,83,83,0.3);
  73. }
  74.  
  75. .sidebar__heading {
  76. border-bottom: 1px solid #151518;
  77. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  78. }
  79.  
  80. .sidebar__navigation {
  81. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  82. }
  83.  
  84. .sidebar__navigation__item__link:hover {
  85. background-image: linear-gradient(#3D3C3C 0%, rgba(0, 0, 0, 0.4) 100%);
  86. border: 1px solid #4B5570;
  87. border-radius: 4px;
  88. }
  89.  
  90. .sidebar__navigation__item__link:not(:hover) .sidebar__navigation__item__underline {
  91. border-bottom: 1px dotted #B3B3B3;
  92. box-shadow: 0 1px 0 rgba(83, 83, 83, 0.3);
  93. }
  94.  
  95. .sidebar__search-container, input:not(.sidebar__search-input), select, textarea {
  96. background-color: #3d3d3d;
  97. border-color: #6B6E75 #808186 #818286 #80818A;
  98. color: #fff!important;
  99. }
  100.  
  101. .table__avatar-outer-wrap, .table__thumbnail-outer-wrap, .comment__avatar-outer-wrap, .markdown img, .form__group__avatar-outer-wrap, .giveaway-summary__thumbnail-outer-wrap, .giveaway-summary__avatar-outer-wrap {
  102. background-color: #242424;
  103. border: 1px solid #4A5163;
  104. }
  105.  
  106. .table__column__heading {
  107. color: #596C83;
  108. }
  109.  
  110. .table__row-outer-wrap:not(:last-of-type) {
  111. border-bottom: 1px solid #151518;
  112. }
  113.  
  114. .widget-container>div:not(:first-child) {
  115. border-left: 1px solid #151518;
  116. }
  117.  
  118. body {
  119. background-color: #1C222C;
  120. }
  121.  
  122. .ajax.comment__child:not(.highlight) {
  123. background-color: rgba(100, 100, 100, 0.2);
  124. border: 1px solid #474E5C;
  125. box-shadow: 1px 1px 0 #474747 inset,0 7px 7px rgba(130, 130, 130, 0.3) inset;
  126. }
  127.  
  128. .page__heading__breadcrumbs a {
  129. color: #6b93bd;
  130. }
  131.  
  132. .table__heading {
  133. background-color: #303030;
  134. border: 1px solid #79839C;
  135. color: #8F9FB3;
  136. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  137. }
  138.  
  139. html {
  140. background-color: #000000;
  141. }
  142.  
  143. input.sidebar__search-input {
  144. background-color: #3d3d3d;
  145. }
  146.  
  147. .page__heading__green.is-selected, .page__heading__red.is-selected {
  148. background-image: linear-gradient(rgba(208,211,219,0.25) 0%, rgba(208,211,219,0.45) 100%);
  149. border-color: #B1B1B1;
  150. box-shadow: 2px 2px 2px rgba(75, 75, 75, 0.35) inset,7px 7px 7px rgba(75, 75, 75, 0.35) inset,10px 10px 10px rgba(75, 75, 75, 0.35) inset,1px 1px 0 #B1B1B1;
  151. }
  152.  
  153. .page__heading__absolute-dropdown {
  154. border: 1px solid #575A61;
  155. }
  156.  
  157. .nav__absolute-dropdown {
  158. box-shadow: 0 0 5px rgba(0,0,0,0.7),2px 2px 5px rgba(0,0,0,0.8),1px 1px 2px rgba(0,0,0,9);
  159. }
  160.  
  161. .nav__row {
  162. background-image: linear-gradient(#4B4B4B 0%, #383838 100%);
  163. padding: 12px 15px;
  164. text-shadow: 1px 1px #000;
  165. }
  166.  
  167. .nav__row:hover, .page__heading__row:hover {
  168. background-image: -webkit-linear-gradient(rgba(60, 180, 175, 1) 0%, #197272 100%) !important;
  169. color: #fff;
  170. }
  171.  
  172. .nav__row:not(:first-child) {
  173. border-top: 1px dashed #252A3A;
  174. }
  175.  
  176. .nav__row__summary__description {
  177. color: #8EA2B9;
  178. }
  179.  
  180. .nav__row__summary__name {
  181. color: #7692D6;
  182. }
  183.  
  184. .nav__row:hover .nav__row__summary__name {
  185. color: #fff;
  186. }
  187.  
  188. .page__heading__row {
  189. background-image: linear-gradient(#4B4B4B 0%, #383838 100%);
  190. padding: 10px;
  191. text-shadow: 1px 1px #000;
  192. }
  193.  
  194. .page__heading__row:hover {
  195. background-image: -webkit-linear-gradient(rgba(108, 193, 226, 1) 0%, #39A0C0 100%);
  196. }
  197.  
  198. .page__heading__row__name {
  199. color: #6885CF;
  200. }
  201.  
  202. .page__heading__row:hover .page__heading__row__name {
  203. color: #fff;
  204. }
  205.  
  206. .page__heading__row:not(:first-child) {
  207. border-top: 1px dashed #252A3A;
  208. }
  209.  
  210. .nav__button-container:not(.nav__button-container--icon) .nav__button:hover {
  211. background-image: -webkit-linear-gradient(#989ca6 0px, #9296a1 5px, #737885 100%);
  212. color: #252b3d;
  213. }
  214.  
  215. .nav__button {
  216. color: #0E0F16 ;
  217. }
  218.  
  219. .sidebar__entry-loading, .comment__action-button, .page__description__save, .poll__vote-button, .form__add-answer-button, .form__sync-loading, .form__verify-default {
  220. color: #8F97AA ;
  221. border-color: #B4B3B3 #A7A7A7 #AAA9A9 #B4B4B4 ;
  222. background-image: -webkit-linear-gradient(#868686 0%, rgba(109, 108, 108, 0.3) 100%) ;
  223. text-shadow: 1px 1px 1px #000 ;
  224. }
  225.  
  226. .sidebar__entry-loading:not(.is-disabled):hover, .comment__action-button:not(.is-disabled):hover, .page__description__save:not(.is-disabled):hover, .poll__vote-button:not(.is-disabled):hover, .form__add-answer-button:not(.is-disabled):hover, .form__sync-loading:not(.is-disabled):hover, .form__verify-default:not(.is-disabled):hover {
  227. background-image: -webkit-linear-gradient(#D8D8D8 0%, rgba(196, 196, 196, 0.55) 100%);
  228. }
  229.  
  230. .table__row-spacer {
  231. border-left: 1px solid rgba(211,215,225,0.1);
  232. border-right: 1px solid rgba(211,215,225,0.1);
  233. }
  234.  
  235. .markdown .spoiler_blur:not(:hover) {
  236. background-color: rgba(50, 56, 66, 0.64);
  237. }
  238.  
  239. .nav__button-container--inactive i {
  240. color: #0E0F16;
  241. }
  242.  
  243. .sidebar__shortcut-tooltip-absolute {
  244. border: 1px solid #E0C82E;
  245. color: #333333;
  246. font-size: 12px;
  247. background-image: -webkit-linear-gradient(#F1F185 0px, #EBEB65 20px);
  248. box-shadow: 0 6px 15px rgba(0, 185, 178, 1),0 3px 6px rgba(0, 185, 178, 1),0 3px 6px rgba(0, 185, 178, 1),0 3px 8px rgba(0, 185, 178, 1),0 1px 3px rgba(0, 185, 178, 1);
  249. font-weight: 800;
  250. text-shadow: 1px 1px 2px #FFF;
  251. }
  252.  
  253. .sidebar__shortcut-inner-wrap>* {
  254. border-color: #545761;
  255. background-image: -webkit-linear-gradient(rgba(167, 167, 167, 0.5) 0%, rgba(107, 107, 107, 0.05) 100%);
  256. text-shadow: 1px 1px 1px #000;
  257. }
  258.  
  259. .notification--success {
  260. background-image: -webkit-linear-gradient(#BEFF7E 0%, #8BCC53 100%);
  261. border-color: #88EB30;
  262. color: #385022;
  263. text-shadow: 1px 1px 1px white;
  264. }
  265.  
  266. .sidebar__entry-insert, .sidebar__action-button, .form__submit-button, .form__sync-default {
  267. border-color: #b9d393 #96bc69 #73a442 #a0c870;
  268. text-shadow: 1px 1px 1px rgba(213, 213, 213, 1);
  269. background-image: linear-gradient(#A8E66F 0%, #8DDD3E 50%, #61AC16 100%);
  270. color: rgba(45, 82, 0, 0.95);
  271. }
  272.  
  273. .sidebar__entry-insert:not(.is-disabled):hover, .sidebar__action-button:not(.is-disabled):hover, .form__submit-button:not(.is-disabled):hover, .form__sync-default:not(.is-disabled):hover {
  274. background-image: linear-gradient(#BFFF81 0%, #9FEE52 50%, #8EDA42 100%);
  275. color: rgba(45, 82, 0, 0.95); *
  276. }
  277.  
  278.  
  279. .comment__parent-message {
  280. background-color: #363636;
  281. border: 1px solid #727681;
  282. color: #B5BFCC;
  283. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  284. }
  285.  
  286. .markdown h1, .markdown h2, .markdown h3 {
  287. color: #A0A0A0;
  288. text-shadow: 2px 2px 2px #000,1px 1px #000;
  289. }
  290.  
  291. .sidebar__entry-delete, .sidebar__error, .sidebar__suspension {
  292. border-color: #F0B9BC #E99F9F #D67878 #E97E7E;
  293. color: #8D0E0E;
  294. background-image: linear-gradient(#E98585 0%, #CE2B2B 100%);
  295. text-shadow: 1px 1px 1px rgba(192, 192, 192, 0.75);
  296. }
  297.  
  298. .giveaway-summary__links i {
  299. color: #A0A0A0;
  300. text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  301. }
  302.  
  303. .featured__heading {
  304. color: #bbb;
  305. }
  306.  
  307. .sidebar__entry-loading, .comment__action-button, .page__description__save, .poll__vote-button, .form__add-answer-button, .form__sync-loading, .form__verify-default {
  308. border-color: #979797 #7C7C7C #777777 #818181;
  309. }
  310.  
  311. .form__group {
  312. border: 1px solid #50545C;
  313. }
  314.  
  315. .form__groups {
  316. background-color: #141414;
  317. border-top: 1px solid #50545C;
  318. border-left: 1px solid #50545C;
  319. }
  320.  
  321. .form__group.is-selected {
  322. background-image: linear-gradient(#3D3939 0px, #292A2C 25px);
  323. box-shadow: 1px 1px 0 rgba(180, 179, 179, 0.5) inset;
  324. }
  325.  
  326. .form__group--whitelist {
  327. border-right: none;
  328. }
  329.  
  330. ::-webkit-scrollbar {
  331. width: 13px;
  332. background-color: #111 !important;
  333. }
  334. ::-webkit-scrollbar-thumb {
  335. background: #252525 !important;
  336. }
  337. ::-webkit-scrollbar-thumb:hover {
  338. background: #333 !important;
  339. }
  340. ::-webkit-scrollbar-thumb:active {
  341. background: #444 !important;
  342. }
  343. ::-webkit-scrollbar-button {
  344. background-color: #292929 !important;
  345. }
  346. ::-webkit-scrollbar-button:hover {
  347. background-color: #335 !important;
  348. }
  349. ::-webkit-scrollbar-button:active {
  350. background-color: #447 !important;
  351. }
  352. scrollbar {
  353. -moz-appearance: none !important;
  354. width: 13px !important;
  355. background: #111 !important;
  356. }
  357. thumb {
  358. -moz-appearance: none !important;
  359. border: none !important;
  360. background-color: #445 !important;
  361. }
  362. thumb:hover {
  363. background-color: #557 !important;
  364. }
  365. thumb:active {
  366. background-color: #669 !important;
  367. }
  368. scrollbarbutton {
  369. -moz-appearance: none !important;
  370. border: none !important;
  371. background-color: #292929 !important;
  372. }
  373. scrollbarbutton:hover {
  374. background-color: #335 !important;
  375. }
  376. scrollbarbutton:active {
  377. background-color: #447 !important;
  378. }
  379.  
  380.  
  381. .preview {
  382. box-shadow: 1px 1px 0 #5E5E5E inset,0 7px 7px rgba(168, 168, 168, 0.37)inset !important;
  383. background-color: rgba(70, 70, 70, 1) !important;
  384. border: 1px solid #71747A !important;
  385. }
  386.  
  387. .livepreview.markdown {
  388. color: #fff;
  389. }
  390.  
  391. .comment__child {
  392. box-shadow: 1px 1px 0 #5E5E5E inset,0 7px 7px rgba(168, 168, 168, 0.37)inset;
  393. border: 1px solid #71747A;
  394. }
  395.  
  396.  
  397. .nav__button-container:not(.nav__button-container--icon) .nav__button {
  398. background-image: linear-gradient(#676A74 0px, #63666F 5px, #42454E 100%);
  399. }
  400.  
  401. .nav__button{
  402. color: #E0E0E0;
  403. text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  404. }
  405.  
  406.  
  407. .nav__button-container:not(.nav__button-container--icon) .nav__button:hover{
  408. text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  409. background-image: -webkit-linear-gradient(rgba(82, 226, 220, 1) 0%, #209091 100%);
  410. }
  411.  
  412.  
  413. i.fa.fa-gift:hover, i.fa.fa-envelope:hover, i.fa.fa-trophy:hover{
  414. color: #E0E0E0;
  415. text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  416. }
  417.  
  418. .nav__button-container--inactive i {
  419. color: #C0C1CE;
  420. text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
  421. }
  422.  
  423. .nav__button-container.is-selected .nav__button {
  424. text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  425. color: #1B1B1B;
  426. background-image: linear-gradient(#A5A5A5 0px, #9E9FA2 5px, #626469 100%);
  427. }
  428.  
  429. .nav__button-container--active i {
  430. color: #97CC97;
  431. }
  432.  
  433. .giveaway-summary__column--whitelist, .giveaway-summary__column--community-voted , .giveaway-summary__column--invite-only, .giveaway-summary__column--group {
  434. border-color: #333844 !important;
  435. text-shadow: 1px 1px 1px rgba(226,226,226,1);
  436. }
  437.  
  438. .markdown pre, .markdown code {
  439. color: rgb(172, 175, 103);
  440. }
  441.  
  442. .markdown .comment__toggle-attached {
  443. color: #AA6C57;
  444. }
  445.  
  446. .sidebar__navigation__item.is-selected .sidebar__navigation__item__name, .sidebar__navigation__item.is-selected i,.icon-red, .trade-feedback--negative, .pagination__navigation a.is-selected, .markdown li:before {
  447. color: #DB5151;
  448. }
  449.  
  450. .poll__answer-container--negative .poll__vote-graph {
  451. border-color: #8E9092 #6F7174 #75787C #8B8E91;
  452. background-image: linear-gradient(#A4A7AC 0%, #93979C 100%);
  453. }
  454.  
  455. .poll__answer-container--positive .poll__vote-graph {
  456. border-color: #A1BD78 #85AC57 #7FA552 #A1BD78;
  457. background-image: linear-gradient(#A5C982 0%, #8AB85E 100%);
  458. }
  459.  
  460. .highlight {
  461. box-shadow: 1px 1px 0 #4B4B4B inset,0 7px 7px rgba(121, 121, 121, 0.37)inset;
  462. border: 1px solid #962A2A;
  463. background-color: rgba(14, 8, 8, 0.71);
  464. }
  465.  
  466. .markdown hr {
  467. border-top: 1px solid #8A8A8A;
  468. }
  469.  
  470. .sidebar__shortcut-inner-wrap>*.is-selected.sidebar__shortcut__blacklist {
  471. border-color: #EE949C #F38890 #DF696D #F37B81 !important;
  472. background-image: linear-gradient(#F68E8E 0%, #F13434 100%);
  473. color: #AF1616;
  474. }
  475.  
  476. .sidebar__shortcut-inner-wrap>*.is-selected.sidebar__shortcut__whitelist {
  477. border-color: #88A6EE #7197F1 #678BE0 #7398F1 !important;
  478. background-image: -webkit-linear-gradient(#B1C8FC 0%, #81A5F0 100%);
  479. color: #425FA8;
  480. }
  481.  
  482. .table--ticket-summary {
  483. border: 1px solid #333741;
  484. background-color: #141414;
  485. }
  486.  
  487. .table__row-outer-wrap {
  488. color: #989A9C;
  489. }
  490.  
  491. div > div.table__column--width-fill > form > strong {
  492. color: #6db563;
  493. }
  494.  
  495. .sidebar__navigation {
  496. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  497. background-image: linear-gradient(rgba(77, 77, 77, 0.6) 0px, rgba(85, 85, 85, 0.35) 6px, rgba(2, 2, 2, 0.1) 100%);
  498. border: 1px solid #333844;
  499. box-shadow: 1px 1px 2px rgba(95, 95, 95, 0.3) inset !important;
  500. border-radius: 4px;
  501. margin-top: 5px;
  502. margin-bottom: 12px;
  503. padding: 4px;
  504. }
  505.  
  506. .sidebar__heading {
  507. border-bottom: none;
  508. box-shadow: none;
  509. font: bold 14px/16px Arial,sans-serif;
  510. }
  511.  
  512. .page__outer-wrap {
  513. background-color: #0F0F0F;
  514. background-image: radial-gradient(farthest-side at center top, rgba(4, 18, 24, 1) -190%, rgba(10, 10, 10, 1) 190%);
  515. color: #949494;
  516. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  517. box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 1), 0 0 25px rgba(255, 255, 255, 0.02) inset, 0 30px 50px rgba(0, 0, 0, 0.61) inset, 1px 2px 1px rgba(0, 0, 0, 0.3) inset, 1px 3px 3px rgba(14, 14, 14, 0.25), 1px 1px 0px rgba(0, 0, 0, 0.77);
  518. border-top: solid 1px #000;
  519. }
  520.  
  521. .widget-container>div:not(:first-child) {
  522. padding-left: 10px;
  523. margin-left: 15px;
  524. order-left: none;
  525. box-shadow: none;
  526. }
  527.  
  528. .widget-container>div:not(:first-child) {
  529. border-left: none;
  530. }
  531.  
  532. .giveaway-summary__heading__name {
  533. color: #8692A2;
  534. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1),2px 2px 2px rgba(0, 0, 0, 1);
  535. }
  536.  
  537. .giveaway-summary__heading__points {
  538. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1),1px 1px 2px rgba(0, 0, 0, 1);
  539. }
  540.  
  541. .page__heading + div:not(.notification), .gridview_flex {
  542. text-shadow: 1px 1px rgba(0, 0, 0, 1);
  543. background-color: #0F0F0F;
  544. background-image: radial-gradient(farthest-side at center top, rgba(5, 21, 27, 1) -190%, rgba(20, 20, 20, 1) 190%);
  545. box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 1), 0 0 25px rgba(255, 255, 255, 0.02) inset, 0 30px 50px rgba(0, 0, 0, 0.61) inset, 1px 2px 1px rgba(0, 0, 0, 0.3) inset, 1px 3px 3px rgba(14, 14, 14, 0.25), 1px 1px 0px rgba(0, 0, 0, 0.77);
  546. border: 1px solid #333844;
  547. border-radius: 4px;
  548. margin-top: 8px;
  549. margin-bottom: 12px;
  550. padding: 10px;
  551. }
  552.  
  553. div:nth-child(3) > .gridview_flex {
  554. text-shadow: none;
  555. background-color: transparent;
  556. background-image: none;
  557. box-shadow: none;
  558. border: none;
  559. border-radius: 0px;
  560. margin: 0px;
  561. padding: 0px;
  562. }
  563.  
  564. .table__column__heading {
  565. color: #8A97A5;
  566. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1),2px 2px 2px rgba(0, 0, 0, 1);
  567. }
  568.  
  569. .featured__welcome-message {
  570. color: #C4C4C4;
  571. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1),2px 2px 2px rgba(0, 0, 0, 1);
  572. }
  573.  
  574. .table__column__secondary-link,.giveaway-summary__links span, .giveaway-summary__links span {
  575. color: #617CC0;
  576. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1),1px 1px 2px rgba(0, 0, 0, 1);
  577. }
  578.  
  579. .sidebar__navigation__item__name {
  580. color: #4B6AB4;
  581. }
  582.  
  583. .sidebar__navigation__item__count {
  584. color: #7B899B;
  585. }
  586.  
  587. header {
  588. position: relative;
  589. box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 1), 0 0 25px rgba(255, 255, 255, 0.02) inset, 0 30px 50px rgba(0, 0, 0, 0.66) inset, 1px 2px 1px rgba(0, 0, 0, 0.3) inset, 1px 3px 3px rgba(14, 14, 14, 0.25), 1px 1px 0px rgba(0, 0, 0, 0.77);
  590. }
  591.  
  592. .page__outer-wrap {
  593. position: relative;
  594. }
  595.  
  596. .markdown img, .global__image-outer-wrap {
  597. background-color: #2f2f2f;
  598. border: 1px solid #495061;
  599. }
  600.  
  601. .pinned-giveaways {
  602. border: 1px solid #555E74;
  603. background-color: transparent;
  604. background-image: -webkit-linear-gradient(rgba(82, 226, 220, 0.4) 0%, rgba(32, 144, 145, 0.3) 100%);
  605. }
  606.  
  607. .pinned-giveaways * .giveaway__heading__thin, .pinned-giveaways * .giveaway__heading__name {
  608. color: #6B8CB3 !important;
  609. }
  610.  
  611. .pinned-giveaways * .giveaway__columns>*:not(.giveaway__column--group):not(.giveaway__column--whitelist):not(.giveaway__column--invite-only):not(.giveaway__column--community-voted) {
  612. color: #b3b3b3!important;
  613. background-image: linear-gradient(rgba(255, 255, 255, 0.46) 0px, rgba(255, 255, 255, 0.3) 6px, rgba(255, 255, 255, 0.19) 100%)!important;
  614. border: solid 1px rgb(129, 129, 129)!important;
  615. box-shadow: 1px 1px 0 rgba(165, 165, 165, 0.55) inset;
  616. }
  617.  
  618. .giveaway__row-outer-wrap:not(:last-child), .comments>.comment:not(:last-child) {
  619. border-bottom: 1px solid #83858C;
  620. box-shadow: 0 1px 0 rgba(197, 197, 197, 0.21);
  621. }
  622.  
  623. .page__heading__button, .trade-feedback-icon, .comment__envelope, .trade__search-submit {
  624. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  625. }
  626.  
  627. .sidebar__entry-loading, .comment__submit-button, .page__description__save, .poll__vote-button, .form__add-answer-button, .form__sync-loading {
  628. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.09) 100%);
  629. text-shadow: 1px 1px #000;
  630. border-color: #6B6E75 #808186 #818286 #80818A;
  631. }
  632.  
  633. .sidebar__entry-loading:not(.is-disabled):active, .comment__submit-button:not(.is-disabled):active, .page__description__save:not(.is-disabled):active, .poll__vote-button:not(.is-disabled):active, .form__add-answer-button:not(.is-disabled):active, .form__sync-loading:not(.is-disabled):active {
  634. box-shadow: 2px 2px 2px rgba(208, 211, 219, 0.2) inset,7px 7px 7px rgba(208, 211, 219, 0.2) inset,10px 10px 10px rgba(208, 211, 219, 0.2) inset,1px 1px 0 rgba(169, 169, 169, 0.58);
  635. border-color: #BABABA #AEB0B6 #B9BCC2 #A0A2A9;
  636. background-image: -webkit-linear-gradient(rgba(208, 211, 219, 0.15) 0%, rgba(208, 211, 219, 0.32) 100%);
  637. }
  638.  
  639. .giveaway__hide {
  640. opacity: 0.55;
  641. }
  642.  
  643. .giveaway__links i {
  644. color: #848484;
  645. text-shadow: 0 1px #aab5c6,0 -1px #aab5c6,1px 0 #aab5c6,-1px 0 #aab5c6;
  646. }
  647.  
  648. .trade__search-container, .table--summary, .table__heading {
  649. border: 1px solid #9598A0;
  650. background-color: #5F646F;
  651. }
  652.  
  653. .page__heading__button--green, .trade-feedback-icon--positive, .trade-feedback-summary--positive, .trade__search-submit {
  654. border-color: #B1C79E #9CB87F #88A868 #9ABA7C;
  655. color: #68CB02;
  656. background-image: -webkit-linear-gradient(#CDF4A5 0%, #5E7941 100%);
  657. }
  658.  
  659. .giveaway__column--group, .giveaway__column--whitelist {
  660. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  661. }
  662.  
  663. .popup {
  664. background-color: #202020;
  665. text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  666. border: solid 1px rgba(0, 0, 0, 0.29);
  667. box-shadow: 0 0 15px rgba(0, 0, 0, 1),2px 2px 5px rgba(0,0,0,0.05),1px 1px 2px rgba(0,0,0,0.1);
  668. }
  669.  
  670. .popup img {
  671. background-color: #151515;
  672. box-shadow: 0 0 15px rgba(0, 0, 0, 1),2px 2px 5px rgba(0,0,0,0.05),1px 1px 2px rgba(0,0,0,0.1);
  673. }
  674.  
  675. .popup__heading {
  676. color: #557193;
  677. }
  678.  
  679. div.b-modal.__b-popup1__ {
  680. background-color: rgb(48, 48, 48) !important;
  681. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement