mawacode.de/css/style.css

453 lines
8.2 KiB
CSS
Raw Normal View History

2024-01-22 22:35:40 +01:00
*{
margin: 0;
padding: 0;
2024-02-08 22:48:31 +01:00
font-family: Verdana, Geneva, Tahoma, sans-serif;
2024-01-22 22:35:40 +01:00
}
.container{
width: 100%;
min-height: 100vh;
box-sizing: border-box;
overflow: hidden;
2024-02-08 20:38:22 +01:00
background-color: #111927;
background-image: radial-gradient(at 30% 30%, hsl(70, 100%, 20%) 0, transparent 59%), radial-gradient(at 70% 70%, hsl(230, 100%, 20%) 0, transparent 55%);
background: url(../pics/background.jpg) no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
2024-01-22 22:35:40 +01:00
}
2024-02-02 18:19:31 +01:00
.content {
padding-left: 8%;
padding-right: 8%;
}
2024-01-22 22:35:40 +01:00
.navbar {
2024-02-08 23:51:29 +01:00
z-index: 2;
position: relative;
2024-01-22 22:35:40 +01:00
width: 100%;
display: flex;
align-items: center;
2024-02-02 18:19:31 +01:00
box-shadow: 5px 5px 5px;
2024-02-08 21:55:36 +01:00
padding: 30px 0;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 0 12px 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-01-22 22:35:40 +01:00
}
.logo {
2024-02-08 21:55:36 +01:00
width: 190px;
2024-02-08 22:48:31 +01:00
margin-top: 3.5em;
2024-02-02 18:19:31 +01:00
margin-left: 8%;
2024-02-02 18:51:43 +01:00
position: absolute;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
2024-02-08 21:55:36 +01:00
border-radius: 15px;
2024-01-22 22:35:40 +01:00
}
.menu-icon{
display: none;
}
nav{
flex: 1;
text-align: right;
2024-02-02 18:19:31 +01:00
padding-right: 8%;
2024-01-22 22:35:40 +01:00
}
nav ul li{
list-style: none;
display: inline-block;
}
nav ul li a{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-02-02 18:19:31 +01:00
font-size: 120%;
2024-01-22 22:35:40 +01:00
text-decoration: none;
2024-02-02 18:19:31 +01:00
padding-left: 20px;
font-style: italic;
2024-02-08 22:48:31 +01:00
2024-01-22 22:35:40 +01:00
}
nav ul li a:hover{
2024-02-08 22:48:31 +01:00
color: #af83b9;
2024-01-22 22:35:40 +01:00
cursor: pointer;
}
2024-02-03 15:16:02 +01:00
#lang{
font-size: 225%;
position: absolute;
margin-top: -0.9em;
font-style: normal;
}
2024-02-02 18:19:31 +01:00
.activeTab{
text-decoration-line: underline;
text-decoration-thickness: 3px;
}
#menuList{
2024-02-02 18:51:43 +01:00
margin-top: -1em;
2024-02-02 18:19:31 +01:00
}
2024-01-22 22:35:40 +01:00
h1{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-01-22 22:35:40 +01:00
}
h2{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-01-22 22:35:40 +01:00
}
2024-02-05 22:23:14 +01:00
p{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
font-size: 100%;
2024-02-05 22:23:14 +01:00
}
2024-01-22 22:35:40 +01:00
.row{
display: flex;
justify-content: space-between;
align-items: center;
margin: 100px 0;
}
.col-1{
flex-basis: 80%;
position: relative;
padding: 2%;
box-shadow: 10px 10px 10px;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-02-08 22:48:31 +01:00
z-index: 1;
2024-01-22 22:35:40 +01:00
}
.col-2{
position: relative;
flex-basis: 60%;
display: flex;
align-items: center;
}
.col-2 .fotovonmir{
width: 50%;
2024-01-22 22:35:40 +01:00
box-shadow: 10px 10px 10px;
margin-left: 30%;
2024-01-22 22:35:40 +01:00
}
2024-02-03 16:40:09 +01:00
.col-2 .catFront {
position: fixed;
width: 40%;
bottom: 0;
right: 0;
}
2024-01-24 18:28:39 +01:00
.comic {
width: 125%;
box-shadow: 10px 10px 10px;
margin-left: 50%;
color: black;
}
2024-02-04 23:43:14 +01:00
#popupButton {
2024-02-08 20:38:22 +01:00
color: white;
2024-02-04 23:43:14 +01:00
font-size: 100%;
padding: 5px;
text-decoration: none;
background-color: #e0d94c;
box-shadow: 5px 5px 5px black;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-02-04 23:43:14 +01:00
}
#popupButton:hover{
2024-02-08 22:48:31 +01:00
color: #af83b9;
2024-02-04 23:43:14 +01:00
cursor: pointer;
}
.Popup {
display: none;
position: fixed;
2024-02-08 22:48:31 +01:00
z-index: 3;
2024-02-04 23:43:14 +01:00
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.popupContent {
margin: auto;
padding: 20px;
width: 80%;
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-02-04 23:43:14 +01:00
}
.close {
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-02-04 23:43:14 +01:00
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover, .close:focus {
2024-02-08 22:48:31 +01:00
color: #af83b9;
2024-02-04 23:43:14 +01:00
text-decoration: none;
cursor: pointer;
}
2024-01-22 22:35:40 +01:00
.socialmedia img{
height: 30px;
margin: 5px;
cursor: pointer;
2024-01-23 19:48:44 +01:00
padding: 5px;
2024-01-22 22:35:40 +01:00
box-shadow: 5px 5px 5px;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-01-22 22:35:40 +01:00
}
.socialmedia{
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
left: 0;
overflow: hidden;
2024-01-22 22:35:40 +01:00
}
.socialmedia a{
color: black;
}
#aboutmelinks{
margin-top: 10px;
}
#aboutmelinks li{
list-style: none;
display: inline-block;
}
#aboutmelinks li a{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-01-23 19:48:44 +01:00
font-size: 100%;
2024-01-22 22:35:40 +01:00
padding: 5px;
text-decoration: none;
box-shadow: 5px 5px 5px black;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-01-22 22:35:40 +01:00
}
#aboutmelinks li a:hover{
2024-02-08 22:48:31 +01:00
color: #af83b9;
2024-01-22 22:35:40 +01:00
cursor: pointer;
}
#catpics img{
2024-01-23 21:24:06 +01:00
width: 50%;
2024-01-23 19:48:44 +01:00
margin: 8px;
2024-01-22 22:35:40 +01:00
box-shadow: 10px 10px 10px;
}
.technolist li{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-01-23 19:48:44 +01:00
font-size: 100%;
2024-01-22 22:35:40 +01:00
padding: 5px;
margin: 10px;
text-decoration: none;
box-shadow: 5px 5px 5px black;
list-style: none;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
2024-02-08 22:48:31 +01:00
background-color: rgba(50, 50, 50, 0.75);
2024-02-08 20:38:22 +01:00
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-01-22 22:35:40 +01:00
}
2024-02-03 13:26:34 +01:00
table{
margin-left: 10%;
text-align: center;
2024-02-08 20:38:22 +01:00
box-shadow: 5px 5px 5px black;
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-02-03 13:26:34 +01:00
}
table tr th{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-02-03 13:26:34 +01:00
font-size: 100%;
padding: 5px;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 12px 0 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
2024-02-03 13:26:34 +01:00
}
table tr td{
2024-02-08 22:48:31 +01:00
color: #bbadbe;
2024-02-03 13:26:34 +01:00
font-size: 100%;
padding: 5px;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
2024-02-03 13:26:34 +01:00
}
2024-01-23 22:19:16 +01:00
.neofetch{
width: 100%;
box-shadow: 10px 10px 10px;
2024-02-05 22:23:14 +01:00
color:black;
}
#fullpic img{
width: 100%;
2024-01-23 22:19:16 +01:00
}
2024-01-22 22:35:40 +01:00
@media only screen and (max-width:900px){
2024-02-03 15:36:41 +01:00
.navbar{
max-height: 1.5em;
}
2024-02-03 15:16:02 +01:00
2024-01-27 15:31:42 +01:00
nav ul{
2024-01-22 22:35:40 +01:00
width: 100%;
position: absolute;
2024-02-02 18:19:31 +01:00
top: 100px;
2024-01-22 22:35:40 +01:00
right: 0;
z-index: 2;
box-shadow: 10px 10px 10px;
2024-02-08 20:38:22 +01:00
backdrop-filter: blur(10px) saturate(100%);
-webkit-backdrop-filter: blur(10px) saturate(100%);
background-color: rgba(30, 30, 30, 0.75);
border-radius: 0 0 12px 12px;
2024-01-22 22:35:40 +01:00
}
nav ul li{
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
nav ul li a{
box-shadow: 0 0 0;
2024-01-27 15:31:42 +01:00
cursor: pointer;
2024-02-02 18:19:31 +01:00
margin-right: 10px;
2024-01-22 22:35:40 +01:00
}
.menu-icon{
2024-02-03 15:16:02 +01:00
display: inline;
width: 9em;
2024-02-02 18:19:31 +01:00
margin-right: 4%;
2024-01-22 22:35:40 +01:00
}
2024-02-03 15:16:02 +01:00
.menu-icon a{
2024-02-03 15:36:41 +01:00
font-size: 300%;
margin-right: 10%;
cursor: pointer;
2024-02-03 15:16:02 +01:00
}
.menu-icon img{
2024-02-03 15:36:41 +01:00
width: 45px;
2024-02-03 15:16:02 +01:00
cursor: pointer;
}
2024-01-22 22:35:40 +01:00
#menuList{
overflow: hidden;
transition: 0.5s;
2024-02-03 17:01:57 +01:00
z-index: 3;
2024-01-22 22:35:40 +01:00
}
2024-02-02 18:19:31 +01:00
.logo{
margin-left: 4%;
2024-02-08 21:45:25 +01:00
width: 190px;
2024-02-03 17:01:57 +01:00
z-index: 4;
2024-02-02 18:19:31 +01:00
}
2024-01-22 22:35:40 +01:00
.row{
flex-direction: column;
2024-02-08 22:48:31 +01:00
margin: 50px 0;
2024-01-22 22:35:40 +01:00
}
.col-2{
flex-basis: 100%;
margin-bottom: 50px;
margin-top: 50px;
}
.col-2 .fotovonmir{
width: 77%;
transform: translateX(0px);
}
2024-02-03 16:40:09 +01:00
.col-2 .catFront {
width: 65%;
}
2024-01-22 22:35:40 +01:00
.col-1{
flex-basis: 100%;
2024-02-08 21:55:36 +01:00
margin-top: 2em;
2024-02-08 22:48:31 +01:00
z-index: 1;
2024-01-22 22:35:40 +01:00
}
2024-01-23 19:48:44 +01:00
#aboutmelinks li{
2024-02-02 19:35:15 +01:00
margin: 1%;
2024-01-23 19:48:44 +01:00
}
2024-02-03 13:26:34 +01:00
2024-02-05 00:01:42 +01:00
.popupContent{
font-size: 50%;
margin-top: 50px;
}
2024-02-03 13:26:34 +01:00
table{
margin: 1%;
}
.comic {
margin-left: 0;
}
2024-02-03 16:40:09 +01:00
}
@media only screen and (max-width:600px){
.col-2 .catFront {
width: 85%;
}
}
@media only screen and (max-width:500px){
.col-2 .catFront {
width: 100%;
}
2024-01-22 22:35:40 +01:00
}