mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
274cbf3cdb
Summary: Ref T8099, hashtag#yolo. Adds back the original gradients plus a 'light' theme. Unclear which should be default, but we can play with it until a decision needs to be made. Test Plan: Change colors a lot, turn on durable column. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13146
60 lines
1.3 KiB
CSS
60 lines
1.3 KiB
CSS
/**
|
|
* @provides sprite-main-header-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-main-header {
|
|
background-image: url(/rsrc/image/sprite-main-header.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
|
|
|
|
.phui-theme-applebloom .phabricator-main-menu-background {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.phui-theme-blindigo .phabricator-main-menu-background {
|
|
background-position: 0px -45px;
|
|
}
|
|
|
|
.phui-theme-blue .phabricator-main-menu-background {
|
|
background-position: 0px -90px;
|
|
}
|
|
|
|
.phui-theme-dark .phabricator-main-menu-background {
|
|
background-position: 0px -135px;
|
|
}
|
|
|
|
.phui-theme-fluttershy .phabricator-main-menu-background {
|
|
background-position: 0px -180px;
|
|
}
|
|
|
|
.phui-theme-green .phabricator-main-menu-background {
|
|
background-position: 0px -225px;
|
|
}
|
|
|
|
.phui-theme-indigo .phabricator-main-menu-background {
|
|
background-position: 0px -270px;
|
|
}
|
|
|
|
.phui-theme-light .phabricator-main-menu-background {
|
|
background-position: 0px -315px;
|
|
}
|
|
|
|
.phui-theme-nightmaremoon .phabricator-main-menu-background {
|
|
background-position: 0px -360px;
|
|
}
|
|
|
|
.phui-theme-red .phabricator-main-menu-background {
|
|
background-position: 0px -405px;
|
|
}
|
|
|
|
.phui-theme-scootaloo .phabricator-main-menu-background {
|
|
background-position: 0px -450px;
|
|
}
|
|
|
|
.phui-theme-yellow .phabricator-main-menu-background {
|
|
background-position: 0px -495px;
|
|
}
|