diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index a7f2551..9e76dd2 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -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; } diff --git a/public/css/app.css b/public/css/app.css index ac77543..d9d1f8a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -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%; diff --git a/public/css/appdark.css b/public/css/appdark.css index 2870e34..5d273c0 100644 --- a/public/css/appdark.css +++ b/public/css/appdark.css @@ -183,6 +183,13 @@ button { color:rgb(0, 0, 0) } +div.mySubmenuFixed { + background: #363636; + background: #000; +} +.Redesign .subMenu { + background: #000; +} .popup { color: white; diff --git a/public/css/classicapp.css b/public/css/classicapp.css index 83b84c4..54984e6 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -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;