Line 1: | Line 1: | ||
<html> | <html> | ||
− | <style> | + | <style>@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i"); |
+ | @import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css"); | ||
html, body { | html, body { | ||
font-family: 'Roboto'; | font-family: 'Roboto'; | ||
Line 14: | Line 15: | ||
a { | a { | ||
cursor: pointer; } | cursor: pointer; } | ||
− | |||
− | |||
− | |||
− | |||
.cols::after, .header::after, #process .content::after, #molecule .map .card::after, .notebook .images-two::after, .notebook .images-height::after, .notebook .event .details::after { | .cols::after, .header::after, #process .content::after, #molecule .map .card::after, .notebook .images-two::after, .notebook .images-height::after, .notebook .event .details::after { | ||
Line 161: | Line 158: | ||
.header { | .header { | ||
+ | padding-top: 18px; | ||
background-color: #181e33; | background-color: #181e33; | ||
display: block; | display: block; | ||
− | height: | + | height: 98px; |
color: #dde5ee; | color: #dde5ee; | ||
width: 100%; | width: 100%; | ||
Line 289: | Line 287: | ||
overflow: auto; | overflow: auto; | ||
bottom: 0px; | bottom: 0px; | ||
− | top: | + | top: 98px; |
left: 0; | left: 0; | ||
transform: translateX(-100%); | transform: translateX(-100%); | ||
Line 691: | Line 689: | ||
.notebook-red .bullet { | .notebook-red .bullet { | ||
box-shadow: 0 0 5px #fff, 0 0 10px #ea2d30, 0 0 15px #ea2d30, 0 0 17px #ea2d30, 0 0 30px #ea2d30; } | box-shadow: 0 0 5px #fff, 0 0 10px #ea2d30, 0 0 15px #ea2d30, 0 0 17px #ea2d30, 0 0 30px #ea2d30; } | ||
+ | |||
</style> | </style> |
Revision as of 19:41, 17 October 2018