rsi.cli
Version:
The swiss army knife for RSI related tasks.
130 lines (110 loc) • 2.14 kB
CSS
.sidebar-container {
position: fixed;
/* width: 220px; */
width: 300px;
height: 100%;
left: 0;
overflow-x: hidden;
overflow-y: auto;
background: #1a1a1a;
color: #fff;
}
.content-container {
padding-top: 20px;
}
.sidebar-logo {
padding: 10px 15px 10px 30px;
font-size: 20px;
background-color: #2574A9;
cursor: pointer;
}
.sidebar-navigation {
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}
.sidebar-navigation li {
background-color: transparent;
position: relative;
display: inline-block;
width: 100%;
line-height: 20px;
}
.sidebar-navigation li a {
padding: 10px 15px 10px 30px;
display: block;
color: #fff;
}
.sidebar-navigation li .fa {
margin-right: 10px;
}
.sidebar-navigation li a:active,
.sidebar-navigation li a:hover,
.sidebar-navigation li a:focus {
text-decoration: none;
outline: none;
}
.sidebar-navigation li::before {
background-color: #2574A9;
position: absolute;
content: '';
height: 100%;
left: 0;
top: 0;
-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;
width: 3px;
z-index: -1;
}
.sidebar-navigation li:hover::before {
width: 100%;
}
.sidebar-navigation .header {
font-size: 12px;
text-transform: uppercase;
background-color: #151515;
padding: 10px 15px 10px 30px;
}
.sidebar-navigation .header::before {
background-color: transparent;
}
.content-container {
padding-left: 220px;
}
@media screen and (min-width: 768px) {
.jumbotron .h1, .jumbotron h1 {
font-size: 42px ;
}
}
#rsilogo {
height: 150px;
color: darkgray;
text-align: center;
background-image: url('../curlies.png');
background-size: 100px;
background-repeat: no-repeat;
background-position: bottom;
bottom: 0;
}
.mainContainer {
padding-left: 40px;
}
.menuHeader {
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
color: white;
margin-left: -15%;
}
.md-list-item:not(.none):hover {
background-color: #14A7CC;
}
.none {
}
.markdownContent {
width: 100%;
height: auto;
border: 1px solid black;
box-shadow: 2px 2px 3px 0px black;
}