Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document domain("wykop.pl") {
- /* Obramowanie przycisku "wykop" na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span {
- background-image: none !important;
- border-style: solid !important;
- border-width: 1px !important;
- border-color: #E9E9E9 !important;
- border-top-left-radius: 10px !important;
- color: #3C5E6F !important;
- }
- /* Przycisk "cofnij" na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span.button {
- background-color: #0094DC !important;
- border-color: #1CAFFF !important;
- border-width: 1px !important;
- border-radius: unset !important;
- color: #FAFFFF !important;
- }
- /* Przycisk "wykop" na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .ajax > span.button.submit {
- background-color: #FF6B23 !important;
- border-color: #FF4900 !important;
- border-width: 1px !important;
- border-radius: unset !important;
- color: #FAFFFF !important;
- }
- /* Ukrycie (1) obok tekstu "zakop" na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown-show > span {
- font-size: 0 !important;
- }
- /* Tekst "zakop" na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown-show > span:before {
- background-color: #0094DC !important;
- border-color: #1CAFFF !important;
- border-radius: unset !important;
- border-style: solid !important;
- border-width: 1px !important;
- color: #FAFFFF !important;
- content: "zakop";
- font-size: 11px !important;
- height: auto !important;
- padding: 2px 9px 2px 9px !important;
- position: relative !important;
- top: 2px !important;
- }
- /* Powody zakopu na stronie głównej: */
- #itemsStream > .link.iC > .article.clearfix.preview.dC > .diggbox > .dropdown.fix-dropdown.bodyClosable div {
- border-radius: unset !important;
- border-color: #F3F3F3 !important;
- }
- /* Obramowanie przycisku "wykop" na stronie z artykułem: */
- #itemsStream > .link.iC > .article.fullview.clearfix.dC > .diggbox > .ajax > span {
- background-image: none !important;
- border: solid 1px #E9E9E9 !important;
- border-top-left-radius: 10px !important;
- color: #3C5E6F !important;
- }
- /* Przycisk "wykop" na stronie z artykułem: */
- #itemsStream > .link.iC > .article.fullview.clearfix.dC > .diggbox > .ajax > span.button.submit {
- background-color: #FF6B23 !important;
- border-color: #FF4900 !important;
- border-width: 1px !important;
- border-radius: unset !important;
- color: #FAFFFF !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement