2020-06-07 05:30:54 +00:00
|
|
|
.mw-header {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 10;
|
|
|
|
top: 0;
|
2021-01-11 16:45:52 +00:00
|
|
|
display: flex;
|
2020-06-07 05:30:54 +00:00
|
|
|
width: 100%;
|
|
|
|
height: @header-height;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
&-tools {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
li {
|
|
|
|
display: block;
|
2021-01-11 16:45:52 +00:00
|
|
|
margin: 0;
|
2020-06-07 05:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-header {
|
|
|
|
&-background {
|
|
|
|
position: absolute;
|
2021-01-11 16:45:52 +00:00
|
|
|
z-index: -1;
|
2020-06-07 05:31:34 +00:00
|
|
|
right: 0;
|
2021-01-11 16:45:52 +00:00
|
|
|
left: 0;
|
2021-01-09 21:56:28 +00:00
|
|
|
box-shadow: 0 0 50px @header-height var( --header-mw-header-background-box-shadow-color );
|
2020-06-07 05:31:34 +00:00
|
|
|
transition: @transition-box-shadow;
|
2020-06-07 05:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// User icon bar
|
|
|
|
#p-personal-extra {
|
|
|
|
ul {
|
|
|
|
display: flex;
|
2021-01-11 16:45:52 +00:00
|
|
|
height: 56px;
|
2020-06-07 05:30:54 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|