Site changes
Added some slight color changes, merged the old admin panel css from app.css to newadmincss.css.
This commit is contained in:
parent
6a12802268
commit
86ef426f2c
|
|
@ -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 {
|
body.NewPanel {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
|
font-family: Arial,Helvetica,sans-serif; /*/Don't Change/*/
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
|
|
@ -183,8 +221,8 @@ h6 {
|
||||||
color: #af1400;
|
color: #af1400;
|
||||||
transition: .1s linear;
|
transition: .1s linear;
|
||||||
left: auto;
|
left: auto;
|
||||||
margin-left: -105px;
|
margin-left: -23px;
|
||||||
margin-top: 1px;
|
margin-top: 3px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -940,7 +940,7 @@ button:hover.greenbutton {
|
||||||
#footer a,
|
#footer a,
|
||||||
#footer_signup p,
|
#footer_signup p,
|
||||||
#footer_signup a {
|
#footer_signup a {
|
||||||
color: black;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
|
@ -1015,38 +1015,6 @@ div#testingSitePanelWrapper, #BodyWrapper {
|
||||||
display: none!important;
|
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) {
|
@media (max-width:980px) {
|
||||||
.content_signup, #footer_signup {
|
.content_signup, #footer_signup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -183,6 +183,13 @@ button {
|
||||||
color:rgb(0, 0, 0)
|
color:rgb(0, 0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.mySubmenuFixed {
|
||||||
|
background: #363636;
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
.Redesign .subMenu {
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
|
|
@ -194,6 +194,10 @@ body {
|
||||||
content: ' | ';
|
content: ' | ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer p, #footer a, #footer_signup p, #footer_signup a {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1688px) {
|
@media (min-width: 1688px) {
|
||||||
#logo_full {
|
#logo_full {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue