Ocean Blue skin for phpvms
Version 2.1.2
phpVMS version tested on 5.5.2
Last Updated July 12, 2016
Contact - sales@209studios.com
Author - Eddie Baker
phpvms Forums - flyalaska

=================================================================================================================


You have 5 folders inside the Ocean_Blue folder. 
1 - Open the lib folder than open the skins folder. Upload the contents of the skins folder to your skins folder.
2 - All the third party modules are in the External Modules folder.
3 - Last 3 folders are extras. PSD for the border around the slider images and the font for the Ocean Blue text.

Editing the skin

ACARS Map - Change your seetings to match below.

# Google Map Options
Config::Set('MAP_WIDTH', '685px');
Config::Set('MAP_HEIGHT', '400px');

Slider 

The slider  has two sets of images. One with a white border for your profile picture, one with out when you are logged off. Simply paste the psd's on your new images.

To add another slider image you will need to edit two file. First in layout.php go to line 76. Look for this below. For every extra slide add a whole new line and 
change the number accordingly.

.art-slideheader0 {
background-image: url('../images/slider/slider1_out.jpg');
background-size: 100%;
background-position: 0 0;
background-repeat: no-repeat;
}
.art-slideheader1 {
background-image: url('../images/slider/slider2_out.jpg');
background-size: 100%;
background-position: 0 0;
background-repeat: no-repeat;
}
.art-slideheader2 {
background-image: url('../images/slider/slider3_out.jpg');
background-size: 100%;
background-position: 0 0;
background-repeat: no-repeat;
}


Remember to install all the modules!