DIR : /home/kozerus/public_html/piwigo/themes/modus/skins/dark_lagoon.inc.php
/home/kozerus/public_html/piwigo/themes/modus/skins
<?php
/*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' => 'transparent',
'color' => 'inherit',
'border' => '1px solid gray',
),
'controls:focus' => array(
'backgroundColor' => '#3F3F3F',
'color' => '#fff',
'boxShadow' => '0 0 2px white',
),
'buttons' => array(
'backgroundColor' => '#0073B2',
'gradient' => array('#009CDA','#0073B2'),
'color' => '#ddd',
'border' => '1px solid gray',
),
'buttonsHover' => array(
'color' => '#fff',
'boxShadow' => '0 0 2px white',
),
'menubar' => array(
'backgroundColor' => '#0073B2',
'gradient' => array('#009CDA','#0073B2'),
'color' => '#ddd',
'link' => array( 'color' => '#fff' ),
//'linkHover' => array( 'color' => '#fff' ),
),
'dropdowns' => array(
// REQUIRED - cannot be transparent
'backgroundColor' => '#3F3F3F',
),
'pageTitle' => array(
'backgroundColor' => '#009CDA',
'gradient' => array('#0073B2','#009CDA'),
'color' => '#ddd',
'link' => array( 'color' => '#fff' ),
//'linkHover' => array( 'color' => '#fff' ),
'textShadowColor' => '#000',
),
/*'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