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

 
(33 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 402: Line 423:
  
 
.aparece {
 
.aparece {
        opacity: 0 !important;
+
    opacity: 0;
        color: #666 !important;
+
    transition: opacity 0s ease-in 600ms, opacity 600ms;
        max-width: 0 !important;
+
     position: relative;
        display: inline-block !important;
+
}
        text-decoration: none !important;
+
        transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color !important;
+
     }
+
  
.aparece:hover {
+
 
            opacity: 1;
+
 
            max-width: 150px;
+
 
            transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
+
.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;
 +
}
 +
 +
 +
 +
 +
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 21:22, 6 December 2018