Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F546341
CelerityHighContrastPostprocessor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
CelerityHighContrastPostprocessor.php
View Options
<?php
final
class
CelerityHighContrastPostprocessor
extends
CelerityPostprocessor
{
public
function
getPostprocessorKey
()
{
return
'contrast'
;
}
public
function
getPostprocessorName
()
{
return
pht
(
'Use High Contrast Colors'
);
}
public
function
buildVariables
()
{
return
array
(
'blue'
=>
'#226B9B'
,
'sky'
=>
'#226B9B'
,
'anchor'
=>
'#226B9B'
,
'thinblueborder'
=>
'#BFCFDA'
,
'lightblueborder'
=>
'#8C98B8'
,
'blueborder'
=>
'#626E82'
,
'timeline'
=>
'#8C98B8'
,
'lightgreyborder'
=>
'#555'
,
'greyborder'
=>
'#333'
,
'lightbluetext'
=>
'#555'
,
'bluetext'
=>
'#333'
,
'darkbluetext'
=>
'#000'
,
'lightgreytext'
=>
'#555'
,
'greytext'
=>
'#333'
,
'darkgreytext'
=>
'#000'
,
'sh-redtext'
=>
'#333'
,
'sh-redborder'
=>
'#777'
,
'sh-greentext'
=>
'#333'
,
'sh-greenborder'
=>
'#777'
,
'sh-bluetext'
=>
'#333'
,
'sh-blueborder'
=>
'#777'
,
'sh-yellowtext'
=>
'#333'
,
'sh-yellowborder'
=>
'#777'
,
'sh-orangetext'
=>
'#333'
,
'sh-orangeborder'
=>
'#777'
,
'sh-violettext'
=>
'#333'
,
'sh-violetborder'
=>
'#777'
,
'sh-indigotext'
=>
'#333'
,
'sh-indigoborder'
=>
'#777'
,
'sh-pinktext'
=>
'#333'
,
'sh-pinkborder'
=>
'#777'
,
'sh-greytext'
=>
'#333'
,
'sh-greyborder'
=>
'#777'
,
'sh-disabledtext'
=>
'#555'
,
'sh-disabledborder'
=>
'#777'
,
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:13 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122630
Default Alt Text
CelerityHighContrastPostprocessor.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment