Skip to content

Commit 8adab0d

Browse files
committed
r5.0 update
1 parent 666bba1 commit 8adab0d

40 files changed

+422
-439
lines changed

assets/css/style.css

Lines changed: 63 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
================================================== */
3737
:root {
3838
--CompRed: rgb(255, 66, 66);
39-
--CompOrange: rgb(222, 144, 64);
39+
--CompOrange: rgb(255, 180, 80);
40+
--CompOrangeBright: rgb(255, 220, 140);
4041
--CompBlue: rgb(114, 114, 255);
4142
--CompMiddle: rgb(255, 125, 222);
4243

@@ -891,7 +892,7 @@ html, body {
891892
/* HERO
892893
================================================== */
893894
.hero {
894-
background: url(../img/end.jpg) no-repeat top / cover;
895+
background: url(../img/editedScreenshots/end.jpg) no-repeat top / cover;
895896
height: 100%;
896897
width: 100%;
897898
display: table;
@@ -934,7 +935,7 @@ html, body {
934935
}
935936

936937
.index-reimagined {
937-
background: url(../img/reimage.jpg) no-repeat top / cover;
938+
background: url(../img/newScreenshots/4.jpg) no-repeat top / cover;
938939
}
939940

940941
.index-v4 {
@@ -946,10 +947,16 @@ html, body {
946947
position: relative;
947948
margin: 0;
948949
color: var(--VeryLightGray);;
949-
font-size: 40px;
950-
padding-bottom: 50px;
951-
line-height: 130%;
952-
color: var(--VeryLightGray);
950+
font-size: 35px;
951+
padding-bottom: 10px;
952+
line-height: 360%;
953+
text-shadow:
954+
0.5px 1px 0 #000,
955+
1px 0.5px 0 #000,
956+
1px 1px 0 #000,
957+
1px 1.5px 0 #000,
958+
1.5px 1px 0 #000,
959+
1.5px 1.5px 0 #000;
953960
}
954961

955962
.index-shader p {
@@ -991,7 +998,7 @@ html, body {
991998
.hero-content {
992999
display: table-cell;
9931000
vertical-align: middle;
994-
padding-top: 75px;
1001+
padding-top: 65px;
9951002
}
9961003

9971004
.hero-text {
@@ -1002,6 +1009,29 @@ html, body {
10021009
text-align: center;
10031010
}
10041011

1012+
.hero-shader-text {
1013+
text-shadow:
1014+
0.5px 1px 0 #000,
1015+
1px 0.5px 0 #000,
1016+
1px 1px 0 #000,
1017+
1px 1.5px 0 #000,
1018+
1.5px 1px 0 #000,
1019+
1.5px 1.5px 0 #000;
1020+
}
1021+
1022+
.hero-shader-title {
1023+
text-shadow:
1024+
0.5px 1px 0 #000,
1025+
1px 0.5px 0 #000,
1026+
1px 1px 0 #000,
1027+
1px 1.5px 0 #000,
1028+
1.5px 1px 0 #000,
1029+
1.5px 1.5px 0 #000,
1030+
1.5px 2px 0 #000,
1031+
2px 1.5px 0 #000,
1032+
2px 2px 0 #000;
1033+
}
1034+
10051035
.hero-text h1 {
10061036
font-family: 'minecraftchmc';
10071037
position: relative;
@@ -1028,14 +1058,14 @@ html, body {
10281058
.hero-text .btn-border {
10291059
position: relative;
10301060
margin: 5px;
1031-
background-color: transparent;
1061+
background-color: rgba(0, 0, 0, 0.25);
10321062
max-width: 100%;
10331063
}
10341064
.hero-text .btn-border:focus {
10351065
color: var(--VeryLightGray);
10361066
}
10371067
.hero-text .btn-border:hover {
1038-
background-color: rgba(0, 0, 0, 0.25);
1068+
background-color: rgba(0, 0, 0, 0.5);
10391069
color: var(--ThemeColor);
10401070
border-color: var(--VeryLightGray);
10411071
}
@@ -1081,27 +1111,23 @@ html, body {
10811111
}
10821112

10831113
.reimagined-hero {
1084-
background: url(../img/reimage.jpg) no-repeat center / cover;
1085-
}
1086-
1087-
.shaders-v4-hero {
1088-
background: url(../img/v4image.jpg) no-repeat center / cover;
1114+
background: url(../img/newScreenshots/4.jpg) no-repeat center / cover;
10891115
}
10901116

10911117
.contact-hero {
1092-
background: url(../img/Taiga.jpg) no-repeat center / cover;
1118+
background: url(../img/editedScreenshots/Taiga.jpg) no-repeat center / cover;
10931119
}
10941120

10951121
.changelogs-hero {
1096-
background: url(../img/Rscreenshots/dragonBeams.jpg) no-repeat top / cover;
1122+
background: url(../img/newScreenshots/both6_dragonBeams.jpg) no-repeat top / cover;
10971123
}
10981124

10991125
.mod-issues-hero {
1100-
background: url(../img/v4screenshots/MountainsNearOcean.jpg) no-repeat center / cover;
1126+
background: url(../img/screenshots/MountainsNearOcean.jpg) no-repeat center / cover;
11011127
}
11021128

11031129
.privacy-policy-hero {
1104-
background: url(../img/Rscreenshots/IceSpikesR.jpg) no-repeat top / cover;
1130+
background: url(../img/screenshots/IceSpikesR.jpg) no-repeat top / cover;
11051131
box-shadow: inset 0 0 0 20000px rgba(0, 0, 0, 0.3);
11061132
}
11071133

@@ -1248,15 +1274,14 @@ table, th, td {
12481274
border: 2px solid var(--ThemeColor);
12491275

12501276
border-color: var(--ThemeColor);
1251-
color: white;
1252-
font-weight: bold;
1253-
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
1277+
color: var(--VeryLightGray);
12541278
/* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
1255-
background: url(../img/installButton.jpg) no-repeat top / cover;
1279+
background-color: var(--VeryDarkGray);
12561280
}
12571281
.section-downloads .btn-installer:hover {
12581282
color: var(--ThemeColor);
12591283
border-color: white;
1284+
background-color: var(--DarkGray);
12601285
}
12611286
.section-downloads .btn-manual {
12621287
color: white;
@@ -1277,6 +1302,15 @@ table, th, td {
12771302
max-width: 64%;
12781303
margin: auto;
12791304
}
1305+
.section-screenshots p {
1306+
font-size: 16px;
1307+
color: var(--VeryLightGray);
1308+
margin-bottom: -20px;
1309+
}
1310+
.section-screenshots h3 {
1311+
color: var(--VeryLightGray);
1312+
margin-bottom: -50px;
1313+
}
12801314

12811315
/* Section: Services */
12821316
.section-services .subheading-text {
@@ -1474,7 +1508,7 @@ table, th, td {
14741508

14751509
/* Copyright */
14761510
.copyright {
1477-
padding: 20px 0;
1511+
padding: 10px 0;
14781512
border-top: 1px solid rgba(224, 224, 224, 0.05);
14791513
}
14801514

@@ -1930,7 +1964,7 @@ a.github-bg:hover {
19301964
/* background-color: transparent; */
19311965
margin: 0;
19321966
position: relative;
1933-
top: 50%;
1967+
top: 50vh;
19341968
-ms-transform: translateY(-50%);
19351969
transform: translateY(-50%);
19361970

@@ -1943,15 +1977,15 @@ a.github-bg:hover {
19431977
}
19441978
.ad-v1 {
19451979
float: left;
1946-
margin-left: 10%;
1980+
margin-left: 5%;
19471981
}
19481982
.ad-v2 {
19491983
float: right;
1950-
margin-right: 10%;
1984+
margin-right: 5%;
19511985
}
19521986

19531987
.ad-div1 {
1954-
margin-top: -30px;
1955-
padding-bottom: 35px;
1988+
margin-top: 15px;
1989+
padding-bottom: 22px;
19561990
text-align: center;
19571991
}
-1.16 MB
Binary file not shown.
56.8 KB
Loading
2.89 MB
Loading

assets/img/installButton.jpg

-55.5 KB
Binary file not shown.

assets/img/newScreenshots/4.jpg

837 KB
Loading
479 KB
Loading

0 commit comments

Comments
 (0)