1
0

some color fixes, fixed maincontent margin-top

This commit is contained in:
bonkmaykr
2021-07-09 14:18:24 -05:00
committed by GitHub
parent ce51f27542
commit 97f922f1a5

View File

@@ -58,6 +58,8 @@ statelabel .IsRipeRelated {
#MainContent { #MainContent {
backdrop-filter:blur(5px); backdrop-filter:blur(5px);
background:#00505060; background:#00505060;
margin-top:0px;
padding-top:var(--PrimaryNavHeight);
} }
#SecondaryNav, #PrimaryNav { #SecondaryNav, #PrimaryNav {
@@ -97,9 +99,9 @@ pane article {
--SubNavigatorDropdownBackgroundColor: #007070b0; --SubNavigatorDropdownBackgroundColor: #007070b0;
--InputTextColor: #ffffff; --InputTextColor: #ffffff;
--InputBackgroundColor: #94b0c6; --InputBackgroundColor: #94b0c644;
--InputHoverBackgroundColor: #92bddf; --InputHoverBackgroundColor: #92bddf5f;
--InputFocusBackgroundColor: #55add4; --InputFocusBackgroundColor: #55add499;
--InputPlaceholderColor: #bbd8ff; --InputPlaceholderColor: #bbd8ff;
--DefaultTextColor: #fdfdfd; --DefaultTextColor: #fdfdfd;
@@ -112,7 +114,7 @@ pane article {
--DefaultGreyColor: #c6c6c6; --DefaultGreyColor: #c6c6c6;
--DefaultOrangeColor: #ffac8a; --DefaultOrangeColor: #ffac8a;
--DefaultYellowColor: #ffed8a; --DefaultYellowColor: #ffed8a;
--StateLabelBackground: #55add4; --StateLabelBackground: #80a0a0/*#55cdd477*/;
--ModuleTitleUnderlineColor:transparent; --ModuleTitleUnderlineColor:transparent;
} }
@@ -168,7 +170,15 @@ keyframes bmSelectionColor {
statelabel { statelabel {
text-shadow:0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black; text-shadow:0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black;
color:white !important; color:white !important;
font-family:statelabel; font-family:statelabel; background: #40a0a080;
border: 1px solid #40a0a0;
}
.OnlineStatus > statelabel {border:none;}
.AvatarTooltip statelabel {
background: rgba(255,255,255,.1);
border:none;
} }
/*===========*/ /*===========*/
@@ -234,7 +244,7 @@ module.PageModule > div.Content {
text-shadow:0px 0px 2px #ffffff78, 0px 0px 2px #0dfaffba; text-shadow:0px 0px 2px #ffffff78, 0px 0px 2px #0dfaffba;
} }
#SecondaryNav wrapper module.Selected icon { #SecondaryNav > wrapper > module.Selected > icon {
background:#70f2ff26 !important; background:#70f2ff26 !important;
background-size:50%; background-size:50%;
} }
@@ -367,6 +377,11 @@ ul.ui-sortable li, #BuddyChatPromoColumn {
#NavOptionsUiThemeList li a { #NavOptionsUiThemeList li a {
font-size:12px; font-size:12px;
color:#ccf0f0;
}
#NavOptionsUiThemeList li a:hover {
color:#ccdfdf99;
} }
recordcell small.DirectCategory { recordcell small.DirectCategory {
@@ -502,9 +517,9 @@ textarea:focus{
/*HTML Source Code editor*/ /*HTML Source Code editor*/
.Source textarea { .Source textarea {
background:black !important; background:#ffffff33 !important;
border:2px inset #006f00 !important; border:2px inset #00000044 !important;
color:#00af00 !important; color:#ffffff !important;
border-radius:5px !important; border-radius:5px !important;
} }