Skip to content

Commit 78183d4

Browse files
committed
more images, new fonts
1 parent d1893df commit 78183d4

File tree

8 files changed

+423
-119
lines changed

8 files changed

+423
-119
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

assets/images/GOATED.png

20.3 KB
Loading

assets/images/svg-logo.svg

Lines changed: 207 additions & 0 deletions
Loading

assets/mobirise/css/mbr-additional.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
558558
box-shadow: none;
559559
}
560560
a,
561-
a:hover {
562-
color: #171717;
563-
}
561+
564562
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
565563
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
566564
color: #91a0bf;

assets/theme/css/style.css

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,67 @@ body {
780780
width: 14px;
781781
}
782782

783+
.image-container {
784+
position: relative;
785+
z-index: 10;
786+
}
787+
788+
.image-container::after {
789+
content: '';
790+
position: absolute;
791+
z-index: -1;
792+
bottom: -24px;
793+
left: 24px;
794+
width: 100%;
795+
height: 100%;
796+
background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
797+
}
798+
799+
.image-container img {
800+
z-index: -1;
801+
}
802+
803+
.image-container-alt {
804+
position: relative;
805+
z-index: 10;
806+
}
807+
808+
.image-container-alt::after {
809+
content: '';
810+
position: absolute;
811+
z-index: -1;
812+
bottom: -24px;
813+
left: -24px;
814+
width: 100%;
815+
height: 100%;
816+
background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
817+
}
818+
819+
.image-container-alt img {
820+
z-index: -1;
821+
}
822+
823+
.game-font {
824+
font-family: 'Jersey 10', sans-serif;
825+
font-weight: 400;
826+
font-style: normal;
827+
}
828+
829+
@keyframes cycle-pulse {
830+
0% {
831+
filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
832+
}
833+
834+
50% {
835+
filter: invert(0%) sepia(1%) saturate(10%) hue-rotate(306deg) brightness(98%) contrast(101%);
836+
}
837+
838+
100% {
839+
filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
840+
}
841+
}
842+
843+
783844
.form-control {
784845
background-color: #ffffff;
785846
background-clip: border-box;

fonts/NES/NESCyrillic.ttf

14.4 KB
Binary file not shown.

fonts/NES/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@font-face {
2+
font-family: 'NES';
3+
src: url('../NES/NESCyrillic.ttf') format('truetype');
4+
}

0 commit comments

Comments
 (0)