1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/sprite-main-header.css
Chad Little c29fd51188 Add Indigo header, fix colors and hovers
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
2015-02-20 10:47:33 -08:00

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;
}