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 3ad4be4d93 Multicolor headers
Summary: This adds a handful of 'Main Header' colors to change the look of Phabricator very slightly. I know I would probably set my dev header to a different color.

Test Plan: Tested each css class and color, can add more in the future.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7731
2013-12-06 12:08:11 -08:00

48 lines
723 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-nightmaremoon {
background-position: 0px -225px;
}
.main-header-red {
background-position: 0px -270px;
}
.main-header-scootaloo {
background-position: 0px -315px;
}
.main-header-yellow {
background-position: 0px -360px;
}