You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
343 B

body{
margin: 0;
}
nav{
font-size: 180%;
background-color: blue;
padding: 8px;
position: sticky;
top: 0;
}
nav .name{
float:left;
}
nav .status{
float:right;
}
.hidden{
display: none;
}
main{
padding: 8px;
}
.hdr-info-box{
font-size: initial;
background-color: red;
position: fixed;
right: 1em;
padding: 1em;
width: 20%;
}