1
0
This repository has been archived on 2020-09-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FileShelter_Modifications/docroot/css/fileshelter.css

107 lines
1.3 KiB
CSS

summary {
margin-bottom: 15px;
font-weight: bold;
}
.fs-nav {
line-height: 32px;
}
body {
color: #86ACD1;
background-color: #2A2E3A;
}
.jumbotron {
background-color: #353945;
}
.navbar-default {
background-color: #353945;
border-color: #404552;
color: #86ACD1;
}
.navbar-brand {
color: #609926 !important;
}
.navbar-collapse {
border-color: #609926 !important;
}
.navbar-nav > li > a {
color: #86ACD1 !important;
}
.navbar-nav > li > a:hover {
color: #2270A2 !important;
}
.panel-footer {
background-color: #383C4A;
border-color: #404552 !important;
}
.panel-default{
background-color: #383C4A;
border-color: #404552;
}
.well{
background-color: #404552;
border-color: #404552 !important;
}
.modal-content{
background-color: #353945;
}
.modal-header{
border-color: #404552 !important;
}
.modal-footer{
border-color: #404552 !important;
}
.form-control{
color: #9e9e9e;
background: #404552;
border: 2px solid #353945;
}
.btn-default{
border-color: #337ab7;
color: #337ab7;
background: #353945;
}
.btn-default:hover{
border-color: #286090;
color: #286090;
background: #2a2e3a;
}
.bar-label{
color: black;
}
.progress-bar{
background: #609926;
}
.progress{
background-color: #cecece;
}
.fa-main{
color: #609926;
}
.fa-error{
color: #a94442;
}
.fa-exclam{
color: #ffaa55;
}