sakrecoer-mother-web/_sass/main.scss

334 lines
6.6 KiB
SCSS
Raw Normal View History

2019-04-30 17:28:23 +02:00
html {
2019-09-13 16:12:55 +02:00
font-family: "Ubuntu", "Helvetica", Sans-serif;
2019-07-10 00:29:09 +02:00
2019-04-30 17:28:23 +02:00
}
2019-08-29 18:04:27 +02:00
@-webkit-keyframes AnimationName {
0%{background-position:0% 91%}
50%{background-position:100% 10%}
100%{background-position:0% 91%}
}
@-moz-keyframes AnimationName {
0%{background-position:0% 91%}
50%{background-position:100% 10%}
100%{background-position:0% 91%}
}
@keyframes AnimationName {
0%{background-position:0% 91%}
50%{background-position:100% 10%}
100%{background-position:0% 91%}
}
2019-04-30 18:37:17 +02:00
body{
2019-08-29 18:04:27 +02:00
margin: 0;
padding: 0;
2019-07-15 16:49:38 +02:00
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
2019-07-10 02:16:43 +02:00
background-position: center;
background-repeat: repeat;
-webkit-animation: AnimationName 60s ease infinite;
-moz-animation: AnimationName 60s ease infinite;
animation: AnimationName 60s ease infinite;
2019-04-30 18:37:17 +02:00
}
2019-04-30 17:28:23 +02:00
a {
2019-07-13 21:11:13 +02:00
color: #0000009f;
2019-07-15 16:05:25 +02:00
background-color: rgba(255, 255, 255, 0.705);
transition: color 0.5s ease-in-out;
2019-07-13 21:11:13 +02:00
border-radius: 3px;
}
a:hover {
2019-07-13 22:01:46 +02:00
background-color: #00000091;
2019-07-15 16:05:25 +02:00
transition: color 0.5s ease-in-out;
color: #ffffff9f;
2019-04-30 17:28:23 +02:00
}
2019-04-28 21:08:49 +02:00
#hero {
2019-07-10 01:22:54 +02:00
display: flex;
flex-wrap: wrap;
2019-07-13 19:49:09 +02:00
flex-direction: row;
2019-07-10 01:22:54 +02:00
background-color: transparent;
2019-07-09 22:17:29 +02:00
position: relative;
2019-04-28 21:42:31 +02:00
height: 100vh;
2019-07-09 22:17:29 +02:00
width: 100%;
2019-07-15 16:05:25 +02:00
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.8), rgba(236, 0, 228, 0.8), rgba(0, 212, 236, 0.8), rgba(0, 236, 173, 0.8), rgba(110, 0, 236, 0.8));
// background-size: 1000% 1000%;
2019-08-29 18:04:27 +02:00
background-image: url('/assets/img/world.svg');
2019-07-10 02:16:43 +02:00
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
2019-07-10 01:22:54 +02:00
div {
2019-07-13 22:01:46 +02:00
2019-07-13 19:49:09 +02:00
background-repeat: repeat;
background-attachment: fixed;
flex: wrap;
2019-07-13 22:01:46 +02:00
2019-07-13 21:11:13 +02:00
2019-07-13 19:49:09 +02:00
margin: auto;
letter-spacing: -.05em;
line-height: .95em;
padding: 20px;
2019-07-14 00:36:43 +02:00
2019-07-13 22:01:46 +02:00
2019-09-13 16:12:55 +02:00
flex: 0 0 250px;;
2019-07-13 19:49:09 +02:00
}
2019-07-13 21:11:13 +02:00
.pivot {
2019-07-14 00:36:43 +02:00
border-radius: 3px;
2019-07-15 16:32:19 +02:00
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
2019-07-13 21:11:13 +02:00
}
2019-07-15 16:32:19 +02:00
2019-07-10 02:55:26 +02:00
h1 {
2019-07-13 19:49:09 +02:00
2019-09-13 16:12:55 +02:00
font-size: 2.5em;
2019-07-13 19:49:09 +02:00
line-height: .3em;
2019-07-10 02:55:26 +02:00
}
h2 {
2019-07-13 19:49:09 +02:00
font-size: 1em;
line-height: .8em;
2019-07-15 16:05:25 +02:00
}
a {
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
2019-07-15 16:32:19 +02:00
2019-07-15 16:05:25 +02:00
}
2019-07-13 21:11:13 +02:00
.fullscreen-bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
z-index: -100;
}
.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
2019-08-29 18:04:27 +02:00
width: 100vw;
2019-07-13 21:11:13 +02:00
height: 100%;
2019-07-15 18:40:26 +02:00
background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
2019-08-29 18:04:27 +02:00
margin:0;
padding: 0;
2019-07-13 21:11:13 +02:00
}
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;
}
}
@media (max-width: 767px) {
.fullscreen-bg {
background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
2019-07-15 16:32:19 +02:00
}
.pivot {
background: transparent;
2019-09-13 16:12:55 +02:00
flex: 0 0 250px;
2019-07-13 21:11:13 +02:00
}
2019-09-13 16:12:55 +02:00
h1 {
2019-07-15 16:32:19 +02:00
2019-09-13 16:12:55 +02:00
font-size: 2.25em;
}
2019-07-15 16:32:19 +02:00
2019-07-13 21:11:13 +02:00
// .fullscreen-bg__video {
// display: none;
// }
}
2019-07-15 16:05:25 +02:00
2019-04-30 17:28:23 +02:00
}
2019-05-02 17:03:15 +02:00
/* MUSIC INDEX */
2019-04-30 17:28:23 +02:00
.musiflex {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
2019-07-15 18:15:51 +02:00
2019-07-15 16:49:38 +02:00
2019-07-14 00:36:43 +02:00
2019-07-13 22:01:46 +02:00
background-repeat: repeat;
2019-04-30 17:28:23 +02:00
}
.trackcontainer {
2019-07-15 16:05:25 +02:00
flex: 1 1 360px;
2019-07-09 19:04:46 +02:00
padding: 10px;
2019-04-30 17:28:23 +02:00
margin: 0;
2019-07-15 16:05:25 +02:00
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.1), rgba(236, 0, 228, 0.1), rgba(0, 212, 236, 0.1), rgba(0, 236, 173, 0.1), rgba(110, 0, 236, 0.1));
2019-07-13 23:44:59 +02:00
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
2019-07-10 00:29:09 +02:00
2019-07-09 22:17:29 +02:00
h1, h2, h3, p {
2019-04-30 17:28:23 +02:00
padding: 5px;
2019-07-15 16:49:38 +02:00
background: linear-gradient(230deg, rgba(255, 0, 255, 0.9), rgba(65, 106, 0, 0.9));
2019-08-29 18:04:27 +02:00
background-size: 1000% 1000%;
2019-07-10 00:29:09 +02:00
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
padding: 10px;
border-radius: 3px;
2019-07-13 22:01:46 +02:00
2019-07-14 00:36:43 +02:00
box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
2019-07-13 22:01:46 +02:00
2019-04-30 17:28:23 +02:00
}
}
.track {
width: 100%;
background-size: cover;
background-position: 50% 50%;
min-height: 300px;
padding: 0;
margin: 0;
2019-07-10 00:38:18 +02:00
border-radius: 3px;
2019-07-14 00:36:43 +02:00
box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
2019-07-13 23:44:59 +02:00
2019-05-02 17:03:15 +02:00
}
/* Music Template */
#player {
display: flex;
2019-05-03 17:06:32 +02:00
flex-wrap: wrap;
width: 100%;
margin: 0;
padding: 0;
2019-07-09 19:49:14 +02:00
height: 100vh;
2019-07-15 17:49:01 +02:00
}
#controls {
2019-07-15 16:05:25 +02:00
a {
background-color: transparent;
}
2019-07-09 19:04:46 +02:00
display: flex;
2019-05-03 17:06:32 +02:00
flex: 0 0 200px;
2019-07-09 19:19:00 +02:00
flex-wrap: wrap;
2019-07-10 00:29:09 +02:00
position: fixed;
top: 0px;
left: 0px;
2019-05-03 17:06:32 +02:00
padding: 15px;
margin: 0 auto;
2019-07-09 19:49:14 +02:00
2019-07-09 22:17:29 +02:00
2019-07-09 19:49:14 +02:00
2019-05-03 17:06:32 +02:00
.container {
2019-07-13 22:01:46 +02:00
2019-07-14 00:36:43 +02:00
box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
2019-07-13 22:01:46 +02:00
2019-07-15 16:49:38 +02:00
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
background-size: 1000% 1000%;
2019-07-09 22:17:29 +02:00
2019-08-29 18:04:27 +02:00
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
2019-07-09 19:04:46 +02:00
margin: 0 auto 0 0;
2019-07-09 22:17:29 +02:00
2019-07-09 19:04:46 +02:00
text-align: center;
2019-07-09 22:17:29 +02:00
border-radius: 20px;
2019-07-09 19:04:46 +02:00
padding: 10px;
2019-05-03 17:06:32 +02:00
}
}
2019-07-09 19:49:14 +02:00
button {
2019-07-15 16:49:38 +02:00
background: linear-gradient(230deg, rgba(255, 0, 255, 0.9), rgba(66, 106, 0, 0.9));
2019-07-10 00:29:09 +02:00
background-size: 1000% 1000%;
2019-07-13 22:01:46 +02:00
color: #fff;
2019-07-10 00:29:09 +02:00
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
2019-07-09 19:49:14 +02:00
width: 100px;
height: 100px;
border-radius: 100px;
transition: background-color 0.5s ease-in-out;
}
button:hover {
2019-07-10 00:29:09 +02:00
background-color: rgba(117, 253, 83, 0.9);
2019-07-09 19:49:14 +02:00
}
2019-05-03 17:06:32 +02:00
#info {
flex: 1 1 500px;
2019-07-09 19:49:14 +02:00
min-height: 80vh;
2019-05-03 17:06:32 +02:00
padding: 15px;
2019-07-10 00:29:09 +02:00
2019-07-09 19:04:46 +02:00
background-size: cover;
background-position: center;
background-repeat: no-repeat;
2019-05-03 17:06:32 +02:00
}
#timer {
flex: 1 1 200px;
2019-07-15 17:49:01 +02:00
background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
2019-07-10 00:29:09 +02:00
background-size: 1000% 1000%;
2019-07-13 22:01:46 +02:00
2019-07-10 00:29:09 +02:00
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
2019-05-03 17:06:32 +02:00
padding: 15px;
2019-07-10 00:29:09 +02:00
2019-07-09 19:04:46 +02:00
p {
2019-07-09 22:17:29 +02:00
background-color: rgba(151, 189, 146, 0.3);
2019-07-09 19:04:46 +02:00
padding: 10px;
border-radius: 3px;
2019-07-13 22:01:46 +02:00
2019-07-14 00:36:43 +02:00
box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
2019-07-13 22:01:46 +02:00
2019-07-09 19:04:46 +02:00
}
2019-07-09 19:49:14 +02:00
img {
2019-07-14 00:36:43 +02:00
box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
2019-07-13 22:01:46 +02:00
2019-07-10 00:38:18 +02:00
border-radius: 3px;
2019-07-09 19:49:14 +02:00
}
2019-05-03 17:06:32 +02:00
}
#tracktime {
margin-bottom: auto;
2019-07-09 19:49:14 +02:00
}
#navigation {
position: fixed;
bottom: 10px;
right: 10px;
2019-07-14 00:51:18 +02:00
opacity: 0;
2019-07-15 16:05:25 +02:00
a {
background-color: transparent;
}
2019-07-13 21:11:13 +02:00
}
.aboutflex {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: 0;
padding: 0;
2019-07-15 16:49:38 +02:00
background-color: #ffffff;
2019-07-13 22:01:46 +02:00
background-repeat: repeat;
}
.logo {
2019-07-13 22:18:15 +02:00
flex: 1 0 300px;
2019-07-13 23:44:59 +02:00
background-size: 100%;
background-repeat: repeat;
2019-07-15 16:05:25 +02:00
max-width: 300px;
max-height: 300px;
2019-07-13 23:44:59 +02:00
2019-08-28 17:12:09 +02:00
}
2019-08-29 18:04:27 +02:00
#privacy {
position: fixed;
bottom:0;
left:0;
z-index:77777;
margin: 0;
padding: 0;
img {
margin: 0;
padding: 0;
position: fixed;
bottom: 0;
}
}