95 lines
1.5 KiB
CSS
95 lines
1.5 KiB
CSS
html, body {
|
|
font-family: 'Montserrat';
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
background-image: url("../images/bg.png");
|
|
}
|
|
|
|
.content {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.navbar-upper{
|
|
margin-bottom: 0px;
|
|
min-height: 25px;
|
|
border-radius: 0px;
|
|
background-color: #03A9F4;
|
|
border: 0px;
|
|
}
|
|
|
|
.navbar-default .navbar-brand-upper{
|
|
font-family: 'Rubik Mono One';
|
|
color: #FAFAFA;
|
|
height: 25px;
|
|
padding: 0px;
|
|
padding-left: 5px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.navbar-lower{
|
|
min-height: 30px;
|
|
background-color: #212121;
|
|
border: 0px;
|
|
box-shadow: 0px 2px 10px 0px rgba(33, 33, 33, 0.85);
|
|
}
|
|
|
|
.navbar-nav > li > a{
|
|
padding: 10px 15px 10px 15px;
|
|
color: #FAFAFA;
|
|
}
|
|
|
|
.nav > li > a:hover{
|
|
background-color: #424242;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #212121;
|
|
box-shadow: 0 -2px 10px 0px rgba(33, 33, 33, 0.85);
|
|
position: absolute;
|
|
padding: 0;
|
|
margin-top: 50px;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.footer-copyright {
|
|
text-align: center;
|
|
color: #FAFAFA;
|
|
font-variant: small-caps;
|
|
bottom: 0;
|
|
}
|
|
|
|
.quote-link {
|
|
color: #03A9F4;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.quote {
|
|
font-family: 'Inconsolata', monospace;
|
|
}
|
|
|
|
.rate-positive {
|
|
color: #4caf50;
|
|
}
|
|
|
|
.rate-negative {
|
|
color: #f44336;
|
|
}
|
|
|
|
.table-separator{
|
|
background-color: #03A9F4;
|
|
padding: 0!important;
|
|
width: 3px;
|
|
height: 100%;
|
|
}
|
|
|
|
.table{
|
|
height: 100%;
|
|
}
|
|
|
|
.table > tbody > tr > td{
|
|
border-top: 0;
|
|
}
|