Do some maintenance with phpstorm

This commit is contained in:
2024-01-16 20:43:57 +01:00
parent ec725fd689
commit 02d480d31a
8 changed files with 135 additions and 137 deletions

View File

@@ -11,9 +11,7 @@
}
body {
background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg));
background-repeat: no-repeat;
background-attachment: fixed;
background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed;
background-size: cover;
height: 100%;
width: 100%;
@@ -29,28 +27,9 @@ nav {
justify-content: space-between;
padding: 1.2rem 1rem;
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 20px 28px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 20px 28px 0px rgba(0,0,0,0.2);
box-shadow: 0px 20px 28px 0px rgba(0,0,0,0.2);
}
nav #login {
color: var(--primary-text);
text-decoration: none;
background-color: #2a9dd6;
padding: 0.35rem 0.65rem;
transition: all 0.3s ease;
border-radius: 15px;
}
nav #login:hover, nav #login.active{
transition: all 0.3s ease;
background-color: var(--primary-hover);
color: var(--primary-text);
}
nav #login:hover::after, nav #login.active::after {
width: 0;
-webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
}
ul {
@@ -89,11 +68,6 @@ li a:hover::after {
width: 85%;
}
li a:hover, li a.active {
color: var(--primary);
transition: all 0.3s ease;
}
.wrapper-404 {
text-align: center;
}
@@ -162,7 +136,6 @@ header hr {
}
.navpage_list{
margin-top: 8px;
background-color: var(--third-bg);
margin-top: 10px;
display: flex;
@@ -178,11 +151,6 @@ header hr {
border: 4px solid var(--primary-hover) ;
}
a.navpage_link{
padding: 0;
margin: 0;
}
li.navpage_item{
padding-left: 20px;
padding-right: 20px;