Globals
Standard CSS
Horde Core


Horde includes a script that generates Cascading Style Sheets based on both a global configuration file and an individual application's configuration.


<?php

$css
['body']['font-size'] = '9pt';
$css['body']['background-color'] = '#222244';
$css['body']['color'] = 'black';

?>
  

Most colors and styles are defined at the Horde level so that all applications share a common appearance. However, individual applications may override any existing setting, or add new ones.