Personal portfolio website for Regina Carvalho. Built with Famous.js library.

main.css 2.4KB

    html { background: #fff; } body { margin: 0px; width: 100%; overflow-x: hidden; } .backfaceVisibility { -webkit-backface-visibility: visible; backface-visibility: visible; } /* Layers */ .layer-background { z-index: 1; position: absolute; top: 0; right: 0; bottom: 0; left: 0 } .layer-menu { z-index: 2; position: absolute; margin-top: 15px; } .layer-content { z-index: 3; position: absolute; top: 0; right: 0; bottom: 0; left: 0; max-width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); overflow: hidden; } .Aligner { display: flex; align-items: center; height: 24em; /* 1 */ justify-content: center; height: 100%; } .Aligner-item { flex: 1; max-width: 90%; max-height: 90%; overflow: hidden; } .Aligner-item--top { align-self: flex-start; } .Aligner-item--bottom { align-self: flex-end; } .Aligner-item--fixed { flex: none; max-width: 50%; } .wallop-slider__item img { display: block; max-height: 100%; max-width: 100%; margin-left: auto; margin-right: auto; } .bg-dark { background-color: black;} /* Navigation */ .nav-menu { list-style: none; padding-left: 15px; float: left; } .nav-menu li { padding-left: 0px; } .submenu { float: left; padding-left: 5px; } .btn-menu { color: black; border: none; text-transform: uppercase; background-color: white; font-size: 14px; font-family: Helvetica; text-align: left; font-weight: 600; margin-left: 0px; margin-right: 8px; margin-bottom: 15px; cursor: pointer; text-decoration: none; padding-top: 1px; } .btn-menu:hover { color: white; background-color: black; text-decoration: none; } .btn-slideshow { cursor: pointer; background-color: white; } .btn-slideshow:hover { background-color: #F2F2F2; color: red; } video { height: 100% !important; width: auto !important; } fa-app { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .famous-angular-clipping-container, .famous-angular-container { height: 100%; width: 100%; overflow: hidden; } .fixed-top-right { position: fixed; top: 15px; right: 15px; } .fixed-bottom-center { position: fixed; bottom: 9px; text-align: center; width: 100%; } .slide-title { color: black; border: none; text-transform: uppercase; background-color: white; font-size: 14px; font-family: Helvetica; text-align: center; font-weight: 600; text-decoration: none; padding-top: 1px; }