Files
Gokapi/static/css/cover.css
2021-03-18 15:25:15 +01:00

117 lines
1.6 KiB
CSS

/*
* Globals
*/
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
}
/*
* Base structure
*/
body {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
background: url('../assets/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
td {
vertical-align:middle;
position:relative;
}
a {
color: inherit;
}
a:hover {
color: inherit;
filter: brightness(80%);
}
.dropzone {
background: #efefef;
color: #646363;
}
.card {
margin: 0 auto;
float: none;
margin-bottom: 10px;
}
.card-body {
background-color: #555;
color: #ddd;
border: 0px;
}
.admin-input {
text-align: center;
}
.break {
flex-basis: 100%;
height: 0;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
.break {
flex-basis: 0%;
}
}
.cover-container {
max-width: 42em;
}
/*
* Header
*/
.nav-masthead .nav-link {
padding: .25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, .5);
background-color: transparent;
border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}
.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}