Site changes

Added some slight color changes, merged the old admin panel css from app.css to newadmincss.css.
This commit is contained in:
tersiswilvin 2022-09-07 18:47:52 -07:00
parent 6a12802268
commit 86ef426f2c
4 changed files with 52 additions and 35 deletions

View File

@ -1,6 +1,44 @@
/*Legacy*/
.iphone-sidebar {
position: fixed;
color: rgb(255, 255, 255);
width: 20%;
height: 100%;
margin-left: 0px;
background-color: rgb(0, 0, 0);
padding-bottom: 5px;
padding-top: 5px;
}
.iphone-content {
position: relative;
color: white;
width: 80%;
height: 100%;
left: 20%;
background-color: rgb(0, 0, 0);
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
overflow-x: hidden;
position: fixed;
height: 100%;
}
#InviteTreeContainer {
background-color: rgb(255, 255, 255);
}
/*--------------*/
body {
font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
body.NewPanel {
background-color: #111;
min-width: 0px;
font-family: Arial,Helvetica,sans-serif; /*/Don't Change/*/
color: #fff;
}
@font-face
@ -183,8 +221,8 @@ h6 {
color: #af1400;
transition: .1s linear;
left: auto;
margin-left: -105px;
margin-top: 1px;
margin-left: -23px;
margin-top: 3px;
position: absolute;
font-size: 16px;
}

View File

@ -940,7 +940,7 @@ button:hover.greenbutton {
#footer a,
#footer_signup p,
#footer_signup a {
color: black;
color: #555;
}
p,
@ -1015,38 +1015,6 @@ div#testingSitePanelWrapper, #BodyWrapper {
display: none!important;
}
/*Legacy*/
.iphone-sidebar {
position: fixed;
color: rgb(255, 255, 255);
width: 20%;
height: 100%;
margin-left: 0px;
background-color: rgb(0, 0, 0);
padding-bottom: 5px;
padding-top: 5px;
}
.iphone-content {
position: relative;
color: white;
width: 80%;
height: 100%;
left: 20%;
background-color: rgb(0, 0, 0);
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
overflow-x: hidden;
position: fixed;
height: 100%;
}
#InviteTreeContainer {
background-color: rgb(255, 255, 255);
}
@media (max-width:980px) {
.content_signup, #footer_signup {
width: 100%;

View File

@ -183,6 +183,13 @@ button {
color:rgb(0, 0, 0)
}
div.mySubmenuFixed {
background: #363636;
background: #000;
}
.Redesign .subMenu {
background: #000;
}
.popup {
color: white;

View File

@ -194,6 +194,10 @@ body {
content: ' | ';
}
#footer p, #footer a, #footer_signup p, #footer_signup a {
color: #000;
}
@media (min-width: 1688px) {
#logo_full {
display: block;