1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/webroot/rsrc/css/application/base/phui-theme.css
Chad Little 550793f9a4 Remove header gradients for flat colors
Summary: Removes header gradient images for flat, CSS controlled colors. I didn't convert the "pony" colors over, going with few options for easier theme-ability.

Test Plan:
Test each color choice.

{F1063828}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15052
2016-01-19 07:17:02 -08:00

127 lines
3.2 KiB
CSS

/**
* @provides phui-theme-css
*/
/*--- Base Colors ------------------------------------------------------------*/
.phui-theme-blindigo .phabricator-main-menu-background {
background: #41506e;
}
.phui-theme-dark .phabricator-main-menu-background {
background: #171c20;
}
.phui-theme-indigo .phabricator-main-menu-background {
background: #4a2b85;
}
.phui-theme-red .phabricator-main-menu-background {
background: #650404;
}
.phui-theme-blue .phabricator-main-menu-background {
background: #004377;
}
.phui-theme-green .phabricator-main-menu-background {
background: #124A1B;
}
/*--- Light Colors -----------------------------------------------------------*/
.phui-theme-light button.phabricator-main-menu-search-dropdown .caret:before {
color: {$lightbluetext};
}
.phui-theme-light .phabricator-main-menu-search
button.phabricator-main-menu-search-dropdown .phui-icon-view {
color: {$lightbluetext};
text-shadow: {$whitetextshadow};
}
.phui-theme-light .alert-notifications .phui-icon-view {
color: {$lightbluetext};
text-shadow: {$whitetextshadow};
}
.phui-theme-light .phabricator-application-menu
.phui-list-item-icon.phui-font-fa {
color: {$lightbluetext};
text-shadow: {$whitetextshadow};
}
.device-desktop.phui-theme-light .phabricator-main-menu-search
button.phabricator-main-menu-search-dropdown:hover .phui-icon-view {
color: {$sky};
}
.device-desktop.phui-theme-light .phabricator-application-menu
.core-menu-item.phui-list-item-view:hover
.phui-list-item-icon.phui-font-fa {
color: {$sky};
}
.phui-theme-light .phabricator-menu-button-icon.phui-icon-view {
color: {$bluetext};
text-shadow: {$whitetextshadow};
}
.phui-theme-light .sprite-main-header {
background-image: none;
}
.device-desktop.phui-theme-light .phabricator-main-menu-brand:hover {
background-color: rgba(55,55,55,.08);
cursor: hand;
}
/*--- Messages / Notifications -----------------------------------------------*/
.device-desktop.phui-theme-light .alert-notifications:hover .phui-icon-view {
color: {$sky};
}
.phui-theme-light .alert-unread .phabricator-main-menu-alert-icon,
.phui-theme-light .message-unread .phabricator-main-menu-message-icon {
color: {$sky};
}
.phui-theme-light .phabricator-main-menu-alert-count,
.phui-theme-light .phabricator-main-menu-message-count,
.phui-theme-light .phui-icon-view.menu-icon-selected {
color: {$sky};
}
/*--- Durable Column ---------------------------------------------------------*/
.phui-theme-light .conpherence-durable-column-header-text,
.phui-theme-light .conpherence-durable-column-header-text .phui-icon-view {
color: {$bluetext};
}
.phui-theme-light .conpherence-durable-column-header {
border-left: 1px solid {$lightblueborder};
border-right: 1px solid {$lightblueborder};
}
/*--- Dark "Classic" ---------------------------------------------------------*/
.phui-theme-dark {
background-color: {$page.background.dark};
}
.phui-theme-dark .phui-box-border {
border-color: {$lightblueborder};
border-bottom-color: {$blueborder};
}
/*--- Blindigo "Phacility" ---------------------------------------------------*/
.phui-theme-blindigo {
background-color: #F1F1F4;
}
.phui-theme-blindigo .phui-workpanel-view .phui-header-shell {
background-color: #F1F1F4;
}