renamed theme class

This commit is contained in:
2023-11-26 01:41:41 +01:00
parent 20087b4777
commit ccf55f0d74

View File

@@ -1,69 +1,69 @@
@import "../../alternate/stylesheets/application.css";
/** Main Styles */
.theme-BauPM.controller-welcome #header h1,
.theme-BauPM.controller-projects #header h1,
.theme-BauPM.controller-my #header h1,
.theme-BauPM.controller-admin #header h1,
.theme-BauPM.controller-users #header h1 {
.theme-Baupm.controller-welcome #header h1,
.theme-Baupm.controller-projects #header h1,
.theme-Baupm.controller-my #header h1,
.theme-Baupm.controller-admin #header h1,
.theme-Baupm.controller-users #header h1 {
display: none;
}
.theme-BauPM #header,
.theme-BauPM #top-menu {
.theme-Baupm #header,
.theme-Baupm #top-menu {
background-color: #fff;
color: #999;
}
.theme-BauPM #header {
.theme-Baupm #header {
background: #fff url("../images/logo.png") no-repeat 15px 0;
}
.theme-BauPM #header h1 {
.theme-Baupm #header h1 {
margin-left: 300px;
font-size: 1.8em;
color: #333;
}
.theme-BauPM #header a {
.theme-Baupm #header a {
color: #333;
}
.theme-BauPM #top-menu a,
.theme-BauPM #top-menu a:link,
.theme-BauPM #top-menu a:visited {
.theme-Baupm #top-menu a,
.theme-Baupm #top-menu a:link,
.theme-Baupm #top-menu a:visited {
color: #999;
}
.theme-BauPM #top-menu a:active,
.theme-BauPM #top-menu a:hover {
.theme-Baupm #top-menu a:active,
.theme-Baupm #top-menu a:hover {
color: #222;
}
.theme-BauPM #main-menu li a,
.theme-BauPM #main-menu li a:link,
.theme-BauPM #main-menu li a:visited {
.theme-Baupm #main-menu li a,
.theme-Baupm #main-menu li a:link,
.theme-Baupm #main-menu li a:visited {
color: #333;
background-color: transparent;
}
.theme-BauPM #main-menu li a:active,
.theme-BauPM #main-menu li a:hover {
.theme-Baupm #main-menu li a:active,
.theme-Baupm #main-menu li a:hover {
background-color: #e95b21;
color: #fff;
text-decoration: none;
}
.theme-BauPM #main-menu li a.selected {
.theme-Baupm #main-menu li a.selected {
background-color: #f68c36;
color: #fff;
}
.theme-BauPM #main-menu li a.selected:hover {
.theme-Baupm #main-menu li a.selected:hover {
background-color: #e95b21;
}
.theme-BauPM #main-menu li a.new-object {
.theme-Baupm #main-menu li a.new-object {
display: none;
}
.theme-BauPM #main {
.theme-Baupm #main {
margin-top: 0;
}
/** Floating Button */
.theme-BauPM .jfab_wrapper {
.theme-Baupm .jfab_wrapper {
z-index: 9999;
width: 100%;
height: 240px;
@@ -72,7 +72,7 @@
bottom: 0px;
pointer-events: none;
}
.theme-BauPM .jfab_btns_wrapper {
.theme-Baupm .jfab_btns_wrapper {
right: 0;
bottom: 65px;
position: absolute;
@@ -84,11 +84,11 @@
transition: opacity 0.3s ease-in;
pointer-events: all;
}
.theme-BauPM .jfab_btns_wrapper.show {
.theme-Baupm .jfab_btns_wrapper.show {
display: block;
opacity: 1;
}
.theme-BauPM .jfab_btns_wrapper button {
.theme-Baupm .jfab_btns_wrapper button {
width: 40px;
height: 40px;
border-radius: 100%;
@@ -105,15 +105,15 @@
pointer-events: all;
cursor: pointer;
}
.theme-BauPM .jfab_btns_wrapper button:hover {
.theme-Baupm .jfab_btns_wrapper button:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46);
background: #e95b21;
}
.theme-BauPM .jfab_btns_wrapper .fb-icon {
.theme-Baupm .jfab_btns_wrapper .fb-icon {
font-size: 15px;
margin-left: 4px;
}
.theme-BauPM button.jfab_main_btn {
.theme-Baupm button.jfab_main_btn {
background-color: #f68c36;
width: 56px;
height: 56px;
@@ -134,27 +134,27 @@
cursor: pointer;
pointer-events: all;
}
.theme-BauPM button.jfab_main_btn:hover {
.theme-Baupm button.jfab_main_btn:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46);
background: #e95b21;
}
.theme-BauPM button.jfab_main_btn span {
.theme-Baupm button.jfab_main_btn span {
transition: 0.5s;
}
.theme-BauPM button.jfab_main_btn.rotate {
.theme-Baupm button.jfab_main_btn.rotate {
transform: rotate(45deg);
}
.theme-BauPM .fb-icon {
.theme-Baupm .fb-icon {
font-size: 20px;
margin-left: 5px;
line-height: 2.7;
}
.theme-BauPM .jfab_btns_wrapper .fb-icon {
.theme-Baupm .jfab_btns_wrapper .fb-icon {
line-height: 2.5;
}
/** Fixes */
.theme-BauPM #admin-menu a.selected {
.theme-Baupm #admin-menu a.selected {
padding-left: 0 !important;
}
@@ -479,34 +479,34 @@
} /* '' */
@media screen and (max-width: 899px) {
.theme-BauPM #header {
.theme-Baupm #header {
color: #999;
background: #fff url("../images/logo.png") no-repeat top center;
}
.theme-BauPM #header a.mobile-toggle-button {
.theme-Baupm #header a.mobile-toggle-button {
color: #222;
}
.theme-BauPM #header #project-jump .drdn-trigger {
.theme-Baupm #header #project-jump .drdn-trigger {
color: transparent;
}
.theme-BauPM .flyout-menu {
.theme-Baupm .flyout-menu {
background-color: #eee;
color: #333;
}
.theme-BauPM .flyout-menu h3 {
.theme-Baupm .flyout-menu h3 {
background-color: #f68c36;
color: #fff;
}
.theme-BauPM .flyout-menu .flyout-menu__search {
.theme-Baupm .flyout-menu .flyout-menu__search {
background-color: #fff;
}
.theme-BauPM .flyout-menu a,
.theme-BauPM .flyout-menu a:link,
.theme-BauPM .flyout-menu a:visited {
.theme-Baupm .flyout-menu a,
.theme-Baupm .flyout-menu a:link,
.theme-Baupm .flyout-menu a:visited {
color: #333;
}
.theme-BauPM .flyout-menu a:hover,
.theme-BauPM .flyout-menu a:active {
.theme-Baupm .flyout-menu a:hover,
.theme-Baupm .flyout-menu a:active {
color: #777;
}
}