Page MenuHomePhorge

CelerityHighContrastPostprocessor.php
No OneTemporary

Size
546 B
Referenced Files
None
Subscribers
None

CelerityHighContrastPostprocessor.php

<?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(
'page.background.light' => '#dfdfdf',
'page.background.dark' => '#dfdfdf',
'lightblueborder' => '#000099',
'blueborder' => '#000066',
'lightbluetext' => '#333366',
'bluetext' => '#222244',
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 5:45 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
229218
Default Alt Text
CelerityHighContrastPostprocessor.php (546 B)

Event Timeline