Difference between revisions of "Template:Valencia UPV/custom.css"

 
(46 intermediate revisions by 2 users not shown)
Line 67: Line 67:
 
   margin-left: 0 !important;
 
   margin-left: 0 !important;
 
   text-align: center !important
 
   text-align: center !important
 +
}
 +
 +
.tdAlb {
 +
border: none !important;
 +
padding-top: 1em !important;
 +
padding-bottom: 1em !important;
 +
font-size: 13px;
 +
border-right: 1px solid #eaeaea !important
 
}
 
}
  
Line 100: Line 108:
 
   padding-top: 1em !important;
 
   padding-top: 1em !important;
 
   padding-bottom: 1em !important;
 
   padding-bottom: 1em !important;
  font-size: 16px;
 
 
}
 
}
  
Line 221: Line 228:
 
overflow: initial;
 
overflow: initial;
 
height: auto !important;
 
height: auto !important;
 +
margin-bottom: 1em !important;
 
}
 
}
  
Line 233: Line 241:
 
.accordion__element{
 
.accordion__element{
 
margin-bottom: 0.5em !important
 
margin-bottom: 0.5em !important
 +
}
 +
 +
.accordion accordion-1:last-child{
 +
margin-bottom: 1.8em !important
 
}
 
}
  
Line 378: Line 390:
 
   .col9Attr{
 
   .col9Attr{
 
   padding-left: 1.5em !important;
 
   padding-left: 1.5em !important;
 +
  }
 +
  .col9Phone{
 +
    padding-left: 15px !important;
 +
    padding-right: 15px !important;
 +
  }
 +
  .pieDeImagen{
 +
    padding-left: 7em !important;
 +
  }
 +
  .newsDiv{
 +
      top: 6em !important;
 +
      left: 0em !important;
 +
      padding-right: 2em !important;
 +
  }
 +
  .newsHeader{
 +
    font-size: 1em !important;
 +
  }
 +
  .newsP{
 +
    font-size: 0.6em !important;
 
   }
 
   }
  
 
}
 
}
 +
 +
 +
h5{
 +
margin-bottom: 0.2em !important
 +
}
 +
 +
 +
::-moz-selection { background: #ffc600; }
 +
::selection { background: #ffc600;; }
 +
 +
 +
.aparece {
 +
    opacity: 0;
 +
    transition: opacity 0s ease-in 600ms, opacity 600ms;
 +
    position: relative;
 +
}
 +
 +
 +
 +
 +
.aparece-hover:hover .aparece {
 +
    opacity: 1;
 +
    transition: opacity 0s ease-in 600ms, opacity 600ms;
 +
}
 +
 +
.linkSinPadding{
 +
padding-right: 0 !important;
 +
}
 +
 +
.lb-outerContainer {
 +
    background-color: transparent !important;
 +
}
 +
  
  

Latest revision as of 21:22, 6 December 2018