Taylohtio/_CustomResponsiveLayouts/_css_sources/main.scss

164 lines
5.6 KiB
SCSS

@import "./vars";
@import "./sharepoint-styles";
/* basics */
.pageContent a { color: $LinksColor !important; }
.pageContent a:hover,
.pageContent a:focus { color: $HoverColor !important; text-decoration: none !important; }
@import "./top";
@import "./menu";
@import "./footer";
h1, h2.ms-webpart-titleText, .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
color: $WebpartTitlePmc !important;
}
h2.ms-webpart-titleText:hover, .ms-webpart-titleText.ms-webpart-titleText:hover, .ms-webpart-titleText > a:hover
{
color: $WebpartTitlePmcHover !important;
}
.condo h2.ms-webpart-titleText:hover, .ms-webpart-titleText.ms-webpart-titleText:hover, .ms-webpart-titleText > a:hover
{
color: $WebpartTitleCondoHover !important;
}
.condo .registerBoxWrap {
background-color: $registerBoxWrap-background-color !important;
}
.condo .registerBoxWrap h1 {
color: $white !important;
}
.condo .registerBoxWrap input[type="submit"]:hover {
background: $RegisterBoxButtonHoverBg !important;
color: $RegisterBoxButtonHoverText !important;
}
.footer_add_button a,
.btnwrap input[type=button],
td.ms-addnew > a, a.ms-addnew {
background: url($button-gradient) repeat-x !important;
/*background-size: cover !important;*/
}
.footer_add_button a:hover,
.btnwrap input[type=button]:hover,
td.ms-addnew > a:hover, a.ms-addnew:hover {
// “Lisää tehtävä” button etc: hover state is plain orange (no gradient when hovering)
// background: url($button-gradient-hover) repeat-x !important;
background: $AddButtonHoverBg !important;
color: $AddButtonHoverText !important;
background-size: cover !important;
}
.btnwrap input[type=button]:hover,
.btnwrap input[type=submit]:hover {
background: $HoverColor !important;
}
#boardData .footer_item .footer_add_button a:hover,
#boardData .footer_item .footer_item_orange a:hover {
background-color: $HoverColor !important;
}
// h2.ms-webpart-titleText {
// background: url("images/star_icon.png") no-repeat left center !important;
// }
@import "./icons";
/*ITEMS*/
.footer_item_orange {
background-color: $ArkistoBgPmc !important;
color:$ArkistoTextPmc !important;
}
.footer_item_orange:hover {
background-color: $ArkistoBgHoverPmc !important;
color:$ArkistoTextHoverPmc !important;
}
.condo .footer_item_orange {
background-color: $ArkistoBgCondo !important;
color:$ArkistoTextCondo !important;
}
.condo .footer_item_orange:hover {
background-color: $ArkistoBgHoverCondo !important;
color:$ArkistoTextHoverCondo !important;
}
.footer_item_orange a{
color:$ArkistoTextPmc !important;
}
.footer_item_orange a:hover {
color:$ArkistoTextHoverPmc !important;
}
.condo .footer_item_orange a{
color:$ArkistoTextCondo !important;
}
.condo .footer_item_orange a:hover {
color:$ArkistoTextHoverCondo !important;
}
/*other*/
.itemFooter { background-color: $MainColor !important; }
.newsItem .back { color: $MainColor !important; }
.newsItem .back:before { border-color: transparent $MainColor transparent transparent !important;}
.none-background {
background: none !important;
background-image: none !important;
}
#doclibBackButton {
color: $MainColor !important;
}
#doclibNewFileButton {
background-color: $HoverColor !important;
background: url($button-gradient) repeat-x !important;
}
#doclibNewFolderButton {
color: $MainColor !important;
}
.registerBoxDialog .dialog_title { color: $MainColor !important; }
.calendarDate { color: $MainColor !important; }
.calendarTime { color: $MainColor !important; }
body.withBanner .banner .button { background: url("./images/button_store_bg.png") repeat-x center center !important; }
#ctl00_QuickLaunchMenu li.selected-folder,
#ctl00_QuickLaunchMenu li.subfolder:hover { background-color: $HoverColor !important; }
#ctl00_QuickLaunchMenu li.selected-list a,
#ctl00_QuickLaunchMenu li.selected-list a.selected ,
#ctl00_QuickLaunchMenu ul.static li.selected-list{ color: $HoverColor !important; background: none !important;}
.apuaDesc a,
#apuaFaq a { color: $MainColor !important; }
.apuaDesc a:hover,
#apuaFaq a:hover { color: $HoverColor !important; }
#apuaFaq .dvFooter a,
#apuaFaq .dvFooter a:hover { color: $white !important; }
body.condo #header-controls a:hover { color: $MainColor !important; }
.registerBoxWrap input[type=submit] { background: url("./images/button_register_gradient.png") !important; }
.registerBoxDialog .bottom { background-image: url("./images/register_box_bottom.png") !important; }
#doclibBackButton { background: url("./images/arrow_left.png") no-repeat 0px 5px !important; }
.leftNavArrowDown { background: url("./images/arrow_down.png") no-repeat right center !important; }
.leftNavArrowUp { background: url("./images/arrow_up.png") no-repeat right center !important; }
.ms-comm-postMainContainer.ms-comm-postSubjectColumn .ms-metadata .likeIcon { background: url("./images/like_icon_big.png") no-repeat 0px 0px !important; }
.ms-comm-postMainContainer.ms-comm-postSubjectColumn.webpartview .ms-metadata .likeIcon { background: url("./images/like_icon.png") no-repeat 0px 0px !important; }
.ms-comm-postMainContainer.ms-comm-postSubjectColumn .ms-metadata .likeIcon { background: url("./images/like_icon_big.png") no-repeat 0px 0px !important; }
#boardData .title {color: $WebpartHeaderPmc !important;}
#boardData .title:hover {color: $HoverColor !important;}
.condo #boardData .title {color: $WebpartHeaderCondo !important;}
.condo #boardData .title:hover {color: $HoverColor !important;}
.predefinedTitle {color: $WebpartTitleCondo !important;}
body.withBanner .banner .button:hover
{
background: $StoreButtonHoverBg !important;
color: $StoreButtonHoverText !important;
}
@import "media";