Version 40.5.2 - playing with meta tags

This commit is contained in:
2023-10-04 21:52:15 +02:00
parent 2271c8fa52
commit b74e358f22
7 changed files with 43 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
/* By MrEidam */
margin: 0;
padding: 0;
user-select: none;
@@ -10,7 +11,7 @@
body {
font-size: 15pt;
/*background: linear-gradient(#009000, black);*/
background-color: #ccc;
background-color: #333;
}
/* Clisks */
@@ -25,19 +26,16 @@ body {
margin: 0;
top: 0;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
/* By MrEidam */
}
#logclick{
position: relative;
background-color: papayawhip;
display: flex;
align-items: center;
justify-content: center;
gap: 5ch;
margin: 0 5vw 0 5vw;
padding: 1rem;
border: 5px dashed blue;
border-radius: 1rem;
z-index: 69;
width: auto;
@@ -63,7 +61,6 @@ body {
margin: 0 1.5vw 0 1.5vw;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
/*border: red solid 5px;*/
}
.main{
@@ -75,8 +72,6 @@ body {
/* By MrEidam */
.item{
background-color: papayawhip/*var(--color)*/;
/*border: 2px solid #333;*/
border: none;
top: 5px;
margin: 2rem 3vw 2rem 3vw;
@@ -96,7 +91,6 @@ body {
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
filter: drop-shadow(10px 8px 6px #333);
pointer-events: none
}
@@ -186,6 +180,7 @@ button{
border-radius: 25px;
cursor: pointer;
transition: width .4s;
/* By MrEidam */
}
.button.expand{
width: 100%;
@@ -237,6 +232,10 @@ ul li:last-child{
border-bottom: none;
}
ul li a{
display: block;
width: 100%;
height: 100%;
/* By MrEidam */
color: #fff;
font-size: 18px;
text-decoration: none;
@@ -247,7 +246,7 @@ ul li:hover a{
::-webkit-scrollbar{
background: transparent;
width: 10px;
width: 5px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(transparent, #00ec00);