/*
*/ header { background-color: rgb(255, 255, 255); /*width: 100%;*/ width: 100vw; color: black; } .aero-header-placeholder { width: 100vw; height: 64px; } .aero-header-flying { width: 100vw; height: 64px; position: fixed; top: 0px; left: 0px; z-index: 128; } .aero-header-bar { height: 64px; } /* */ header[theme="light"] > .aero-header-placeholder { background-color: rgb(255, 255, 255); color: black; } header[theme="dark"] > .aero-header-placeholder { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); } /* */ /* */ header[theme="light"] > .aero-header-flying { background-color: rgb(255, 255, 255); } header[theme="dark"] > .aero-header-flying { background-color: rgb(0, 0, 0); } /* */ /* */ header[theme="light"] .aero-header-bar { background-color: rgb(255, 255, 255); color: black; border-bottom: solid 1px rgba(192, 192, 192, 0.76); } header[theme="dark"] .aero-header-bar { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-bottom: solid 1px rgba(64, 64, 64, 0.76); } /* */ header[theme="dark"] > .aero-header-bar, header[theme="dark"] > .aero-header-placeholder { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); } .aero-header-menu>a { color: rgb(64, 64, 64); text-decoration: none; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 14px; font-weight: bold; } .menu-login { width: 64px; cursor: pointer; } .menu-login:hover>img { fill: blue; } .menu-login>img>svg { fill: black; } /* */ /*
*/