File indexing completed on 2024-03-24 05:57:21

0001 <?php
0002 
0003 return array(
0004     'favicon' => '/favicon.ico',
0005     'logo' => '/theme/flatui/img/new/O-standard-logo.png',
0006 
0007     'head' => array(
0008         'browser_title' => 'ocs-webserver',
0009         'browser_title_prepend' => 'ocs-webserver - ',
0010         'meta_author' => 'pling GmbH',
0011         'meta_description' => 'meta_keywords',
0012         'meta_keywords' => 'meta_keywords'
0013     ),
0014 
0015     'homepage' => array(
0016         'logo' => array(
0017             'background-image' => 'url(\'/theme/flatui/img/new/O-standard-logo.png\')',
0018             'background-position' => 'inherit',
0019             'background-repeat' => 'no-repeat',
0020             'height' => '250px',
0021             'width' => '400px'
0022         ),
0023         'headline' => '<h2>Your Headline</h2>
0024                         <h3>and more text.</h3>
0025 
0026                         <p>
0027                             much more text
0028                         </p>'
0029     ),
0030 
0031     'footer_heading' => 'Footer Headline',
0032 
0033     'domain' => 'ocs-webserver.com',
0034 
0035     'trademark' => array(
0036         'text' => '',
0037         'owner' => ''
0038     ),
0039 
0040     'header' => array(
0041         'background-image' => 'none',
0042         'background-color' => '#e2e2e2',
0043         'color' => '#0A0A0A',
0044         'height' => '90px'
0045     ),
0046 
0047     'header-logo' => array(
0048         'background-image' => 'none',
0049         'height' => '76px',
0050         'width' => '140px',
0051         'top' => '10px',
0052         'left' => '0',
0053         'image-src' => '/theme/flatui/img/new/O-standard-logo.png'
0054     ),
0055 
0056     'header-nav' => array(
0057         'color-link' => '#FFFFFF',
0058         'color-active' => '#60bcff',
0059         'color-hover' => '#60bcff'
0060     ),
0061 
0062     'header-nav-tabs' => array(
0063         'background-color' => '#609dca',
0064         'background-color-active' => '#60bcff',
0065         'background-color-hover' => '#FF8743',
0066         'border-color' => '#a3acfd',
0067         'border-radius' => '5px 5px 0 0',
0068         'border-style' => 'solid solid none',
0069         'border-with' => '2px 2px 0',
0070         'height' => '24px',
0071         'margin-right' => '2px',
0072         'absolute-left' => '310px',
0073         'absolute-right' => '30px',
0074         'link' =>
0075             array (
0076                 'color' => '#ffffff',
0077                 'color-active' => '#1d1d1d',
0078                 'color-hover' => '#1d1d1d',
0079             ),
0080     ),
0081 
0082 );