File indexing completed on 2024-05-12 05:59:09

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         'header-supporter-style' =>'header-supporter-dark'
0046     ),
0047 
0048     'header-logo' => array(
0049         'background-image' => 'none',
0050         'height'           => '76px',
0051         'width'            => '140px',
0052         'top'              => '10px',
0053         'left'             => '0',
0054         'image-src'        => '/theme/flatui/img/new/O-standard-logo.png'
0055     ),
0056 
0057     'header-nav' => array(
0058         'color-link'   => '#FFFFFF',
0059         'color-active' => '#60bcff',
0060         'color-hover'  => '#60bcff'
0061     ),
0062 
0063     'header-nav-tabs' => array(
0064         'background-color'        => '#609dca',
0065         'background-color-active' => '#60bcff',
0066         'background-color-hover'  => '#FF8743',
0067         'border-color'            => '#a3acfd',
0068         'border-radius'           => '5px 5px 0 0',
0069         'border-style'            => 'solid solid none',
0070         'border-with'             => '2px 2px 0',
0071         'height'                  => '24px',
0072         'margin-right'            => '2px',
0073         'absolute-left'           => '310px',
0074         'absolute-right'          => '30px',
0075         'link'                    => array(
0076             'color'        => '#ffffff',
0077             'color-active' => '#1d1d1d',
0078             'color-hover'  => '#1d1d1d',
0079         ),
0080     ),
0081 
0082 );