Skip to content

Commit

Permalink
#1142 side bar theme changes (these themes also need some fixes for s…
Browse files Browse the repository at this point in the history
…ide bar to work properly as header & footer bars go out of line)
  • Loading branch information
FayCross committed Sep 30, 2022
1 parent 00333c6 commit c1a7eec
Show file tree
Hide file tree
Showing 8 changed files with 316 additions and 0 deletions.
39 changes: 39 additions & 0 deletions themes/Nottingham/modernandsleek/modernandsleek.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions themes/Nottingham/modernandsleek/scss/_footer.scss
Expand Up @@ -96,6 +96,47 @@
border: 2px solid $darkestcolor;
}

//*****SIDE BAR****/

#x_sideBar {
background-color: $contrastcolor;
}

#x_sideBarToggleBtn {
border-color: $brightcolor;
color: $whiteorlightest;
}

#x_sideBarToggleBtn:hover, #x_sideBarToggleBtn:focus, #x_sideBarToggleBtn:active {
color: $whiteorlightest;
background-color: $darkestcolor;
}

#x_sideBarBtnHolder button {
color: $whiteorlightest;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:not(:last-child) {
border-color: $brightcolor;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button span.ui-icon {
background-color: $whiteorlightest;
border-color: $whiteorlightest;
color: $contrastcolor
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:hover, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:focus, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:active {
background-color: $darkestcolor;
color: $whiteorlightest;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button:hover span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:focus span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:active span.ui-icon {
background-color: $darkestcolor;
border-color: $darkestcolor;
color: $whiteorlightest;
}

//******** Smartphones (portrait) - change progress bar display for small screen-----------*/
@media only screen
and (max-width :500px) {
Expand Down
39 changes: 39 additions & 0 deletions themes/Nottingham/modernandurban/modernandurban.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions themes/Nottingham/modernandurban/scss/_footer.scss
Expand Up @@ -89,6 +89,47 @@
border: 2px solid $defaultpagebackground;
}

//*****SIDE BAR****/

#x_sideBar {
background-color: $contrastcolor;
}

#x_sideBarToggleBtn {
border-color: $lightestcolor;
color: $whiteorlightest;
}

#x_sideBarToggleBtn:hover, #x_sideBarToggleBtn:focus, #x_sideBarToggleBtn:active {
color: $whiteorlightest;
background-color: $darkestcolor;
}

#x_sideBarBtnHolder button {
color: $whiteorlightest;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:not(:last-child) {
border-color: $lightestcolor;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button span.ui-icon {
background-color: $whiteorlightest;
border-color: $whiteorlightest;
color: $contrastcolor;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:hover, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:focus, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:active {
background-color: $darkestcolor;
color: $whiteorlightest;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button:hover span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:focus span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:active span.ui-icon {
background-color: $darkestcolor;
border-color: $darkestcolor;
color: $whiteorlightest;
}

//******** Smartphones (portrait) - change progress bar display for small screen-----------*/
@media only screen
and (max-width :500px) {
Expand Down
38 changes: 38 additions & 0 deletions themes/Nottingham/modernorange/modernorange.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions themes/Nottingham/modernorange/scss/_footer.scss
Expand Up @@ -88,6 +88,46 @@
border: 2px solid $brightcolor;
}

//*****SIDE BAR****/

#x_sideBar {
background-color: $contrastcolor;
}

#x_sideBarToggleBtn {
border-color: $whiteorlightest;
color: $whiteorlightest;
}

#x_sideBarToggleBtn:hover, #x_sideBarToggleBtn:focus, #x_sideBarToggleBtn:active {
color: $whiteorlightest;
background-color: $brightcolor;
}

#x_sideBarBtnHolder button {
color: $whiteorlightest;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:not(:last-child) {
border-color: $whiteorlightest;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button span.ui-icon {
border-color: $accent1;
background-color: $accent1;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:hover, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:focus, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:active {
background-color: $accent1;
color: $whiteorlightest;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button:hover span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:focus span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:active span.ui-icon {
background-color: $brightcolor;
border-color: $brightcolor;
color: $whiteorlightest;
}

//******** Smartphones (portrait) - change progress bar display for small screen-----------*/
@media only screen
and (max-width :500px) {
Expand Down
38 changes: 38 additions & 0 deletions themes/Nottingham/rgbo/rgbo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions themes/Nottingham/rgbo/scss/_footer.scss
Expand Up @@ -91,6 +91,46 @@
border: 2px solid $contrastcolor;
}

//*****SIDE BAR****/

#x_sideBar {
background-color: $darkestcolor;
}

#x_sideBarToggleBtn {
border-color: $bodybackgroundcolor;
color: $whiteorlightest;
}

#x_sideBarToggleBtn:hover, #x_sideBarToggleBtn:focus, #x_sideBarToggleBtn:active {
color: $darkestcolor;
background-color: $lightestcolor;
}

#x_sideBarBtnHolder button {
color: $whiteorlightest;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:not(:last-child) {
border-color: $bodybackgroundcolor;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button span.ui-icon {
background-color: $contrastcolor;
border-color: $contrastcolor;
}

#x_sideBar.sideBarSmall #x_sideBarBtnHolder button:hover, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:focus, #x_sideBar.sideBarSmall #x_sideBarBtnHolder button:active {
background-color: $contrastcolor;
color: $whiteorlightest;
}

#x_sideBar.sideBarLarge #x_sideBarBtnHolder button:hover span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:focus span.ui-icon, #x_sideBar.sideBarLarge #x_sideBarBtnHolder button:active span.ui-icon {
background-color: $lightestcolor;
border-color: $lightestcolor;
color: $whiteorlightest;
}

//******** Smartphones 600px (portrait) change progress bar display-----------/
@media only screen
and (max-width:600px) {
Expand Down

0 comments on commit c1a7eec

Please sign in to comment.