Advertisement
Shiny_

Untitled

Oct 28th, 2014
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.48 KB | None | 0 0
  1. @-moz-document domain("wykop.pl") {
  2.     #nav {
  3.         height: 100px !important;
  4.     }
  5.  
  6.     .clearfix.mainnav {
  7.         height: auto !important;
  8.         background-color: #4b6a7c !important;
  9.     }
  10.  
  11.  
  12.     /* Zmiana pozycji przycisków, które są PO przycisku przekierowującym na główną stronę portalu. */
  13.     .mainnav li:nth-child(2) {
  14.         width:100% !important;
  15.     }
  16.  
  17.     ul:not(.mainnav).clearfix li {
  18.         height:100%;
  19.     }
  20.  
  21.     #nav .nav li.active a, .clearfix.mainnav a, .clearfix.m-reset-position, .clearfix a {
  22.         background-image: url("http://i.imgur.com/6Nnchw2.gif") !important;
  23.         color: #26495c !important;
  24.     }
  25.  
  26.     em.mark-number {
  27.         background-color: transparent !important;
  28.         color: #3B708A !important;
  29.     }
  30.  
  31.     .diggbox span:first-child {
  32.         background: url("http://i.imgur.com/L6avdgg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  33.         color: #3b708a;
  34.     }
  35.  
  36.     #nav .nav li a:hover, em.mark-number:hover, .clearfix.mainnav > li:hover, .diggbox span:first-child:hover, .clearfix a:hover {
  37.         color: #FF5917 !important;
  38.     }
  39.  
  40.     .icon.wykop-logo, .icon.microblog-logo {
  41.         background-image: url("http://i.imgur.com/Tyinjgx.png") !important;
  42.     }
  43.  
  44.     .icon.wykop-logo:hover, .icon.microblog-logo:hover {
  45.         background-image: url("http://i.imgur.com/RhpC99v.png") !important;
  46.     }
  47.  
  48.     .active > a {
  49.         background-image: url("http://i.imgur.com/6Nnchw2.gif") !important;
  50.     }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement