Initial commit

This commit is contained in:
Kirchik
2025-08-02 11:45:16 +02:00
parent a6a820aba2
commit a0ba937a46
1078 changed files with 7800 additions and 1115 deletions
@@ -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;