Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. a{color:#007e9D!important;}
  2. a:hover{color:#00803A!important;}
  3. /*Margen inf de los proyectos*/
  4. .single .et_pb_post {
  5. margin-bottom: 0;
  6. }
  7. .et_fixed_nav #top-header{padding: 0 8%;}
  8. /*Amagar capçalera secundària al fer scroll*/
  9. .et_fixed_nav #top-header { position: absolute !important; }
  10. .logo-container{display:none;}
  11. .et_header_style_left .logo_container{display:none;}
  12. #et_mobile_nav_menu{display:none;}
  13. nav#quadmenu {
  14. left: 0!important;
  15. }
  16. header#main-header{top:8vh!important;}
  17. #main-header.et-fixed-header {
  18. top: 0!important;
  19. }
  20. /*Canvi color logo*/
  21. .quadmenu-navbar-brand img{
  22. filter: brightness(0) invert(1);
  23. }
  24. .et-fixed-header .quadmenu-navbar-brand img{
  25. filter: none!important;
  26. }
  27. /*Post - Notícies*/
  28. .single-post #main-header{background: #E5E5E5;top:0%!important;}
  29. .single-post #top-header{display:none;}
  30. .single-post .quadmenu-navbar-brand img {
  31. filter: none;
  32. }
  33. .single-post .quadmenu-text{color:#000}
  34. .single-post .quadmenu-text:hover{color:rgba(0,0,0,0.2)}
  35. .single-post .et-fixed-header{background: rgba(244,244,244,0.8)!important;top:0%!important;}
  36. /*Sidebar*/
  37. .sidebar-logo{filter: brightness(0.5) invert(1);}
  38. /*Button*/
  39. .et_pb_button{
  40. color:#fff!important;
  41. }
  42. .et_pb_button:hover{
  43. color:#fff!important;
  44. }
  45. /*slides*/
  46. .et_pb_slide_description{
  47. padding-bottom:8em!important;
  48. }
  49. /*FOOTER*/
  50. footer i{margin: 0 1vh!important; color:#000!important}
  51. footer i:hover{color:#007E9D!important}
  52. #footer-info{float:none;text-align:center;}
  53. /*Responsive*/
  54.  
  55. @media (min-width: 981px){
  56. .et_fullwidth_nav #main-header .container{padding:0;}
  57. #quadmenu .quadmenu-container{padding: 0 8%!important;}
  58. .et-fixed-header span.quadmenu-item-content {
  59. color: #000!important;
  60. }
  61. }
  62. @media(max-width:981px){
  63. .et_header_style_left #et-top-navigation{padding:0}
  64. nav#quadmenu{width:42vh!important;}
  65. #et-top-navigation{float:left!important; padding-left: 0px!important;padding-top:1vh!important;}
  66. .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
  67. position: fixed! important; }
  68. #quadmenu.quadmenu-custom_theme_2 .quadmenu-navbar-brand > img {
  69. height: auto!important;
  70. width: 30vh!important;
  71. }
  72. #quadmenu.quadmenu-custom_theme_2:not(.quadmenu-is-horizontal) .navbar-offcanvas{background-color: rgba(51, 51, 51, 0.7);}
  73. #main-header.et-fixed-header {
  74. background: rgba(255,255,255,0.8)!important;
  75. }
  76. #quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-thumbnail>a>.quadmenu-item-content>img{display:none;}
  77. .titleSubmenu a {
  78. font-size: 2vh!important;
  79. }
  80. h1{font-size:35px!important;}
  81. #middle-footer{text-align:center;}
  82. #iframe#twitter-widget-0 {
  83. margin-top: 5vh!important;
  84. }
  85. .et-fixed-header .icon-bar{
  86. background-color: rgba(0,0,0,0.5)!important;
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement