Clean v2
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
body{
|
||||
background-color: var(--bodyBoxColor);
|
||||
background-image: url('/style/background.png');
|
||||
background-image: url('/images/background.png');
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -1,5 +0,0 @@
|
||||
<footer>
|
||||
<div class = "postFooter">
|
||||
<p class="miniText"> ©Defectum studio 2023-2023</p>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -1,24 +0,0 @@
|
||||
<header>
|
||||
<div class="headerButton-grid">
|
||||
<a href="/index.html" style="text-decoration:none">
|
||||
<button style="background: transparent; border: none !important;">
|
||||
<p class="titleText">Путешествия по Вологде</p>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#AttractionsMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Достопримечательности</p>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#RestaurantsMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Рестораны</p>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#HotelMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Отели</p>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
@@ -16,23 +16,6 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Beryozki */
|
||||
@font-face {
|
||||
font-family: 'Beryozki';
|
||||
src: url('/style/fonts/Beryozki.eot') format('embedded-opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Beryozki';
|
||||
src: url('/style/fonts/Beryozki.woff') format('woff'),
|
||||
url('/style/fonts/Beryozki.ttf') format('truetype'),
|
||||
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Tsarevich */
|
||||
@font-face {
|
||||
font-family: 'Tsarevich-Regular';
|
||||
|
||||
Reference in New Issue
Block a user