forked from hsist/cryptoparty-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
1.5 KiB
96 lines
1.5 KiB
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
/* Margin bottom by footer height */
|
|
margin-bottom: 60px;
|
|
background-color: black;
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
/* Set the fixed height of the footer here */
|
|
line-height: 40px; /* Vertically center the text there */
|
|
background-color: #000000;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
/* Custom page CSS
|
|
-------------------------------------------------- */
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
body > .container {
|
|
padding: 60px 15px 60px;
|
|
}
|
|
|
|
.footer > .container {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
code {
|
|
font-size: 80%;
|
|
}
|
|
|
|
.navbar-custom {
|
|
color: #DE00F6;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.navbar-nav .nav-item.active .nav-link,
|
|
.navbar-nav .nav-item:hover .nav-link {
|
|
color: #FF0093;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.table-dark {
|
|
background-color: #000000;
|
|
font-family: "Roboto Mono", monospace;
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
color: #000000;
|
|
}
|
|
|
|
a {
|
|
color: #DE00F6;
|
|
}
|
|
|
|
.dr-active {
|
|
background-color: #DE00F6;
|
|
}
|
|
|
|
.dropdown-menu-right {
|
|
background-color: #000000;
|
|
border-width: thin;
|
|
border-color: #FF0093;
|
|
}
|
|
|
|
a.dropdown-toggle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dropdown-menu,
|
|
.dropdown-menu>li>a {
|
|
color: #DE00F6;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover {
|
|
color: #000000;
|
|
background-color: #DE00F6;
|
|
}
|
|
|
|
.dropdown.open .dropdown-toggle {
|
|
color: #000;
|
|
}
|
|
|
|
label {
|
|
color: #ffffff;
|
|
}
|
|
|