Skip to content
This repository was archived by the owner on Sep 28, 2019. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

/*
Brand Colors
---------------
Coral: 235,104,82 RGB or #EB6851
Yellow: 248,235,96 RGB or #F7EA5F
Blue: 23,39,82 RGB or #172751
*/

/* Hide an element */
.hidden {
display: none;
Expand All @@ -29,38 +37,34 @@ body, #qcSiteNav h4, #qcPriNav ul > li > a, #qcPriNav ul ul > li > a, .dash_titl
/* ASSIGN CUSTOM PRIMARY HIGHLIGHT COLOR */
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious: why was body.home:after { removed?


#qcWidgets, .qcOrderedList.check li:before {
background-color: #1DB6AD;
background-color: #EB6851;
}
#qcHeader {
border-top-color: #1DB6AD;
}
body.home:after {
/*background: rgba(29,182,173,0.7);*/
background: #272e41;
border-top-color: #172751;
}

/* ASSIGN CUSTOM SECONDARY HIGHLIGHT COLOR */

#qcPageContentTabs > ul li.active:before, .qcScheduleList > li.toggle:hover:before, .qcScheduleList > li.toggle.active:before, .qcVenueHotels li:hover .action a, .qcTicketAction:hover, #qcSubscribeWidget input[type=submit]:hover, .qcTcktSubmit button:hover {
background-color: red;
background-color: #EB6851;
}
#qcTabNav li.active a, #qcTabNav li.active a:hover, #qcTabNav li.active a i, #qcPageContentTabs > ul li.active > a, .qcVenueHotels li:hover h2, .speakers .item:hover .item-title .read-more, .speakers .item-desc h3, .speakers .item-desc p, #qcPriFooter nav li a:hover, .copyrights a:hover, .qcCheckboxText a:hover, .error {
color: red;
color: #EB6851;
}
#qcPageContentTabs > ul li.active:after {
border-top-color: red;
border-top-color: #EB6851;
}
.copyrights a:hover, .qcCheckboxText a:hover {
border-bottom-color: red;
border-bottom-color: #EB6851;
}

/* ASSIGN CUSTOM TERTIARY HIGHLIGHT COLOR */

#qcCountdown, .qcScheduleList > li.toggle:before, .qcTicketAction, #qcSubscribeWidget input[type=submit] {
background-color: orange;
background-color: #EB6851;
}
#qcPriNav > li.active > a, #qcPriNav ul > li.active > a {
color: orange;
color: #EB6851;
}

/* ASSIGN CUSTOM PAGE BACKGROUND COLOR/IMAGE */
Expand All @@ -75,3 +79,11 @@ body.home.static {
body.home:after {
background: none;
}

#qcSlideText .qcTargetLink {
color: #EB6851;
}

#qcWidgets, .qcOrderedList.check li:before {
background-color: #172751;
}