Advertisement
Guest User

Untitled

a guest
Aug 18th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("netvibes.com") {
  4. span.item-title {
  5. font-family: Arial, Verdana, Helvetica !important;
  6. font-weight: normal !important;
  7. color: black !important;
  8. margin-top: -1px !important;
  9. }
  10. span.title {
  11. font-family: Arial, Verdana, Helvetica !important;
  12. font-weight: bold !important;
  13. font-size: 110% !important;
  14. color: lightgray !important;
  15. }
  16. span.item-time {
  17. font-family: Verdana, Helvetica !important;
  18. font-weight: normal !important;
  19. color: maroon !important;
  20. }
  21. h2.title {
  22. font-family: Arial, Verdana, Helvetica !important;
  23. font-size: 12px !important;
  24. }
  25. li.tab.selected {
  26. background-color: #333333 !important;
  27. border-bottom-style: solid !important;
  28. border-width: 3px !important;
  29. color: silver !important;
  30. }
  31. a.item-header {
  32. font-family: Arial, Verdana, Helvetica !important;
  33. }
  34.  
  35. .universal-zorch {
  36. display: none !important;
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement