Initial Commit
This commit is contained in:
129
resources/static/css/style.css
Normal file
129
resources/static/css/style.css
Normal file
@@ -0,0 +1,129 @@
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
font-size: 18px;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body::after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 220px;
|
||||
/* Set same as footer's height */
|
||||
}
|
||||
|
||||
/*-------- Navbar --------*/
|
||||
|
||||
.navbar .nav-link {
|
||||
font-size: 20px;
|
||||
background-color: #04021c;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: #04021c!important;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a:hover {
|
||||
transition: all 0.3s;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.navbar .active {
|
||||
background: #FFF !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a:hover {
|
||||
cursor:pointer;
|
||||
background-color: #FFF;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
#console-box {
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
#console {
|
||||
list-style: none;
|
||||
-webkit-padding-start: 0;
|
||||
-webkit-margin-after: 0;
|
||||
-webkit-margin-before: 1em;
|
||||
border: 1px solid #000;
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
background: #333;
|
||||
color: #fff;
|
||||
height: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.box-shadow {
|
||||
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.subfooter {
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
width: 100%;
|
||||
height: 160px;
|
||||
background-color: #04021c/*#2d3436*/;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#sub-footer li {
|
||||
font-size: .8125rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#sub-footer a {
|
||||
color: #15abe2;
|
||||
}
|
||||
|
||||
#sub-footer a:visited {
|
||||
border-bottom: #D7D7D7;
|
||||
}
|
||||
|
||||
#sub-footer a, a:link {
|
||||
transition: all .4s;
|
||||
}
|
||||
|
||||
.exeter {
|
||||
margin-top: 10%;
|
||||
margin-left: 40%;
|
||||
width: 80%;
|
||||
content:url("/static/img/exeter.png");
|
||||
}
|
||||
|
||||
.russell {
|
||||
margin-top: 5%;
|
||||
margin-left: 40%;
|
||||
width: 80%;
|
||||
content:url("/static/img/russell.png");
|
||||
}
|
||||
|
||||
#main-footer {
|
||||
background: #000;
|
||||
color: #636e72;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
Reference in New Issue
Block a user