|
|
|
/* @font-face{
|
|
|
|
font-family: "subscriber";
|
|
|
|
src: url("/static/fonts/SUBSCRIBER-Regular.otf") format("opentype"); */
|
|
|
|
/* } */
|
|
|
|
body{
|
|
|
|
|
|
|
|
}
|
|
|
|
/* Add media queries for different screen sizes */
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
/* Adjust styles for screens smaller than 600px wide */
|
|
|
|
.buttoncontainer {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullcontainer {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0 20px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#welcomepage{
|
|
|
|
/* background: linear-gradient(90deg, rgba(153,150,244,1) 0%, rgba(128,205,229,1) 50%, rgba(147,102,237,1) 100%); */
|
|
|
|
background-color: #050725;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery{
|
|
|
|
background-image: radial-gradient(circle, rgba(170,159,255,1) 0%, rgba(128,132,229,1) 50%, rgba(5,7,37,1) 100%);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
margin-top: 10em;
|
|
|
|
margin-bottom: 10em;
|
|
|
|
background-size: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#swiperpages{
|
|
|
|
background-image: radial-gradient(circle, rgba(170,159,255,1) 0%, rgba(128,132,229,1) 50%, rgba(5,7,37,1) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
text-align: center;
|
|
|
|
font-family: Inter,sans-serif;
|
|
|
|
font-size: 1.5em;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
width: 1680px;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#description{
|
|
|
|
color: #b456ff;
|
|
|
|
margin-top: 8.5em;
|
|
|
|
text-align: justify;
|
|
|
|
width: 1440px;
|
|
|
|
font-size: 1.5em;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%,-50%);
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
#description_color{
|
|
|
|
color:#87b5e7;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header{
|
|
|
|
width:100%;
|
|
|
|
height: 10em;
|
|
|
|
position:absolute;
|
|
|
|
margin-bottom: 7em;
|
|
|
|
top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerimage {
|
|
|
|
width: 90em;
|
|
|
|
margin-top: 25em;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
position: absolute;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cooltext{
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 20em;
|
|
|
|
margin-top: 3.3em;
|
|
|
|
color: pink;
|
|
|
|
font-family: "Brush Script MT", cursive;
|
|
|
|
font-size: 2.5em;
|
|
|
|
text-shadow: 2px 2px #ff0000;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.backgroundgifs{
|
|
|
|
position: absolute;
|
|
|
|
z-index: -10;
|
|
|
|
margin-top: 1em;
|
|
|
|
filter: blur(6px);
|
|
|
|
}
|
|
|
|
#nyancat{
|
|
|
|
left: 50%;
|
|
|
|
top: 800%;
|
|
|
|
}
|
|
|
|
#babyoncat{
|
|
|
|
top: 500%;
|
|
|
|
z-index: -10;
|
|
|
|
}
|
|
|
|
#confusedgirl{
|
|
|
|
left: 30%;
|
|
|
|
top: 1120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#doge{
|
|
|
|
left: 30%;
|
|
|
|
top: 700%;
|
|
|
|
}
|
|
|
|
#travolta{
|
|
|
|
left: 72%;
|
|
|
|
top: 600%;
|
|
|
|
}
|
|
|
|
#angrydog{
|
|
|
|
left: 76%;
|
|
|
|
top: 1200%;
|
|
|
|
}
|
|
|
|
#simpsons{
|
|
|
|
left: 12%;
|
|
|
|
top: 880%;
|
|
|
|
}
|
|
|
|
#heartrain{
|
|
|
|
left:55%;
|
|
|
|
top:1333%;
|
|
|
|
width:10%;
|
|
|
|
}
|
|
|
|
#dance{
|
|
|
|
left:52%;
|
|
|
|
top:450%;
|
|
|
|
}
|
|
|
|
#happymanhat{
|
|
|
|
left: 14%;
|
|
|
|
top: 1600%;
|
|
|
|
}
|
|
|
|
#girldance{
|
|
|
|
left: 76%;
|
|
|
|
top: 1590%;
|
|
|
|
}
|
|
|
|
#heartjump{
|
|
|
|
left: 0%;
|
|
|
|
top: 1390%;
|
|
|
|
width: 15em;
|
|
|
|
height: 15em;
|
|
|
|
}
|
|
|
|
#takemymoney{
|
|
|
|
left: 47%;
|
|
|
|
top: 1800%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonback {
|
|
|
|
background-color: #050725;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-style: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 4rem;
|
|
|
|
padding: 0 1.6rem;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
|
|
|
|
transition: all .5s;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
touch-action: manipulation;
|
|
|
|
margin:1em;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
z-index:10;
|
|
|
|
color: #a178ee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonback:hover {
|
|
|
|
box-shadow: rgba(115, 102, 220, 0.5) 0 10px 30px;
|
|
|
|
transition-duration: .1s;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.buttonback {
|
|
|
|
padding: 0 2.6rem;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.buttoncontainer {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 31em;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.gotobutton {
|
|
|
|
background-image: linear-gradient(90deg, rgba(153,150,244,1) 0%, rgb(62 151 207 / 55%) 50%, rgb(95 52 182 / 57%) 100%);
|
|
|
|
border-radius: 8px;
|
|
|
|
border-style: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #FFFFFF;
|
|
|
|
cursor: pointer;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 4rem;
|
|
|
|
padding: 0 1.6rem;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
|
|
|
|
transition: all .5s;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
touch-action: manipulation;
|
|
|
|
margin:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gotobutton:hover {
|
|
|
|
box-shadow: rgba(115, 102, 220, 0.5) 0 1px 30px;
|
|
|
|
transition-duration: .1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.gotobutton {
|
|
|
|
padding: 0 2.6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.thesisbutton {
|
|
|
|
background-image: linear-gradient(90deg, rgba(153,150,244,1) 0%, rgb(62 151 207 / 55%) 50%, rgb(95 52 182 / 57%) 100%);
|
|
|
|
border-radius: 8px;
|
|
|
|
border-style: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #FFFFFF;
|
|
|
|
cursor: pointer;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 4rem;
|
|
|
|
padding: 0 1.6rem;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
|
|
|
|
transition: all .5s;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
touch-action: manipulation;
|
|
|
|
margin:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thesisbutton:hover {
|
|
|
|
box-shadow: rgba(115, 102, 220, 0.5) 0 10px 30px;
|
|
|
|
transition-duration: .1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.thesisbutton {
|
|
|
|
padding: 0 2.6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttoncontainerslides{
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:-webkit-any-link {
|
|
|
|
color: black;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.printbutton {
|
|
|
|
background-color: #050725;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-style: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 4rem;
|
|
|
|
padding: 0 1.6rem;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
|
|
|
|
transition: all .5s;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
touch-action: manipulation;
|
|
|
|
margin:1em;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right:0;
|
|
|
|
z-index:10;
|
|
|
|
color: #a178ee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.printbutton:hover {
|
|
|
|
box-shadow: rgba(115, 102, 220, 0.5) 0 10px 30px;
|
|
|
|
transition-duration: .1s;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.printbutton {
|
|
|
|
padding: 0 2.6rem;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:link {
|
|
|
|
color: #a178ee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid{
|
|
|
|
display: grid;
|
|
|
|
justify-content: space-between;
|
|
|
|
grid-template-columns: auto auto auto auto auto;
|
|
|
|
align-items: center;
|
|
|
|
justify-items: center;
|
|
|
|
margin-left:2.5em;
|
|
|
|
margin-right: 2.5em;
|
|
|
|
margin-bottom: 8em;
|
|
|
|
margin-top: 38em;
|
|
|
|
gap: 110px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styles for medium-sized screens */
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.grid {
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styles for smaller screens */
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
.grid {
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.overviewimage{
|
|
|
|
object-fit: contain;
|
|
|
|
width: 250px;
|
|
|
|
/* box-shadow: 0 40px 80px #834b8b; */
|
|
|
|
box-shadow: 0 40px 80px #a27cc5;
|
|
|
|
background-image: url(/assets/glitter-stars.gif);
|
|
|
|
height:250px;
|
|
|
|
padding:10px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
swiper-container{
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%;
|
|
|
|
height: 90%;
|
|
|
|
top: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
swiper-slide{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.sliderimage{
|
|
|
|
/* width: 100%; */
|
|
|
|
display: block;
|
|
|
|
max-height: 95vH;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
object-fit: contain;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.meme{
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
position: absolute;
|
|
|
|
object-fit: contain;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.memecontainer{
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 100%;
|
|
|
|
height: 90%;
|
|
|
|
top: 5em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extracontent{
|
|
|
|
background: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
background-color: transparent;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
|
|
|
|
font-size: 1.57em;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 4rem;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
|
|
|
|
transition: all .5s;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
touch-action: manipulation;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 10;
|
|
|
|
color: #a178ee;
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%,-50%);
|
|
|
|
width: 92%;
|
|
|
|
height: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
|
|
|
}
|
|
|
|
.alert:hover {
|
|
|
|
transition-duration: .1s;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.alert {
|
|
|
|
padding: 0 2.6rem;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#alerttext{
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--swiper-navigation-size: 60;
|
|
|
|
--swiper-theme-color: rgb(0, 89, 255);
|
|
|
|
--swiper-navigation-color: var(--swiper-theme-color);
|
|
|
|
--swiper-pagination-color: var(--swiper-theme-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
|