Advertisement
Shiny_

bredgens

Mar 10th, 2015
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.65 KB | None | 0 0
  1. @-moz-document domain("wykop.pl") {
  2.     /* Obramowanie przycisku "wykop" na stronie głównej: */
  3.     #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span {
  4.         background-image: none !important;
  5.         border-style: solid !important;
  6.         border-width: 1px !important;
  7.         border-color: #E9E9E9 !important;
  8.         border-top-left-radius: 10px !important;
  9.         color: #3C5E6F !important;
  10.     }
  11.  
  12.     /* Przycisk "cofnij" na stronie głównej: */
  13.     #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span.button {
  14.         background-color: #0094DC !important;
  15.         border-color: #1CAFFF !important;
  16.         border-width: 1px !important;
  17.         border-radius: unset !important;
  18.         color: #FAFFFF !important;
  19.     }
  20.  
  21.   /* Przycisk "wykop" na stronie głównej: */
  22.     #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span.button.submit {
  23.         background-color: #FF6B23 !important;
  24.         border-color: #FF4900 !important;
  25.         border-width: 1px !important;
  26.         border-radius: unset !important;
  27.         color: #FAFFFF !important;
  28.     }
  29.  
  30.     /* Ukrycie (1) obok tekstu "zakop" na stronie głównej: */
  31.     #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown-show > span {
  32.         font-size: 0 !important;
  33.     }
  34.  
  35.     /* Tekst "zakop" na stronie głównej: */
  36.     #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown-show > span:before {
  37.         background-color: #0094DC !important;
  38.         border-color: #1CAFFF !important;
  39.         border-radius: unset !important;
  40.         border-style: solid !important;
  41.         border-width: 1px !important;
  42.         color: #FAFFFF !important;
  43.         content: "zakop";
  44.         font-size: 11px !important;
  45.         height: auto !important;
  46.         padding: 2px 9px 2px 9px !important;
  47.         position: relative !important;
  48.         top: 2px !important;
  49.       }
  50.  
  51.       /* Powody zakopu na stronie głównej: */
  52.       #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown.fix-dropdown.bodyClosable div {
  53.           border-radius: unset !important;
  54.           border-color: #F3F3F3 !important;
  55.       }
  56.  
  57.       /* Obramowanie przycisku "wykop" na stronie z artykułem: */
  58.       #itemsStream > .link.iC > .article.fullview.clearfix.dC > .diggbox > .ajax > span {
  59.         background-image: none !important;
  60.         border: solid 1px #E9E9E9 !important;
  61.         border-top-left-radius: 10px !important;
  62.         color: #3C5E6F !important;
  63.     }
  64.  
  65.     /* Przycisk "wykop" na stronie z artykułem: */
  66.     #itemsStream > .link.iC > .article.fullview.clearfix.dC > .diggbox > .ajax > span.button.submit {
  67.         background-color: #FF6B23 !important;
  68.         border-color: #FF4900 !important;
  69.         border-width: 1px !important;
  70.         border-radius: unset !important;
  71.         color: #FAFFFF !important;
  72.     }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement