Advertisement
Guest User

Untitled

a guest
Dec 10th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.77 KB | None | 0 0
  1. element.style {
  2. }
  3. pni-me.com/media="all"
  4. a.nivo-nextNav, a.nivo-prevNav {
  5. top: 50%;
  6. margin-top: -21px;
  7. }
  8. pni-me.com/media="all"
  9. .nivo-directionNav a {
  10. position: absolute;
  11. top: 50%;
  12. z-index: 9;
  13. cursor: pointer;
  14. }
  15. pni-me.com/media="all"
  16. .nivo-nextNav, .right-arrow, .ps-right-arrow, .cs-next-arrow, .ps-right-arrow {
  17. text-indent: 0px;
  18. }
  19. pni-me.com/media="all"
  20. .nivo-prevNav, .nivo-nextNav, .left-arrow, .right-arrow, .ps-left-arrow, .ps-right-arrow, .cs-next-arrow, .cs-prev-arrow, .ps-left-arrow, .ps-right-arrow {
  21. -webkit-transition: all 0.2s ease;
  22. -moz-transition: all 0.2s ease;
  23. -ms-transition: all 0.2s ease;
  24. -o-transition: all 0.2s ease;
  25. transition: all 0.2s ease;
  26. line-height: 35px;
  27. }
  28. pni-me.com/media="all"
  29. .icon-arrow-left, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-right-2, .nivo-prevNav, .nivo-nextNav, .left-arrow, .right-arrow, .ps-left-arrow, .ps-right-arrow, .cs-arrows, .pc-next, .pc-prev, .scroll-to-top span, .ts-left-arrow, .ts-right-arrow, .mob-nav-arrow span, .mob-sub-opened span {
  30. text-transform: none;
  31. font-weight: normal;
  32. font-style: normal;
  33. font-variant: normal;
  34. font-family: 'PexetoArrows';
  35. line-height: 1;
  36. speak: none;
  37. -webkit-font-smoothing: antialiased;
  38. }
  39. pni-me.com/media="all"
  40. .nivo-nextNav, .nivo-prevNav {
  41. -webkit-transition: all 0.3s ease;
  42. -moz-transition: all 0.3s ease;
  43. -ms-transition: all 0.3s ease;
  44. -o-transition: all 0.3s ease;
  45. right: 20px;
  46. display: block;
  47. width: 35px;
  48. height: 35px;
  49. background-color: transparent;
  50. color: #ffffff;
  51. text-align: center;
  52. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  53. font-size: 50px;
  54. transition: all 0.3s ease;
  55. }
  56. pni-me.com/media="all"
  57. .nivo-nextNav {
  58. right: 0;
  59. text-indent: 3px;
  60. }
  61. a, a:hover, .tabs .current a, .read-more, .footer-widgets a:hover, .comment-info .reply, .comment-info .reply a, .comment-info, #wp-calendar tbody td a, .widget_nav_menu li.current-menu-item > a, .post-title a:hover, .post-tags a, .archive-page a:hover, .testimonials-details a, .carousel-title .link-title, .post-info a, .lp-title a:hover, .pg-icon {
  62. color: #98012e;
  63. }
  64. pni-me.com/media="all"
  65. a {
  66. color: #359bb4;
  67. text-decoration: none;
  68. }
  69. pni-me.com/media="all"
  70. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  71. margin: 0;
  72. padding: 0;
  73. border: 0;
  74. vertical-align: baseline;
  75. font-size: 100%;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement