Difference between revisions of "Template:Valencia UPV"

Line 7: Line 7:
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
  
 
+
html, body {
html,body {
+
   font-family: 'Open Sans', serif;
   font-family: 'Open Sans', sans-serif;
+
  font-size: 16px;
 +
  line-height: 1.5;
 +
  height: 100%;
 +
  background: #ECF0F3;
 +
}
 +
nav.navbar {
 +
  border-top: 4px solid #276cda;
 +
  margin-bottom: 1rem;
 +
}
 +
.navbar-item.brand-text {
 +
  font-weight: 300;
 +
}
 +
.navbar-item, .navbar-link {
 
   font-size: 14px;
 
   font-size: 14px;
   background: #F0F2F4;
+
   font-weight: 700;
 
}
 
}
.navbar.is-white {
+
.columns {
   background: #F0F2F4;
+
   width: 100%;
 +
  height: 100%;
 
}
 
}
.navbar-brand .brand-text {
+
.menu-label {
   font-size: 1.11rem;
+
   color: #8F99A3;
   font-weight: bold;
+
  letter-spacing: 1.3;
 +
   font-weight: 700;
 
}
 
}
.hero-body
+
.menu-list a {
{background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Plum_trees_Kitano_Tenmangu.jpg/1200px-Plum_trees_Kitano_Tenmangu.jpg);
+
  color: #0F1D38;
background-position: center;
+
  font-size: 14px;
background-size: cover;
+
  font-weight: 700;
background-repeat: no-repeat;
+
height: 500px;
+
 
}
 
}
.articles {
+
.menu-list a:hover {
   margin: 5rem 0;
+
   background-color: transparent;
   margin-top: -200px;
+
   color: #276cda;
 
}
 
}
.articles .content p {
+
.menu-list a.is-active {
    line-height: 1.9;
+
  background-color: transparent;
    margin: 15px 0;
+
  color: #276cda;
 +
  font-weight: 700;
 
}
 
}
.author-image {
+
.card {
    position: absolute;
+
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    top: -30px;
+
  margin-bottom: 2rem;
    left: 50%;
+
    width: 60px;
+
    height: 60px;
+
    margin-left: -30px;
+
    border: 3px solid #ccc;
+
    border-radius: 50%;
+
 
}
 
}
.media-center {
+
.card-header-title {
   display: block;
+
   color: #8F99A3;
   margin-bottom: 1rem;
+
   font-weight: 400;
 
}
 
}
.media-content {
+
.info-tiles {
   margin-top: 3rem;
+
   margin: 1rem 0;
 
}
 
}
.article, .promo-block {
+
.info-tiles .subtitle {
   margin-top: 6rem;
+
   font-weight: 300;
 +
  color: #8F99A3;
 
}
 
}
div.column.is-8:first-child {
+
.hero.welcome.is-info {
   padding-top: 0;
+
   background: #36D1DC;
   margin-top: 0;
+
   background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
 +
  background: linear-gradient(to right, #5B86E5, #36D1DC);
 
}
 
}
.article-title {
+
.hero.welcome .title, .hero.welcome .subtitle {
   font-size: 2rem;
+
  color: hsl(192, 17%, 99%);
   font-weight: lighter;
+
}
   line-height: 2;
+
.card .content {
 +
   font-size: 14px;
 +
}
 +
.card-footer-item {
 +
   font-size: 14px;
 +
   font-weight: 700;
 +
  color: #8F99A3;
 
}
 
}
.article-subtitle {
+
.card-footer-item:hover {
  color: #909AA0;
+
  margin-bottom: 3rem;
+
 
}
 
}
.article-body {
+
.card-table .table {
   line-height: 1.4;
+
   margin-bottom: 0;
  margin: 0 6rem;
+
 
}
 
}
.promo-block .container {
+
.events-card .card-table {
   margin: 1rem 5rem;
+
   max-height: 250px;
 +
  overflow-y: scroll;
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 11:01, 21 June 2018