Initial commit
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
///
|
||||
/// Massively by HTML5 UP
|
||||
/// html5up.net | @ajlkn
|
||||
|
||||
@@ -73,6 +73,20 @@
|
||||
.page, .extra {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.next, .previous {
|
||||
padding: 0 1rem;
|
||||
font-size: 0.7rem;
|
||||
min-width: auto;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
// Добавляем обертку для центрирования
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
font-size: 2.25rem;
|
||||
font-weight: _font(weight-heading);
|
||||
letter-spacing: 0.075em;
|
||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
line-height: 1;
|
||||
padding: 1rem 1.75rem;
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
h1 {
|
||||
font-size: 7rem;
|
||||
line-height: 1;
|
||||
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), 0 0 12px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
padding: 0.375rem 1.25rem;
|
||||
text-transform: uppercase;
|
||||
z-index: _misc(z-index-base) + 1;
|
||||
background: rgba(33, 41, 45, 0.9);
|
||||
border: 2px solid rgba(255, 255, 255, 0.3);
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
|
||||
|
||||
&:before {
|
||||
content: '\f0c9';
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: _palette(wrapper-bg);
|
||||
background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../images/bg.jpg');
|
||||
background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../../images/bg.jpg');
|
||||
background-size: auto, auto, 100% auto;
|
||||
background-position: center, center, top center;
|
||||
background-attachment: scroll, scroll, scroll;
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
// Variables
|
||||
$backgroundPath: "{{ .Site.Params.backgroundPath | default "images/bg.jpg" }}";
|
||||
// Variables - Seasonal Background
|
||||
$backgroundPath: "{{ partial "seasonal-background.html" . }}";
|
||||
|
||||
// Breakpoints.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user