2020-01-31 09:19:40 +11:00

61 lines
896 B
CSS

.sidebar {
background-color: #2a2a2a;
position: fixed;
top: 0px;
left: 0px;
width: 15em;
height: 100%;
border-right: 1px dashed black;
}
.navbutton {
text-align: center;
padding-left: 2px;
border-left: 1px solid dimgray;
border-right: 1px solid dimgray;
}
#navbar {
position: absolute;
bottom: 0;
}
#addbox {
width: 70%;
}
.content {
padding-left: 16em;
padding-right: 1em;
padding-top: 6em;
width: 100%;
}
.header {
position: fixed;
top: 0px;
left: 15em;
width: 100%;
height: 5em;
background-color: #2a2a2a;
}
.std {
color: azure;
background-color: #2a2a2a;
}
.fixed{
position:fixed;
top:0px;
left: 15em;
width:100px;
}
#header {
border-top: 1px solid azure;
}
body {
background-color: slategray;
}