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

 
(60 intermediate revisions by 2 users not shown)
Line 58: Line 58:
 
   box-shadow: 0 0 0 1px #ececec;
 
   box-shadow: 0 0 0 1px #ececec;
 
   margin-left: 0 !important;
 
   margin-left: 0 !important;
 +
}
 +
 +
.tableBetty{
 +
  overflow: hidden;
 +
  border-collapse: collapse;
 +
  border: none !important;
 +
  box-shadow: 0 0 0 1px #ececec;
 +
  margin-left: 0 !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 91: Line 108:
 
   padding-top: 1em !important;
 
   padding-top: 1em !important;
 
   padding-bottom: 1em !important;
 
   padding-bottom: 1em !important;
  font-size: 16px;
 
 
}
 
}
  
Line 212: Line 228:
 
overflow: initial;
 
overflow: initial;
 
height: auto !important;
 
height: auto !important;
 +
margin-bottom: 1em !important;
 
}
 
}
  
Line 224: 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 332: Line 353:
  
  
/* PADDING ULs */
+
/* ATTRIBUTIONS */
  
 
.ulHec{
 
.ulHec{
Line 339: Line 360:
 
padding-left: 0em !important
 
padding-left: 0em !important
 
}
 
}
 +
 +
.fotosAttr{
 +
margin-top: 0 !important;
 +
}
 +
 +
.anchorOffset{
 +
 +
display: block !important;
 +
position: relative !important;
 +
top: -135px !important;
 +
visibility: hidden !important;
 +
 +
}
 +
 +
.rowAttr{
 +
    padding-left: 15px;
 +
    position: relative;
 +
    bottom: 0.8em;
 +
}
 +
 +
@media only screen and (max-width: 768px) {
 +
    .fotosAttr{
 +
    height: 150px;
 +
    width: 150px;
 +
    }
 +
    .h3Attr{
 +
    text-align: center;
 +
  }
 +
  .col9Attr{
 +
  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;
 +
}
 +
 +
 +
 +
 +
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 21:22, 6 December 2018