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