mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
c29fd51188
Summary: This adds Phacility "Indigo" as well as uses rgba for colors and hovers improving icon colors. Test Plan: Tested each color and hover states. Set test instance to scootaloo. {F310660} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11836
52 lines
783 B
CSS
52 lines
783 B
CSS
/**
|
|
* @provides sprite-main-header-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-main-header {
|
|
background-image: url(/rsrc/image/sprite-main-header.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-header-applebloom {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.main-header-blue {
|
|
background-position: 0px -45px;
|
|
}
|
|
|
|
.main-header-dark {
|
|
background-position: 0px -90px;
|
|
}
|
|
|
|
.main-header-fluttershy {
|
|
background-position: 0px -135px;
|
|
}
|
|
|
|
.main-header-green {
|
|
background-position: 0px -180px;
|
|
}
|
|
|
|
.main-header-indigo {
|
|
background-position: 0px -225px;
|
|
}
|
|
|
|
.main-header-nightmaremoon {
|
|
background-position: 0px -270px;
|
|
}
|
|
|
|
.main-header-red {
|
|
background-position: 0px -315px;
|
|
}
|
|
|
|
.main-header-scootaloo {
|
|
background-position: 0px -360px;
|
|
}
|
|
|
|
.main-header-yellow {
|
|
background-position: 0px -405px;
|
|
}
|