< < < Click here to go back to the main site

List of available files:

basecode/
    > Gallery.php
    > gallerybuilder.php
    > GalleryItem.php
    > GalleryNavigationData.php
    > GallerySection.php
    > includer.php
    > Photograph.php
    > Video.php
pictures/
templates/
    > contact.txt
    > footer.txt
    > header.txt
    images/
    style/
        > gallery.css
> gpl.txt
> index.php
> opensource.php

Showing source of: ./templates/style/gallery.css


body
{
    text-align: center;
    font-family: 'Times New Roman','Times',serif;
    font-size: 10pt;
    color: black;
    margin: 0px;
    padding: 0px;
}

div#mainframe
{
    width: 968px;
    background-color: black;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    padding: 0px;
    background-image: url('../images/mainbackground.png');
}

div#galleryholder
{
    margin: 0px;
    padding: 0px;
    width: 944px;
    margin-left: 11px;
    margin-right: 11px;
}

div#galleryholder th
{
    background-color: rgb(48, 48, 48);
    background-image: url('../images/headerbackground.png');
    color: white;
    letter-spacing: 4px;
    padding: 2px;
    padding-left: 14px;
    font-size: 10pt;
    text-align: left;
}

div#galleryholder table
{
    width: 944px;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
}

div#galleryholder td
{
    width: 236px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /*padding-top: 10px;*/
    padding-bottom: 0px;
    vertical-align: top;
    background-image: url('../images/photobackground.png');
    background-position: 11px 10px;
    background-repeat: no-repeat;
    /*background-color: yellow;*/
    border: 0px;
}

div#galleryholder img.photograph
{
    width: 200px;
    height: 150px;
    background-color: olive;
    /*margin: 7px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#mainheader
{
    width: 950px;
    /*height: 150px;*/
    background-color: black;
    margin-bottom: 20px;
    padding: 0px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 0px;
}

div#mainheader img#mainlogo
{
    width: 950px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: rgb(100, 155, 219);
}

div#mainheader img#sublogo
{
    width: 950px;
    height: 54px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: rgb(100, 155, 219);
}

div#topgizmo
{
    background-image: url('../images/topwidget.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#bottomgizmo
{
    background-image: url('../images/bottomwidget.png');
    background-position: top left;
    background-repeat: no-repeat;
}

div#bottomgizmo, div#topgizmo
{
    background-color: white;
    width: 968px;
    padding: 0px;
    margin: 0px;
    height: 9px;
}

div#copyrightbit
{
    width: 950px;
    margin-top: 30px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 5px;
    padding: 0px;
    text-align: center;
    font-size: 8pt;
}

a
{
    text-decoration: underline;
}

a:LINK
{
    color: orange;
}

a:VISITED
{
    color: olive;
}

a:ACTIVE, a:HOVER
{
    color: red;
}

img
{
    border: 0px;
}


div#imageholder
{
    text-align: center;
    margin: 0px;
    margin-left: 9px;
    margin-right: 9px;
}


div#imageholder img
{
    display: inline;
    background: black;
}


img#imgbordertopleft, img#imgbordertop, img#imgbordertopright, img#imgborderleft, img#imgborderright, img#imgborderbotleft, img#imgborderbot, img#imgborderbotright
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

img#imgbordertopleft, img#imgbordertopright, img#imgborderbotleft, img#imgborderbotright
{
    width: 10px;
    height: 10px;
}

img#imgborderleft, img#imgborderright
{
    width: 10px;
}

img#imgborderbot, img#imgbordertop
{
    height: 10px;
}

form
{
    margin: 0px;
    padding: 0px;
}

div#imageholder table.navigation
{
    width: 950px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    background-image: url('../images/nav_bg.png');
    background-color: black;
}


div#imageholder table.navigation td.navinfo
{
    padding-top: 10px;
    color: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


div.navtopwidget
{
    background-image: url('../images/nav_top.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.navbottomwidget
{
    background-image: url('../images/nav_bottom.png');
    background-position: top left;
    background-repeat: no-repeat;
}

div.navbottomwidget, div.navtopwidget
{
    background-color: black;
    width: 950px;
    padding: 0px;
    margin: 0px;
    height: 10px;
}

< < < Click here to go back to the main site