DIR : /home/kozerus/public_html/piwigo/themes/modus/skins/swimming_pool.inc.php
/home/kozerus/public_html/piwigo/themes/modus/skins
<?php
$themeconf['colorscheme'] = 'clear';
/*gradients facebook '#3B5998','#2B4170' ; Google '#E64522','#C33219' ; Pinterest '#CB2027','#A0171C'; Turquoise: '#009CDA','#0073B2'*/
$skin = array(
'BODY' => array(
// REQUIRED
'backgroundColor' => '#141414',
// REQUIRED
'color' => '#bbb',
),
'A' => array(
// REQUIRED
'color' => '#ddd',
),
'A:hover' => array(
'color' => '#fff',
),
'controls' => array(
'backgroundColor' => '#d3d3d3',
'color' => '#000',
'border' => '1px solid gray',
),
'controls:focus' => array(
'backgroundColor' => '#f3f3f3',
//'color' => '#000',
//'boxShadow' => '0 0 2px white',
),
'menubar' => array(
'backgroundColor' => '#3F3F3F',
//'gradient' => array('#3B5998','#2B4170'),
//'color' => '#bbb',
//'link' => array( 'color' => '#ddd' ),
//'linkHover' => array( 'color' => '#fff' ),
),
'dropdowns' => array(
// REQUIRED - cannot be transparent
'backgroundColor' => '#3F3F3F',
),
'pageTitle' => array(
//'backgroundColor' => '#3F3F3F',
//'gradient' => array('#3B5998','#2B4170'),
//'color' => '#bbb',
//'link' => array( 'color' => '#ddd' ),
//'linkHover' => array( 'color' => '#fff' ),
),
'pictureBar' => array(
//'backgroundColor' => '#3F3F3F',
),
'widePictureBar' => array(
//'backgroundColor' => '#3F3F3F',
),
'pictureWideInfoTable' => array(
'backgroundColor' => '#3F3F3F',
),
'comment' => array(
'backgroundColor' => '#3F3F3F',
),
// 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