Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap");
html {
font-family: Tektur;
overflow-x: hidden;
scrollbar-color: #8800ff #000000;
}
* {
cursor: url(http://www.rw-designer.com/cursor-extern.php?id=48830), default !important;
}
a:any-link,
.project-container_project:hover,
.project-container_project img:hover,
.project-container_project-name:hover {
cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), default !important;
}
a {
text-decoration: none;
}
.container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto repeat(2, 1fr) auto;
background: linear-gradient(-45deg, #000000, #8800ff, #4e0092, #000000);
background-size: 400% 400%;
animation: background-gradient 10s ease infinite;
margin: 0;
gap: 0px 0px;
}
.nav-bar {
grid-area: 1/1/2/4;
list-style-type: none;
background-color: #000000;
padding: 20px;
margin: 0;
border-bottom: ridge #8800ff;
}
.nav-bar_title {
color: #000000;
margin-right: auto;
font-size: 250%;
text-align: left;
text-shadow: -1px 2px 0 #8800ff, 1px 2px 0 #8800ff, 1px -1px 0 #8800ff, -1px -1px 0 #8800ff;
}
.nav-bar_item {
padding-top: 15px;
float: right;
position: sticky;
}
.nav-bar_item a {
display: block;
color: #000000;
padding: 14px 16px;
border: 4px outset #8800ff;
border-radius: 1px;
background-color: #8800ff;
font-family: Prompt;
font-weight: 600;
font-size: 20px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.nav-bar_item a:hover {
border-color: #7a00e6;
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
background-color: #7a00e6;
}
.nav-bar_item a:active {
border-style: inset;
border-color: #5f00b3;
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
background-color: #5f00b3;
}
.sections {
display: flex;
align-items: center;
}
.main-content {
grid-area: 2/1/4/4;
margin: auto auto;
}
.main-content_title {
font-family: Prompt;
font-weight: 500;
font-size: 35px;
color: #ffffff;
border-bottom: 2px ridge #ffffff;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2901960784);
height: 45px;
}
.main-content_button {
color: #ffffff;
font-family: Prompt;
border-style: outset;
border-color: #ffffff;
text-decoration: none;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2901960784);
padding: 5px;
}
.main-content_button:hover {
color: #8800ff;
border-style: inset;
border-color: #8800ff;
}
.main-content_text {
font-size: 20px;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2901960784);
}
.main-content_text a {
color: #ffffff;
text-decoration: underline;
}
.main-content_text a:hover {
color: #000000;
}
.main-content_text-languages-info {
list-style-type: square;
}
.main-content_text-languages-info li::marker {
color: #000000;
}
.main-content_img {
width: 35px;
height: 35px;
padding: 5px;
}
.main-content_right img {
border: 5px ridge #000000;
border-radius: 2px;
}
.main-content_right img:not(.slideshow-container_slide_img) {
max-width: 200px;
}
.project-page .main-content,
.about-page .main-content {
padding-top: 100px;
padding-bottom: 100px;
}
.contact-page .main-content {
padding-top: 117px;
padding-bottom: 118px;
}
.contact-page .main-content_text {
display: flex;
align-items: center;
}
.slideshow-container {
position: relative;
margin: auto;
float: left;
max-width: 300px;
}
.slideshow-container_slide {
display: none;
text-align: center;
animation-name: fade;
animation-duration: 1s;
}
.slideshow-container_slide_text {
color: #ffffff;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.4352941176), 1px 1px 0 rgba(0, 0, 0, 0.4352941176), 1px -1px 0 rgba(0, 0, 0, 0.4352941176), -1px -1px 0 rgba(0, 0, 0, 0.4352941176);
font-size: 15px;
position: absolute;
bottom: 12px;
width: 90%;
text-align: center;
}
.slideshow-container_slide_number {
color: #ffffff;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.slideshow-container_slide img {
width: 200px;
height: 250px;
object-fit: cover;
border-radius: 5px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6784313725);
}
.slideshow-container .prev,
.slideshow-container .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: #ffffff;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
user-select: none;
background-color: rgba(0, 0, 0, 0.2901960784);
font-weight: bold;
font-size: 18px;
}
.slideshow-container .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
background-color: #000000;
}
footer {
grid-area: 4/1/5/4;
border-top: 2px solid #8800ff;
color: #000000;
text-shadow: -0.5px 0.5px 0 #8800ff, 0.5px 0.5px 0 #8800ff, 0.5px -0.5px 0 #8800ff, -0.5px -0.5px 0 #8800ff;
background-color: #000000;
padding-left: 65px;
padding-top: 2px;
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
@keyframes background-gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes gradient {
0% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.project-container {
display: flex;
}
.project-container_project {
background-color: #000000;
border: outset 4px #535353;
padding: 10px;
border-radius: 1px;
width: 25%;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6117647059);
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.project-container_project img {
height: 82px;
}
.project-container_project-name {
font-size: 20px;
color: #ffffff;
margin: 0;
text-transform: uppercase;
text-align: center;
text-overflow: ellipsis;
max-width: 90%;
white-space: nowrap;
overflow: hidden;
}
.popup-container {
position: fixed;
display: none;
top: 0;
left: 0;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
backdrop-filter: grayscale(100%) blur(5px);
}
.popup-container.active {
display: flex;
}
.popup-container .project-container_project {
padding: 20px;
border-style: groove;
border-color: #8800ff;
}
.popup-container .project-container_project-name {
text-overflow: none;
max-width: unset;
white-space: unset;
overflow: unset;
}
.popup-container .project-container_project, .popup-container .project-container_project-name:hover,
.popup-container .project-container_project img:hover {
cursor: url(http://www.rw-designer.com/cursor-extern.php?id=48830), default !important;
}
.popup-container_project-description {
font-family: Prompt;
font-weight: 300;
font-size: 15px;
margin: 0;
text-align: start;
}
.popup-container_project-link {
color: #8800ff;
font-size: 15px;
text-decoration: underline;
}
.popup-container_project-link:hover {
font-style: oblique;
}
.popup-container_project-button {
color: #8800ff;
padding: 7px 10px;
border: 2px outset #8800ff;
border-radius: 1px;
background-color: #000000;
transition: all 0.3s ease-in-out;
letter-spacing: 1px;
font-weight: 900;
font-size: 17px;
text-align: center;
text-decoration: none;
}
.popup-container_project-button:hover {
box-shadow: 0px 0px 5px 4px #4e0092;
}
.popup-container_project-button:active {
border-style: inset;
border-color: rgb(134.64, 0, 252.45);
}
@supports (-webkit-text-stroke: 1px #8800ff) {
.popup-container_project-button {
-webkit-text-fill-color: #000000;
-webkit-text-stroke: 1px #8800ff;
}
}
.popup-container_project-right {
color: #ffffff;
}
.popup-container_project-right_footer {
display: flex;
justify-content: space-between;
}
.popup-container_project-right_footer em {
font-size: 12px;
align-self: end;
}
.popup-container_project-left, .popup-container_project-right {
gap: 10px;
cursor: pointer;
}
.popup-container_project-right {
gap: 15px;
}
@media screen and (min-width: 770px) {
.home-page {
height: 100vh;
}
.nav-bar {
display: flex;
align-items: center;
}
.nav-bar_item {
margin-right: 5px;
width: 150px;
}
.nav-bar_title {
margin-left: 50px;
}
.reveal {
display: none;
}
.main-content {
width: 800px;
height: fit-content;
}
.main-content_text:last-child:not(.contact) {
font-size: 20px;
color: #ffffff;
width: 600px;
padding-top: 35px;
padding-bottom: 35px;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2901960784);
}
.sections {
justify-content: space-between;
width: 900px !important;
}
.home-page .main-content_text, .home-page .main-content_title,
.about-page .main-content_text,
.about-page .main-content_title,
.contact-page .main-content_text,
.contact-page .main-content_title {
width: 605px;
}
.project-container {
flex-flow: row wrap;
gap: 10% 5%;
align-content: space-between;
align-items: center;
}
.project-container_project {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 10px;
height: 100%;
gap: 10px;
}
.popup-container .project-container_project {
flex-direction: row;
align-items: flex-start;
height: auto;
width: 400px;
}
.popup-container.active .popup-container_project {
width: 50%;
}
.popup-container.active .popup-container_project-left {
display: flex;
flex-direction: column;
align-items: center;
width: 40%;
}
.popup-container.active .popup-container_project-right {
display: flex;
flex-direction: column;
justify-content: space-between;
height: -webkit-fill-available;
width: 60%;
}
footer {
height: 50px;
align-self: end;
}
}
@media screen and (max-width: 770px) and (min-width: 600px) {
.home-page {
height: 100vh;
}
.nav-bar {
display: flex;
flex-wrap: wrap;
padding: 0px 0px 10px 55px;
}
.nav-bar_item {
margin-right: 60px;
}
.nav-bar_title {
margin-right: 50px;
height: min-content;
margin-top: auto;
}
.home-page .sections {
margin: 0 !important;
justify-content: space-evenly;
}
.main-content_left {
width: 400px;
}
.main-content_right {
margin-left: 50px;
}
.project-container {
flex-wrap: wrap;
width: 600px;
}
.project-container_project {
display: flex;
flex-direction: column;
align-items: center;
margin: 5px 5px 0px 3px;
}
.project-container-name {
margin: auto;
}
.popup-container .project-container_project {
width: 50%;
gap: 10px;
}
.popup-container.active .popup-container_project-left {
display: flex;
flex-direction: column;
align-items: center;
}
.popup-container.active .popup-container_project-right {
display: flex;
flex-direction: column;
justify-content: space-between;
height: -webkit-fill-available;
}
.reveal {
display: none;
}
footer {
padding-left: 55px;
padding-top: 20px;
}
}
@media screen and (max-width: 600px) {
.home-page {
height: 140vh;
}
.nav-bar {
padding-bottom: 78px;
}
.nav-bar_title {
font-size: 190%;
}
.nav-bar_item {
display: none;
}
.reveal {
position: relative;
top: 145px;
display: inline-block;
grid-area: 1/1/2/4;
}
.reveal_button {
background-color: #8800ff;
border: 2px outset #4e0092;
width: 65px;
height: 55px;
margin-left: 20px;
display: flex;
align-items: center;
}
.reveal_button:active {
border: #4e0092 inset;
background-color: #7900e3;
}
.reveal_content {
display: none;
position: absolute;
background-color: #000000;
min-width: 160px;
box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.7019607843);
z-index: 1;
margin-left: 20px;
}
.reveal_content a {
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
font-family: Prompt;
font-weight: 500;
display: block;
padding: 12px 16px;
border: #8800ff 1px ridge;
color: #ffffff;
}
.show {
display: block;
}
.main-content {
width: 300px;
}
.main-content_title {
font-size: 27px;
border-bottom: 3px ridge #ffffff;
}
.main-content_text {
font-size: 15px;
}
.home-page .sections {
flex-direction: column-reverse !important;
}
.sections {
flex-direction: column;
justify-content: center;
}
.project-container {
flex-direction: column;
}
.project-container_project {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
margin-top: 20px;
width: auto;
}
.project-container_project-name {
margin: auto;
}
.popup-container .project-container_project {
width: 50%;
gap: 10px;
}
.popup-container.active .popup-container_project-left {
display: flex;
flex-direction: column;
align-items: center;
}
.popup-container.active .popup-container_project-right {
display: flex;
flex-direction: column;
justify-content: space-between;
height: -webkit-fill-available;
}
.slideshow-container {
margin: 0px 80px 40px 80px;
}
footer {
padding-left: 20px;
height: 50px;
}
}/*# sourceMappingURL=DP.css.map */