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

 
(67 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 211: Line 227:
 
margin-left: 0 !important;
 
margin-left: 0 !important;
 
overflow: initial;
 
overflow: initial;
height: 100% !important;
+
height: auto !important;
 +
margin-bottom: 1em !important;
 
}
 
}
  
Line 217: Line 234:
 
margin-bottom: 0 !important;
 
margin-bottom: 0 !important;
 
opacity: 1 !important;
 
opacity: 1 !important;
background: #4a90e2 !important;
+
background: #3e90c5 !important;
 
color: #fff !important;
 
color: #fff !important;
border: 1px solid #4a90e2 !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 238: 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-height: 100%;
 +
    max-width: 100%;
  
 
}
 
}
Line 290: Line 312:
 
background: -o-linear-gradient(#fff, #999)  !important;
 
background: -o-linear-gradient(#fff, #999)  !important;
 
}
 
}
 +
 +
 +
/* PROGRESS BAR */
 +
  
 
.header {
 
.header {
Line 325: Line 351:
 
     visibility:hidden;
 
     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