|
|
@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
|
|
|
--height-header : 110px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background-color: var(--main-color);
|
|
|
|
background-color: var(--main-color);
|
|
|
@ -7,11 +11,17 @@
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
font-family: var(--font-title);
|
|
|
|
font-family: var(--font-title);
|
|
|
|
/* border-radius: 0.75cap; */
|
|
|
|
/* border-radius: 0.75cap; */
|
|
|
|
|
|
|
|
padding-left : 1%;
|
|
|
|
|
|
|
|
padding-right: 1%;
|
|
|
|
|
|
|
|
height: var(--height-header);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#img-account {
|
|
|
|
#header-center {
|
|
|
|
width: 100%;
|
|
|
|
width: 80%;
|
|
|
|
cursor: pointer;
|
|
|
|
/* border : yellow 1px solid; */
|
|
|
|
|
|
|
|
padding : 0px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#header-right,
|
|
|
|
#header-right,
|
|
|
@ -27,17 +37,19 @@
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#username {
|
|
|
|
|
|
|
|
color: var(--main-contrast-color);
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#clickable-header-right:hover #username {
|
|
|
|
#clickable-header-right:hover #username {
|
|
|
|
color: var(--accent-color);
|
|
|
|
color: var(--accent-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#header-center {
|
|
|
|
#img-account {
|
|
|
|
width: 80%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
/* border : 1px red solid; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#username {
|
|
|
|
|
|
|
|
color: var(--main-contrast-color);
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#clickable-header-right {
|
|
|
|
#clickable-header-right {
|
|
|
@ -47,7 +59,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#clickable-header-right:hover {
|
|
|
|
#clickable-header-right:hover {
|
|
|
|
border: orange 1px solid;
|
|
|
|
border: var(--accent-color) 1px solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.clickable {
|
|
|
|
.clickable {
|
|
|
@ -62,4 +74,7 @@
|
|
|
|
color: var(--accent-color);
|
|
|
|
color: var(--accent-color);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 45px;
|
|
|
|
font-size: 45px;
|
|
|
|
|
|
|
|
/* border: red 1px solid; */
|
|
|
|
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|