]>
luflow.net public git repositories - flow-web.git/blob - static/css/header.css
1 /* luflow.net web site */
2 /* Public domain 2025. All rights waived */
6 transition: transform
0.25s ease-in-out
;
11 border-color: #1a1a1a;
12 border-style: none none solid none
;
16 justify-content: space-between
;
23 transform: translateY
(-100px);
27 transform: translateY
(0px);
35 background-image: url
('../img/branding.png');
36 background-repeat: no-repeat
;
38 display: inline-block
;
57 text-decoration: none
;
59 justify-content: space-between
;
67 .menu-item-active:link
,
68 .menu-item-active:visited {
72 a
.menu-item-active:link
,
73 a
.menu-item-active:visited
{
74 background-image: url
('../img/menu-item-active-bg.png');
75 background-position: bottom center
;
76 background-repeat: no-repeat
;
79 header ul li
a:hover
{
95 header ul
li:hover
> ul
{
102 border: 1px solid rgba
(0, 0, 0, 0.2);
105 header ul li ul li ul
{
110 /* make it responsive */
111 @media (max-width: 900px) {
133 a
.menu-item-active:link
,
134 a
.menu-item-active:visited
{
135 background-image: none
;
138 header nav ul li ul
{
144 header ul li ul li ul
{
149 header nav ul
li:hover ul li
{
159 justify-content: center
;
163 .menuToggle::before {
169 transform: translateY
(-12px);
170 box-shadow: 0 12px #fff;
179 transform: translateY
(12px);
182 header
.active
.menuToggle::before
{
183 transform: rotate
(45deg);
184 box-shadow: 0 0 #fff;
187 header
.active
.menuToggle::after
{
188 transform: rotate
(315deg);