This commit is contained in:
Roman Pyrih
2025-09-10 16:00:04 +02:00
parent abf88b7892
commit 19564974a2
7 changed files with 46 additions and 25 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -97,6 +97,7 @@ header#header {
opacity: 0;
visibility: hidden;
overflow: hidden;
.container {
position: relative;
@@ -134,11 +135,11 @@ header#header {
span {
color: $cTxtBlack;
font-size: 15px;
font-size: 17px;
font-family: $font3;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
// letter-spacing: 1px;
// text-transform: uppercase;
line-height: 1;
margin-bottom: -4px;
@@ -167,11 +168,11 @@ header#header {
&:hover {
> a {
span {
text-shadow: 0px 0.3px 0px $cTxtBlack,
0px -0.3px 0px $cTxtBlack, 0.3px 0px 0px $cTxtBlack,
-0.3px 0px 0px $cTxtBlack, -0.3px -0.3px 0px $cTxtBlack,
0.3px 0.3px 0px $cTxtBlack, 0.3px -0.3px 0px $cTxtBlack,
-0.3px 0.3px 0px $cTxtBlack, -0.3px 0.3px 0px $cTxtBlack;
text-shadow: 0px 0.2px 0px $cTxtBlack,
0px -0.2px 0px $cTxtBlack, 0.2px 0px 0px $cTxtBlack,
-0.2px 0px 0px $cTxtBlack, -0.2px -0.2px 0px $cTxtBlack,
0.2px 0.2px 0px $cTxtBlack, 0.2px -0.2px 0px $cTxtBlack,
-0.2px 0.2px 0px $cTxtBlack, -0.2px 0.2px 0px $cTxtBlack;
&::before {
width: 100%;
@@ -291,6 +292,9 @@ header#header {
.lvl-4 {
opacity: 1;
visibility: visible;
//! TEST
width: 100%;
//! TEST
}
}
@@ -360,7 +364,10 @@ header#header {
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
//! TEST
width: 0;
max-width: 300px;
//! TEST
margin-top: 20px;
> li {
&:not(:last-child) {
@@ -530,13 +537,14 @@ header#header {
.btn1 {
color: #303030;
font-family: $font3;
font-size: 16px;
font-size: 15px;
font-weight: 700;
line-height: 1;
padding: 8px 20px;
padding: 10px 15px 8px;
background: #ffed00;
border-radius: 10px;
box-shadow: 0 4px 4px #e9e3de;
}
}
.search-item {

View File

@@ -1151,15 +1151,28 @@ p {
position: absolute;
padding-inline-start: 0;
list-style-type: none;
background: #ebebeb;
border: 1px solid $cGrayText;
border-radius: 5px;
background: #fff;
border: 0.5px solid #d8d8d8;
box-shadow: 0 4px 4px #e9e3de;
padding: 4px 0;
min-width: max-content;
right: 0;
li {
a {
font-size: 12px;
color: $cGrayText;
padding: 4px 12px;
padding: 5px;
margin: 2px 5px;
border-radius: 3px;
display: block;
transition: all 250ms ease-in-out;
&:hover {
background: $cYellow;
}
}
}
}

View File

@@ -1,21 +1,21 @@
<div class="lang-change">
<div class="over"> PL <i class="fa fa-angle-down" aria-hidden="true"></i></div>
<div class="over"> Polska <i class="fa fa-angle-down" aria-hidden="true"></i></div>
<ul>
<li>
<a href="https://de.vidok.com/" target="_blank">DE</a>
<a href="https://de.vidok.com/" target="_blank">Deutschland</a>
</li>
<li>
<a href="https://eng.vidok.com/" target="_blank">ENG</a>
<a href="https://eng.vidok.com/" target="_blank">United Kingdom</a>
</li>
<li>
<a href="https://fr.vidok.com/" target="_blank">FR</a>
<a href="https://fr.vidok.com/" target="_blank">France</a>
</li>
<li>
<a href="https://it.vidok.com/" target="_blank">IT</a>
<a href="https://it.vidok.com/" target="_blank">Italia</a>
</li>
<li>
<a href="https://sk.vidok.com/" target="_blank">SK</a>
<a href="https://sk.vidok.com/" target="_blank">Slovensko</a>
</li>
</ul>
</div>