DIR : /home/kozerus/public_html/piwigo/themes/modus/skins/splash.inc.php
/home/kozerus/public_html/piwigo/themes/modus/skins
<?php
/*gradients facebook '#3B5998','#2B4170' ; Google '#E64522','#C33219' ; Pinterest '#CB2027','#A0171C'*/
$themeconf['colorscheme'] = 'clear';
$skin = array(
'BODY' => array(
// REQUIRED
'backgroundColor' => '#fff',
// REQUIRED
'color' => '#000',
),
'A' => array(
// REQUIRED
'color' => '#00f',
),
'A:hover' => array(
'color' => '#000',
),
'menubar' => array(
'backgroundColor' => '#C33219',
'gradient' => array('#E64522','#C33219'),
'color' => '#bbb',
'link' => array( 'color' => '#ddd' ),
'linkHover' => array( 'color' => '#fff' ),
),
'dropdowns' => array(
// REQUIRED - cannot be transparent
'backgroundColor' => '#0f0',
),
'pageTitle' => array(
'backgroundColor' => '#2B4170',
'gradient' => array('#3B5998','#2B4170'),
'color' => '#bbb',
'link' => array( 'color' => '#ddd' ),
'linkHover' => array( 'color' => '#fff' ),
),
'pictureBar' => array(
'backgroundColor' => '#ccc',
),
'widePictureBar' => array(
'backgroundColor' => '#dca',
),
'pictureWideInfoTable' => array(
'backgroundColor' => '#ccc',
),
'comment' => array(
'backgroundColor' => '#ccc',
),
// should be white or around white
'albumLegend' => array(
'color' => '#fff',
),
);
?>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer