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

 
(96 intermediate revisions by 2 users not shown)
Line 47: Line 47:
  
 
/* TABLA HA */
 
/* TABLA HA */
 +
 +
.divTabla{
 +
width:100% !important;
 +
}
  
 
.tableHec{
 
.tableHec{
Line 54: 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 87: Line 108:
 
   padding-top: 1em !important;
 
   padding-top: 1em !important;
 
   padding-bottom: 1em !important;
 
   padding-bottom: 1em !important;
  font-size: 16px;
 
 
}
 
}
  
Line 206: Line 226:
 
padding-left: 0 !important;
 
padding-left: 0 !important;
 
margin-left: 0 !important;
 
margin-left: 0 !important;
 +
overflow: initial;
 +
height: auto !important;
 +
margin-bottom: 1em !important;
 
}
 
}
  
Line 211: Line 234:
 
margin-bottom: 0 !important;
 
margin-bottom: 0 !important;
 
opacity: 1 !important;
 
opacity: 1 !important;
 +
background: #3e90c5 !important;
 +
color: #fff !important;
 +
border: 1px solid #3e90c5 !important;
 
}
 
}
  
 
.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 221: Line 251:
 
border-bottom-right-radius: 0 !important;
 
border-bottom-right-radius: 0 !important;
 
}
 
}
 +
  
 
.accordion__content{
 
.accordion__content{
Line 228: Line 259:
 
     border-top-right-radius: 0 !important;
 
     border-top-right-radius: 0 !important;
 
     padding-left: 1.5em !important;
 
     padding-left: 1.5em !important;
 +
    max-height: 100%;
 +
    max-width: 100%;
  
 
}
 
}
Line 233: Line 266:
 
.accordion li.active .accordion__content{
 
.accordion li.active .accordion__content{
 
padding: 1.5em !important;
 
padding: 1.5em !important;
 +
max-height: 100% !important
 
}
 
}
  
Line 278: Line 312:
 
background: -o-linear-gradient(#fff, #999)  !important;
 
background: -o-linear-gradient(#fff, #999)  !important;
 
}
 
}
 +
 +
 +
/* PROGRESS BAR */
 +
  
 
.header {
 
.header {
Line 305: Line 343:
 
}
 
}
  
div:before {
+
.hashlink:before{
display: block;
+
    display:block;
content: " ";
+
    position:relative;
margin-top: -285px;
+
    margin-top: -200px;
height: 285px;
+
    height:200px;
visibility: hidden
+
    content: " ";
 +
    visibility:hidden;
 +
}
 +
 
 +
 
 +
/* ATTRIBUTIONS */
 +
 
 +
.ulHec{
 +
padding-bottom: 1em !important;
 +
list-style: none !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