Line 1: | Line 1: | ||
− | / | + | /* HOMEPAGE */ |
.homepage-links div { | .homepage-links div { | ||
Line 5: | Line 5: | ||
} | } | ||
− | / | + | /* TYPOGRAPHY */ |
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: "Lato", "Open Sans", sans-serif; | font-family: "Lato", "Open Sans", sans-serif; | ||
Line 26: | Line 26: | ||
} | } | ||
− | / | + | /* NAVBAR */ |
.navbar-logo { | .navbar-logo { | ||
width: 120px; | width: 120px; |
Revision as of 19:39, 19 July 2016
/* HOMEPAGE */
.homepage-links div {
text-align: center;
}
/* TYPOGRAPHY */ h1, h2, h3, h4, h5, h6 {
font-family: "Lato", "Open Sans", sans-serif; line-height: normal;
} h2 {
font-size: 180%;
} h3 {
font-size: 150%;
} h4 {
font-size: 130%;
} h5 {
font-size: 120%;
} h6 {
font-size: 110%;
}
/* NAVBAR */ .navbar-logo {
width: 120px; margin-left: 30px;
} .top-bar {
background-color: #3284bf; border-bottom: 5px solid #ffe800; margin-top: -8px;
} .menu>li>a {
color: white;
} li.is-submenu-item.is-dropdown-submenu-item>a {
color: black;
}