Advertisement
Guest User

Themeforest Header

a guest
Dec 5th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. /* Firefox : https://addons.mozilla.org/en-US/firefox/addon/stylish/?src=external-userstyleshome */
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4.  
  5. @-moz-document domain("themeforest.net") {
  6. .header-sites {
  7.   background-color: #587037 !important;
  8. }
  9. .header-sites a{
  10.     opacity: 0.1 !important;
  11. }
  12. .header-sites a.is-active,
  13. .header-sites a:hover{
  14.     opacity: 1 !important;  
  15. }
  16. .header-categories {
  17.     background-color: #333333 !important;
  18. }
  19. .header-categories__main-link, .header-categories__main-link--empty {
  20.     color: #999999 !important;
  21. }
  22. .header-sites a.is-active:after {
  23.     border-color: -moz-use-text-color rgba(0, 0, 0, 0) #333333 !important;
  24. }
  25. .hub-header-dropdown a {
  26.   padding: 8px 15px !important;
  27. }
  28. .header-logo-account__user-nav .hub-header-dropdown {
  29.   width: 186px !important;
  30. }
  31. .header-categories__search {
  32.   width: 245px !important;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement