Taylohtio/_CustomResponsiveLayouts/_css_sources/scss/buma-team/taloyhtio_custom.scss

110 lines
2.3 KiB
SCSS

/* buma-team */
$color1: #003867;
$color2: #1aa1da;
$color3: #ffffff;
$color4: #eaebee;
$color5: #d6b73f;
$color6: #1c7bb1;
/////////////////////////////////////////////////////
$MainColor: $color1;
$LinksColor: $color1;
$HoverColor: $color5;
$TopBgPmc: $color3;
$TopTextPmc: $color1;
$TopHoverPmc: $color2;
$TopBgCondo: $color1;
$TopTextCondo: $color3;
$TopHoverCondo: $color2;
$NaviBgPmc: $color1;
$NaviTextPmc: $color3;
$NaviSelectedBgPmc: $color2;
$NaviSelectedTextPmc: $color3;
$NaviBgCondo: $color3;
$NaviTextCondo: $color1;
$NaviSelectedBgCondo: $color2;
$NaviSelectedTextCondo: $color3;
$DropdownBgPmc: $color3;
$DropdownTextPmc: $color1;
$DropdownBgHoverPmc: $color2;
$DropdownTextHoverPmc: $color3;
$DropdownBgCondo: $color1;
$DropdownTextCondo: $color3;
$DropdownBgHoverCondo: $color2;
$DropdownTextHoverCondo: $color3;
$MenuBgPmc: $color3;
$MenuTextPmc: $color1;
$MenuBgHoverPmc: $color2;
$MenuTextHoverPmc: $color3;
$MenuBgCondo: $color3;
$MenuTextCondo: $color1;
$MenuBgHoverCondo: $color2;
$MenuTextHoverCondo: $color3;
$AlertBgPmc: $color2;
$AlertTextPmc: $color3;
$AlertBgCondo: $color2;
$AlertTextCondo: $color3;
$WebpartTitlePmc: $color1;
$WebpartHeaderPmc: $color2;
$WebpartTitlePmcHover: $color5;
$WebpartTitleCondo: $color1;
$WebpartHeaderCondo: $color2;
$WebpartTitleCondoHover: $color5;
$ArkistoBgPmc: $color1;
$ArkistoBgHoverPmc: $color2;
$ArkistoTextPmc: $color3;
$ArkistoTextHoverPmc: $color3;
$ArkistoBgCondo: $color1;
$ArkistoBgHoverCondo: $color2;
$ArkistoTextCondo: $color3;
$ArkistoTextHoverCondo: $color3;
$FooterBgPmc: $color4;
$FooterTextPmc: $color1;
$FooterTextHoverPmc: $color2;
$FooterBgCondo: $color1;
$FooterTextCondo: $color3;
$FooterTextHoverCondo: $color2;
$PoweredBgPmc: $color1;
$PoweredTextPmc: $color3;
$PoweredBgCondo: $color2;
$PoweredTextCondo: $color3;
$RegisterboxBg: $color1;
$StoreButtonHoverBg: $color3;
$StoreButtonHoverText: $color2;
@import "../../main";
/* add this to the end
.condo .registerBoxWrap input[type="submit"]:hover {
color: #1aa1da !important;
}
.footer_add_button a:hover, .btnwrap input[type=button]:hover, td.ms-addnew > a:hover, a.ms-addnew:hover,
.btnwrap input[type=button]:hover, .btnwrap input[type=submit]:hover,
#boardData .footer_item .footer_add_button a:hover, #boardData .footer_item .footer_item_orange a:hover {
background-color: #1c7bb1 !important;
}
*/