Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.42 KB | None | 0 0
  1. .main_color .avia-icon-list .iconlist_icon { background-color: #cc3333; }
  2. #header_main { padding-bottom: 78px!important; }
  3. #main { padding-top: none!important; }
  4. strong.logo { height: 180px!important; padding-top: 14px!important; padding-bottom: 14px!important;}
  5. span.avia-menu-fx { display: none!important; }
  6. .main_menu ul { position: relative; top: 80px; }
  7. li.avia-pricing-row { background-color: #444444!important; font-size: 20px!important; border-color: #444444!important; line-height: 34px!important; letter-spacing: 2px!important; }
  8. li.avia-pricing-row small { color: #e1e1e1!important; font-size: 14px!important; }
  9. li.avia-button-row { background-color: #e1e1e1!important; border-color: #e1e1e1!important; }
  10. li.avia-heading-row { background-color: #cc3333!important; border-color: #cc3333!important; }
  11. .pricing-extra { background-color: #cc3333!important; border-color: #cc3333!important; }
  12. body .av-special-heading.classic-quote > * {
  13.     font-family: "Droid Sans";
  14.     font-style: none!important;
  15.     font-weight: normal;
  16. }
  17. ul.pricing-table { opacity:0.6;
  18. filter:alpha(opacity=60); /* For IE8 and earlier */ }
  19. ul.pricing-table:hover { opacity:0.9!important;
  20. filter:alpha(opacity=90); /* For IE8 and earlier */ }
  21. body .av-special-heading.classic-quote > * {
  22.     font-style: normal! important; font-size:24px! important; }
  23. .avia-icon-list .iconlist_title {
  24.     color: #5e5e5e!important;
  25.     font-weight: normal!important;
  26.     text-transform: none!important;
  27.     font-size: 16px;
  28. }
  29. .avia-content-slider .slide-entry-title {
  30.     color: #5e5e5e!important;
  31.     margin: 15px 0px!important;
  32.     }
  33. .main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading > *, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a {
  34.     color: #5e5e5e;
  35. }
  36. /*GROW*/
  37. .grow img {
  38.   height: 150px;
  39.   width: 150px;
  40.  
  41.   -webkit-transition: all 1s ease;
  42.      -moz-transition: all 1s ease;
  43.        -o-transition: all 1s ease;
  44.       -ms-transition: all 1s ease;
  45.           transition: all 1s ease;
  46. }
  47.  
  48. .grow img:hover {
  49.   width: 180px;
  50.   height: 180px;
  51. }
  52. .memberlogin  a { color: #cc3333! important;}
  53. .memberlogin  a:hover { background: #cc3333! important; color: #fff! important; }
  54. h3.widgettitle { color: #fff! important;}
  55. .slide-meta-comments, .slide-meta-del { display: none !important; }
  56. a.slide-image { margin-bottom: 20px!important; }
  57. time.slide-meta-time { display: none!important; }
  58. #top .fullsize .template-blog .post .entry-content-wrapper {
  59.     font-size: 15px;
  60.     line-height: 25px;
  61.     margin: 0 auto;
  62.     max-width: 1020px;
  63.     overflow: visible;
  64.     text-align: justify;
  65. }
  66. .main_color .heading-color, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline { color: #5e5e5e!important; }
  67. #top .fullsize .template-blog .post .entry-content-wrapper > * {
  68.     margin-left: auto;
  69.     margin-right: auto;
  70.     max-width: 1000px;
  71. }
  72. li.avia-pricing-row a { color: #fff!important; text-decoration: none!important; }
  73. .avia-slideshow-dots a { border-radius: 34px; padding: 6px; height: 33.5px; text-indent: 30%; width: 33.5px;    font-weight: bold; }
  74. #top .avia-content-slider-element-container .avia-slideshow-dots { text-align: left; padding-bottom: 15px; }
  75. .main_color.iconbox_top .iconbox_icon { color: #fff!important; }
  76. div.ncore_form_input {
  77.     height: 30px;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement