CryptoParty Istanbul, Konya, Lite vb. için web sitesi.
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.
 
 
 
cryptoparty-web/css/cryptoparty.css

102 lines
1.6 KiB

/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
background-color: #240028;
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: #240028;
font-size: 12px;
}
main {
background-color: #240028;
}
.jumbotron {
background-color: #240028;
}
/* 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: #240028;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
color: #FF0093;
background-color: #240028;
}
.table-dark {
background-color: #240028;
font-family: "Roboto Mono", monospace;
}
.dropdown-item:hover {
color: #000000;
}
a {
color: #CC2581;
}
.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;
}