Advertisement
KarachanStyler

Wykopek style

May 10th, 2019
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.68 KB | None | 0 0
  1. body {
  2.     display: flex;
  3.     flex-direction: column;
  4. }
  5.  
  6. #hideformWrapper, #postform {
  7.     order: 2;
  8. }
  9.  
  10. .grecaptcha-badge {
  11.     display: none !important;;
  12. }
  13.  
  14. div[style="text-align: center; font-size: x-small!important; padding-bottom: 4px; padding-top: 10px; color: #333;"] {
  15.     height: 0;
  16.     max-height: 0;
  17.     margin: 0;
  18.     padding: 0 !important;;
  19. }
  20.  
  21. .deleteform {
  22.     position: absolute;
  23.     background-color: rgb(67, 131, 175);
  24.     right: 0px;
  25.     padding: 15px;
  26.     border-radius: 8px;
  27. }
  28.  
  29. div.board > div.thread {
  30.     grid-column-start: 2;
  31.     margin-left: 0;
  32.     margin-right: 0;
  33.     padding-left: 3px;
  34.     margin-bottom: 3px;
  35.     display: flex;
  36.     flex-wrap: wrap;
  37. }
  38.  
  39. div.board > h2.boardHeader {
  40.     grid-column-start: 2;
  41. }
  42.  
  43. div.post.reply {
  44.     background-color: transparent;
  45.     border: none;
  46.     padding-left: 115px;
  47.     padding-bottom: 8px;
  48.     margin-right: 1px;
  49.     margin-left: 0px;
  50. }
  51.  
  52. div.post {
  53.     margin-bottom: 0px;
  54.     margin-top: 0px;
  55. }
  56.  
  57. div.thread > div:nth-of-type(2) > div.reply {
  58.     margin-top: 0px !important;
  59. }
  60.  
  61. div.post blockquote.postMessage {
  62.     max-width: unset;
  63.     margin-top: 2px;
  64.     display: contents;
  65. }
  66.  
  67. body:not(#menu) {
  68.     background-color: #4383af;
  69. }
  70.  
  71. div.sub-menu {
  72.     background-color: #4383af;
  73.     d-padding-top: 9px;
  74.     d-padding-bottom: 9px;
  75. }
  76.  
  77. div.group, div.group-options {
  78.     line-height: 49px;
  79. }
  80.  
  81. .group a, .group-options a {
  82.     color: white !important;
  83.     font-size: 13px;
  84.     font-weight: 700;
  85. }
  86.  
  87. .postContainer.opContainer {
  88.     padding-left: 13px;
  89.     padding-top: 3px;
  90.     border-top: 1px solid #e5eaec;
  91.     border-radius: 3px 3px 0 0;
  92. }
  93.  
  94. a.expander {
  95.     flex-grow: 1;
  96.     border-right: 1px solid #e5eaec;
  97. }
  98.  
  99. a.expander, span.summary {
  100.     background-color: white;
  101.     margin-left: 0;
  102.     margin-right: 0;
  103.     padding-left: 6px;
  104. }
  105.  
  106. span.summary {
  107.     border-left: 1px solid #e5eaec;
  108. }
  109.  
  110. div.postContainer {
  111.     background-color: white;
  112.     border-left: 1px solid #e5eaec;
  113.     border-right: 1px solid #e5eaec;
  114.     width: 100%;
  115. }
  116.  
  117. div.thread > div.postContainer:last-of-type {
  118.     border-bottom: 1px solid #e5eaec;
  119.     border-radius: 0 0 3px 3px;
  120. }
  121.  
  122. span.dateTime, span.postNum > a:first-of-type {
  123.     color: #c1c3c4 !important;
  124. }
  125.  
  126. a.hider::before {
  127.     content: "[Zakop]";
  128.     visibility: visible;
  129. }
  130.  
  131. a.hider {
  132.     visibility: hidden;
  133. }
  134.  
  135. span.nameBlock > span:first-child:nth-last-child(3), span.nameBlock > span:first-child:nth-last-child(2), span.nameBlock > span.samefagCLabel {
  136.     display: none;
  137. }
  138.  
  139. span.posteruid {
  140.     color: #ff5917 !important;
  141.     background-color: transparent !important;
  142.     text-shadow: none !important;
  143.     margin-left: 35px;
  144.     font-size: 13px !important;
  145.     font-family: Arial,liberation sans,droid sans,Tahoma,lucida sans,lucida sans unicode,lucida grande,trebuchet ms,Verdana,Helvetica,sans-serif;
  146.     padding: 0 !important;
  147.     margin: 0 !important;
  148. }
  149.  
  150. span.posteruid[title^="a"], span.posteruid[title^="b"] {
  151.     color: #b00 !important;
  152. }
  153.  
  154. span.posteruid[title^="c"], span.posteruid[title^="d"], span.posteruid[title^="e"],
  155. span.posteruid[title^="f"],
  156. span.posteruid[title^="g"] {
  157.     color: #393 !important;
  158. }
  159.  
  160. a.postOptionsBtn::before {
  161.     background-image: url(https://www.wykop.pl/cdn/c3397992/avatar_def,q40.png);
  162.     background-size: 30px 30px;
  163.     width: 30px;
  164.     height: 30px;
  165.     content: "";
  166.     display: inline-block;
  167.     position: absolute;
  168.     left: -40px;
  169.     border-bottom: 2px solid white;
  170.     box-shadow: 0px 2px rgba(70, 171, 242, 1);
  171. }
  172.  
  173. div.post.op > div.postInfo > a.postOptionsBtn:before {
  174.     background-size: 40px;
  175.     width: 40px;
  176.     height: 40px;
  177.     left: -50px;
  178. }
  179.  
  180. div.postInfo {
  181.     background-color: transparent !important;
  182.     border: none !important;
  183.     border-bottom: 1px solid #f4f6f7 !important;
  184. }
  185.  
  186. div.backlink hr {
  187.     display: none;
  188. }
  189.  
  190. div.backlink a.quotelink {
  191.     color: #95a5a6 !important;
  192. }
  193.  
  194. a.quotelink {
  195.     color: #3498db !important;
  196. }
  197.  
  198. div.backlink span:first-of-type:before {
  199.     content: "+: ";
  200. }
  201.  
  202. a.quotePost {
  203.     color: #4383af !important;
  204. }
  205.  
  206. div.postInfo {
  207.     position: sticky;
  208. }
  209.  
  210. div.post div.file {
  211.     display: flex;
  212.     flex-direction: column;
  213.     order: 1;
  214. }
  215.  
  216. div.backlink {
  217.     order: 1;
  218. }
  219.  
  220. span.fileText {
  221.     font-size: 11px;
  222. }
  223.  
  224. a.fileThumb {
  225.     display: table;
  226.     margin-left: 0 !important;
  227. }
  228.  
  229. span.fileText > a:first-child {
  230.     color: #95a5a6 !important;
  231.     visibility: hidden;
  232.     font-weight: 400;
  233. }
  234.  
  235. span.fileText > a:first-child:before {
  236.     color: #95a5a6;
  237.     content: "źródło ";
  238.     visibility: visible;
  239.     margin-right: -19px;
  240. }
  241.  
  242. span.fileText, span.fileText a {
  243.     color: #95a5a6 !important;
  244. }
  245.  
  246. span.quote {
  247.     color: #7f8c8d !important;
  248. }
  249.  
  250. span.quote::first-letter {
  251.     visibility: hidden !important;
  252.     display: none !important;
  253. }
  254.  
  255. span.quote::after, span.quote::before {
  256.     content: '" ';
  257.     font-size: 24px !important;
  258.     font-style: italic;
  259.     vertical-align: bottom;
  260.     font-family: times new,Georgia,Times,serif;
  261.     line-height: 14px;
  262. }
  263.  
  264. span.quote::before {
  265.     line-height: 0px;
  266.     vertical-align: bottom;
  267. }
  268.  
  269. div.fileInfo {
  270.     order: 1;
  271.     margin-left: 0 !important;
  272. }
  273.  
  274. div.board {
  275.     background-color: #ecf0f1;
  276.     display: grid;
  277.     grid-template-columns: auto 929px 340px auto;
  278. }
  279.  
  280. div.board hr {
  281.     border-color: transparent;
  282.     margin: 1px 0px;
  283. }
  284.  
  285. div.navLinks a {
  286.     color: white !important;
  287. }
  288.  
  289. div.navLinks, span.absBotDisclaimer a, div.deleteform, div.pagelist {
  290.     color: #d9e6ef !important;
  291. }
  292.  
  293. #postform, ul.rules, div.boardBanner, #hideformWrapper, #content {
  294.     background-color: #ecf0f1;
  295. }
  296.  
  297. div.postingMode {
  298.     background-color: transparent;
  299. }
  300.  
  301. ul.rules {
  302.     margin-top: -2px;
  303.     padding-bottom: 10px;
  304. }
  305.  
  306. body > hr, body > br {
  307.     display: none;
  308. }
  309.  
  310. div.boardBanner {
  311.     padding-top: 30px;
  312. }
  313.  
  314. #hideformWrapper {
  315.     margin: 0;
  316.     padding: 5px;
  317. }
  318.  
  319. #quote-preview {
  320.     background-color: white;
  321.     border: 1px solid #e5eaec;
  322.     border-radius: 3px;
  323.     padding: 8px;
  324.     min-width: 28em;
  325.     box-shadow: 0px 0px 5px gray;
  326.     padding-left: 48px;
  327. }
  328.  
  329. div.post.reply:target {
  330.     padding-left: 115px;
  331.     padding-right: 5px;
  332.     padding-top: 5px;
  333.     padding-bottom: 8px;
  334.     background-color: transparent;
  335.     border: none;
  336.     box-shadow: -3px 0px #27ae60;
  337. }
  338.  
  339. div.post {
  340.     position: relative;
  341.     padding-bottom: 16px;
  342. }
  343.  
  344. div.post {
  345.     display: flex;
  346.     flex-direction: column;
  347. }
  348.  
  349. div.board, #content {
  350.     box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  351. }
  352.  
  353. div.deleteform {
  354.     margin-top: 20px;
  355. }
  356.  
  357. div.pagelist a {
  358.     color: white !important;
  359. }
  360.  
  361. div.postOptions a {
  362.     color: white !important;
  363. }
  364.  
  365. a, span.nameBlock > span.name, a.replylink:not(:hover) {
  366.     color: #ff5917 !important;
  367. }
  368.  
  369. div.boardTitle {
  370.     color: #ff5917 !important;
  371.     padding-bottom: 8px;
  372. }
  373.  
  374. #threads > div.thread {
  375.     background-color: white;
  376.     border: 1px solid #e5eaec;
  377.     border-radius: 3px;
  378. }
  379.  
  380. div.highlightPost {
  381.     background-color: transparent !important;
  382.     box-shadow: -3px 0px rebeccapurple;
  383.     padding-left: 73px;
  384. }
  385.  
  386. div.post {
  387.     counter-reset: foofoo 0;
  388. }
  389.  
  390. blockquote.postMessage > div.backlink > span {
  391.     counter-increment: foofoo;
  392. }
  393.  
  394. div.post > blockquote > div.backlink::after {
  395.     content: "+" counter(foofoo);
  396.     position: absolute;
  397.     color: #3b915f !important;
  398. font-size: 15px !important;
  399.     right: 8px;
  400.     top: -1px;
  401.     font-weight: bold;
  402. }
  403.  
  404. div.post > blockquote > div.backlink:empty::after {
  405.     content: "0";
  406.     color: #2c3e50 !important;
  407. }
  408.  
  409. textarea {
  410.     background-color: white;
  411. }
  412.  
  413. div.postnew {
  414.     box-shadow: -3px 0px #46abf2;
  415.     padding-left: 115px;
  416.     background-color: transparent !important;
  417. }
  418. /* ustawienia */
  419.  
  420. div.postInfo {
  421.     background-color: transparent;
  422. }
  423.  
  424. div.post blockquote.postMessage {
  425.     color: #2c3e50;
  426.     margin-left: 42px;
  427. }
  428.  
  429. div.post blockquote.postMessage * {
  430.     width: -moz-fit-content;
  431.     width: fit-content;
  432. }
  433.  
  434. div.post.op blockquote.postMessage {
  435.     margin-left: 52px;
  436. }
  437.  
  438. div.post.op {
  439.     margin-left: 52px;
  440. }
  441.  
  442. .modal-bg {
  443.     background-color: transparent;
  444. }
  445.  
  446. .modal-nav li {
  447.     color: rgb(52, 73, 94);
  448.     font-weight: 400;      
  449. }
  450.    
  451.  
  452. #menu .tab-content {
  453.     background-color: white;
  454.     color: rgb(52, 73, 94);
  455. }
  456.  
  457. .modal-cont label {
  458.     background-color: white;
  459.     color: #dadadf !important
  460. }
  461.  
  462. .ui-sortable td {
  463.     color: rgb(52, 73, 94);
  464.     background-color: white;
  465.     padding: 1px;
  466.     font-weight: bold;
  467. }
  468. h2 {
  469.     color: rgb(52, 73, 94);
  470.     background-color: rgb(255,255,255);
  471.     border-radius: 3px;
  472.    
  473. }
  474. .opened h2 {
  475.         color: rgb(52, 73, 94);
  476.     background-color: white;
  477.    
  478. }
  479. #menu h2 {
  480.         color: rgb(52, 73, 94);
  481.     background-color: white;
  482.     border-radius: 3px;
  483.     text-align: left;
  484.        
  485. }
  486.  
  487. .modal-cont {
  488.     position: relative;
  489.     box-shadow: 0px 0px 3px black;
  490.     background-color: rgb(255,255,255)!important;
  491.     background: rgb(255,255,255)!important;
  492.      
  493. }
  494.  
  495. .btn-wrap {
  496.     position: absolute;
  497.     margin-bottom: -1px!Important;
  498.     color: rgba(255,255,255,0)!important;
  499.     background-color: rgb(255,255,255)!important;
  500.     position: relative;
  501.     height: 190px;
  502.     background-image: url("https://i.imgur.com/iN8KtJg.png");
  503.     background-repeat: no-repeat!important;
  504.     background-position: bottom;
  505.     background-size: 100%
  506.  
  507. }
  508.  
  509. #settingsReset {
  510. position: absolute;
  511.     color: rgba(255,255,255,0)!important;
  512.     background-image: url("https://i.imgur.com/FiF8olP.png");
  513.     background-repeat: no-repeat!important;
  514.     background-position: center;
  515.     background-color: #4b8bb7!important;
  516.     margin-top: 15px;
  517.     width: 75%;
  518.     margin-top: 30px;
  519.     display: block;
  520.     padding: 6px 4 !important;
  521.     left: 50%;
  522.     transform: translate(-50%, -50%);
  523.     font-family: Arial;
  524.     font-weight: 700;
  525.     font-size: 14px!important;
  526. }
  527. #settingsSave {
  528. position: absolute;
  529.     background-image: url("https://i.imgur.com/9ChsDCP.png");
  530.     background-repeat: no-repeat!important;
  531.     background-position: center;
  532.     background-color: rgb(59, 91, 152)!important;
  533.     color: transparent!important;
  534.     width: 75%;
  535.     margin-top: 95px;
  536.     display: block;
  537.     padding: 6px 4 !important;
  538.     left: 50%;
  539.     margin-right: -0%;
  540.     transform: translate(-50%, -50%);
  541.     margin-bottom: 5px;
  542.    
  543. }
  544.    
  545. .hint {
  546.     color: transparent!important
  547. }
  548.  
  549. .modal-nav li {
  550.     background-color: #dadadf !important;
  551.     border-color: black!important;
  552. }
  553.  
  554. #menu .modal-nav li {
  555.         border-color: #888!important;
  556. }
  557.  
  558.  
  559. .opened label {
  560.     color: rgb(59, 91, 152)!important;
  561. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement