Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. .title_container .main-title {
  2.     font-size: 25px !important;
  3. }
  4.  
  5. #search_text {
  6.    width:100% !important;
  7.    max-width: 500px;
  8.    margin-bottom: 10px !important;
  9. }
  10.  
  11. #categories, #tot-larxiu {
  12.    width:100% !important;
  13.    max-width: 502px;
  14.    margin-bottom: 10px !important;
  15. }
  16.  
  17. #format {
  18.    width:100% !important;
  19.    max-width: 502px;
  20. }
  21.  
  22. .pointercls {
  23.    cursor:pointer;
  24. }
  25.  
  26. .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
  27.     margin-bottom: 40px !important;
  28. }
  29.  
  30. .avia-content-slider .slide-entry-wrap {
  31.     margin-bottom: 0px !important;
  32. }
  33.  
  34. .noborde {
  35.    border: 0px !important;
  36. }
  37.  
  38. .logo img {
  39.     margin-top: 17px;
  40. }
  41.  
  42. @media only screen and (max-width: 767px) {
  43. #accordion_slider_0 {
  44.    display: none !important;
  45. }
  46. }
  47.  
  48. .blog-categories, .minor-meta {  display: none !important;}
  49. a { cursor: pointer !important;}
  50.  
  51. .header-scrolled  .logo img {
  52.     margin-top: 0px !important;
  53. }
  54.  
  55. .trail-before {  display: none !important;}
  56.  
  57. #av_section_1 {
  58.     background-position: 100% 100% !important;
  59. min-height: 63px !important;
  60. }
  61.  
  62. .title_container {
  63.     background-repeat: repeat;
  64.     background-image: url(http://www.conoceycrea.com/pruebas/alqueries/wp-content/uploads/2017/12/bg-home5opac.png);
  65.     background-attachment: scroll;
  66.     background-position: bottom right;
  67. }
  68.  
  69. .main-title a, .breadcrumb, .breadcrumbs, .avia-breadcrumbs {
  70.     background-color: #fff;
  71. padding:8px 10px;
  72. }
  73. .title_container .breadcrumb {
  74.     margin-top: -17px;
  75. }
  76.  
  77. /* #top .alternate_color.title_container .main-title a {
  78.     color:!important
  79. }
  80.  
  81. .alternate_color .breadcrumb a, .trail-end, .sep {
  82.     color: !important
  83. } */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement