Skip to content

Commit 3ad4be4

Browse files
committed
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
1 parent 79d153b commit 3ad4be4

File tree

18 files changed

+229
-59
lines changed

18 files changed

+229
-59
lines changed
174 Bytes
Loading

resources/sprite/main_header/blue.png

401 Bytes
Loading

resources/sprite/main_header/dark.png

423 Bytes
Loading
171 Bytes
Loading
432 Bytes
Loading
269 Bytes
Loading

resources/sprite/main_header/red.png

406 Bytes
Loading
153 Bytes
Loading
421 Bytes
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"version" : 1,
3+
"sprites" : {
4+
"main-header-applebloom" : {
5+
"name" : "main-header-applebloom",
6+
"rule" : ".main-header-applebloom",
7+
"hash" : "64822776b129e724709983db1ac5a712"
8+
},
9+
"main-header-blue" : {
10+
"name" : "main-header-blue",
11+
"rule" : ".main-header-blue",
12+
"hash" : "b5dd317b7bd35e0592b3f4b66267437c"
13+
},
14+
"main-header-dark" : {
15+
"name" : "main-header-dark",
16+
"rule" : ".main-header-dark",
17+
"hash" : "817815d84c0c935b4875f6ecc7dbb526"
18+
},
19+
"main-header-fluttershy" : {
20+
"name" : "main-header-fluttershy",
21+
"rule" : ".main-header-fluttershy",
22+
"hash" : "55d4e9f813cf354693290105cf83cf78"
23+
},
24+
"main-header-green" : {
25+
"name" : "main-header-green",
26+
"rule" : ".main-header-green",
27+
"hash" : "c230f09e307d167fab3ea0d8c3b33755"
28+
},
29+
"main-header-nightmaremoon" : {
30+
"name" : "main-header-nightmaremoon",
31+
"rule" : ".main-header-nightmaremoon",
32+
"hash" : "9e7cc7b18d2132d2dd47586ba0cd6400"
33+
},
34+
"main-header-red" : {
35+
"name" : "main-header-red",
36+
"rule" : ".main-header-red",
37+
"hash" : "3f12cc098afddb8e6c830ef761dcaa61"
38+
},
39+
"main-header-scootaloo" : {
40+
"name" : "main-header-scootaloo",
41+
"rule" : ".main-header-scootaloo",
42+
"hash" : "8cedc359dccab1bbd49cbc69940f566a"
43+
},
44+
"main-header-yellow" : {
45+
"name" : "main-header-yellow",
46+
"rule" : ".main-header-yellow",
47+
"hash" : "d920e70a6d2662cfb83e1d7e4b4000fd"
48+
}
49+
},
50+
"scales" : [
51+
1
52+
],
53+
"header" : "\/**\n * @provides sprite-main-header-css\n * @generated\n *\/\n\n.sprite-main-header {\n background-image: url(\/rsrc\/image\/sprite-main-header.png);\n background-repeat: repeat-x;\n}\n\n\n",
54+
"type" : "repeat-x"
55+
}

0 commit comments

Comments
 (0)