Launch prep
This commit is contained in:
@ -168,6 +168,77 @@ body {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.cs1 {
|
||||
margin-left: 220px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 200px;
|
||||
background-color: #333;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
nav li {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
nav li.top {
|
||||
border-style: solid;
|
||||
border-radius: 5px;
|
||||
border-color: white;
|
||||
margin: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav a.top:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
nav li.start a {
|
||||
border-top: 3px solid white;
|
||||
margin-top: 20px;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
nav a.top.selected {
|
||||
color: red;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
nav li.top.selected {
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
nav li a.selected {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
nav li a {
|
||||
display: block;
|
||||
color: white;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav li a:hover {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
nav li .bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.start-0100 {
|
||||
grid-row-start: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user