skeleton/assets/static/css/style.css

71 lines
1.4 KiB
CSS
Raw Normal View History

2020-03-26 22:07:56 +01:00
.mt-1, .my-1 {
margin-top: .1875rem !important;
}
.mt-2, .my-2 {
margin-top: .375rem !important;
}
.mt-3, .my-3 {
margin-top: .75rem !important;
}
.mt-4, .my-4 {
margin-top: 1.5rem !important;
}
.mt-5, .my-5 {
margin-top: 2.25rem !important;
}
.mb-1, .my-1 {
margin-bottom: .1875rem !important;
}
.mb-2, .my-2 {
margin-top: .375rem !important;
}
.mb-3, .my-3 {
margin-bottom: .75rem !important;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
margin-bottom: 2.25rem !important;
}
.auth-background {
2020-07-20 00:50:05 +02:00
background: linear-gradient(#30cfd0e0, #330867e0), url(/static/images/louis-reed-wSTCaQpiLtc-unsplash.jpg);
2020-03-26 22:07:56 +01:00
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
2020-07-20 00:50:05 +02:00
}
.seperate-header {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
overflow: visible;
white-space: nowrap;
text-align: center;
margin-bottom: 15px;
margin-top: 5px;
}
.seperate-header p {
background-color: #fff;
display: inline-block;
padding: 20px;
line-height: 1.2em;
2020-07-20 21:39:31 +02:00
}
#particles-js{
position: absolute;
width: 100%;
height: 99%;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}