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

 
(38 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 387: Line 394:
 
     padding-left: 15px !important;
 
     padding-left: 15px !important;
 
     padding-right: 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;
 
   }
 
   }
  
Line 399: Line 420:
 
::-moz-selection { background: #ffc600; }
 
::-moz-selection { background: #ffc600; }
 
::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