diff --git a/public/css/app.css b/public/css/app.css
index eeae142..66a2f73 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -362,6 +362,14 @@ div.mySubmenuFixed {
background-position: 0 -54px;
}
+#NavigationRedesignBannerContainer .HeaderDivider {
+ margin: -5px 5px 0 5px;
+ float: right;
+ height: 25px;
+ width: 0;
+ Border-left: 1px solid #5355a0;
+}
+
#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited {
border: 0 solid black;
font-size: 13px;
@@ -577,8 +585,6 @@ html {
font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-style: normal;
height: 100%;
- color: #000;
- background-color: #cccccc;
}
.loggedout {
@@ -593,12 +599,11 @@ html {
}
body {
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
- margin-bottom: 0px;
+ margin: 0px;
height: 100%;
padding-bottom: 0px;
+ background: #e6e6e6;
+ color: #000;
}
.content_special,
@@ -671,6 +676,7 @@ body {
}
.hyperlink {
display: block;
+ text-align: center;
}
#footer {
@@ -683,9 +689,9 @@ body {
width: calc(100% - 30px);
padding-bottom: 5px;
padding-top: 5px;
- background: rgb(172, 172, 172);
+ background: #e6e6e6;
/* Fallback for IE 11*/
- background-color: rgb(172, 172, 172);
+ background-color: #e6e6e6;
min-height: fit-content;
bottom: 0;
}
diff --git a/public/css/appdark.css b/public/css/appdark.css
index 6552f4e..839a474 100644
--- a/public/css/appdark.css
+++ b/public/css/appdark.css
@@ -47,7 +47,7 @@
background: linear-gradient(#303030 10%, #000000 100%);
}
-html {
+body {
background-color: rgb(31, 31, 31);
color: white;
}
@@ -77,7 +77,7 @@ html {
}
#footer {
- background: rgb(0, 0, 0);
+ background: rgb(31, 31, 31);
}
#footer_signup {
diff --git a/public/css/classicapp.css b/public/css/classicapp.css
index 98d45a7..83b84c4 100644
--- a/public/css/classicapp.css
+++ b/public/css/classicapp.css
@@ -23,6 +23,9 @@ html {
animation-duration: 50s;
animation-iteration-count: infinite;
}
+body {
+ background: transparent;
+}
#alert,
#success {
@@ -172,6 +175,10 @@ html {
top: 44px;
}
+#NavigationRedesignBannerContainer .HeaderDivider {
+ display: none;
+}
+
#footer_signup a, #footer_signup p a, #footer a, #footer p a {
transition: none;
}
diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css
index ece7693..5123af2 100644
--- a/public/css/classicappdark.css
+++ b/public/css/classicappdark.css
@@ -23,6 +23,9 @@ html {
animation-duration: 50s;
animation-iteration-count: infinite;
}
+body {
+ background: transparent;
+}
.content, #footer {
max-width: 1000px;
@@ -54,19 +57,20 @@ html {
.content_signup {
background: rgba(25, 25, 25,0.75);
}
-
+.content, #footer {
+ max-width: 1000px;
+ width: 1000px;
+ margin: auto;
+}
.content {
margin-top: 105px;
background: rgba(25, 25, 25,0.75);
min-height: 550px;
}
-#footer {
- width: max-content;
-}
-
#logo_full {
display: none;
+ margin-right: 0;
}
#logo_small {
@@ -168,6 +172,30 @@ html {
height: 29px;
top: 44px;
}
+#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited, .navbarbutton {
+ position: relative;
+ padding-right: 5px;
+ text-align: center;
+ font-size: 18px;
+ font-family: "Helvetica Neue";
+ font-weight: bold;
+ text-shadow: none;
+}
+
+#navbarsignedincontainer {
+ display: block;
+}
+#navbarsignedincontainer a:nth-child(1)::after {
+ content: ' | ';
+}
+
+#NavigationRedesignBannerContainer .HeaderDivider {
+ display: none;
+}
+
+.content_signup a:hover, .content_signup p a:hover, #footer_signup a:hover, #footer_signup p a:hover, #footer a:hover, #footer p a:hover {
+ color: inherit;
+}
@media (min-width: 1688px) {
#logo_full {
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index ab23a88..030153c 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -15,5 +15,5 @@