| /* |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| */ |
| @charset "UTF-8";
|
| /* CSS Document */
|
| body{ |
| background: black; |
| color: silver; |
| font-family: Arial, Helvetica, sans-serif; |
| }
|
|
|
| h3 {
|
| font-weight:bold;
|
| font-weight:bold;
|
| text-align:center;
|
| }
|
|
|
| .navigation {
|
| text-align:center;
|
| }
|
|
|
| #photoviewer {
|
| text-align:center;
|
| }
|
|
|
| #container{
|
| width:312px;
|
| height:260px;
|
| margin-top:40px;
|
| margin-bottom:20px;
|
| margin-left:auto;
|
| margin-right:auto;
|
| }
|
|
|
| .image-container{}
|
|
|
|
|
| ul.thumb {
|
| width:312px;
|
| background: #000;
|
| float: left;
|
| list-style: none;
|
| margin: 0; padding: 0px;
|
| }
|
| ul.thumb li {
|
| margin: 1px; padding: 0px;
|
| float: left;
|
| position: relative; /* Set the absolute positioning base coordinate */
|
| width: 50px;
|
| height: 50px;
|
| }
|
| ul.thumb img {
|
| width: 50px; height: 50px; /* Set the small thumbnail size */
|
| -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
|
| padding: 0px;
|
| position: absolute;
|
| }
|
| ul.thumb li img.hover {
|
| background: url(../images/bg.png) no-repeat center center;
|
| border: none; /* Get rid of border on hover */}
|
|
|
|
|
| button {
|
| font-size:8pt;
|
| font-family:Verdana,Arial,helvetica,serif;
|
| }
|
|
|
|
|
| #gallery {
|
| text-align:center;
|
| }
|
| #code {
|
| text-align:center;
|
| }
|
| #embed_code {
|
| background-color:#ccc;
|
| text-align:center;
|
| }
|
| #findphoto {
|
| text-align:center;
|
| } |
| |
| button, select{ |
| border: 2px solid #666; |
| background: black; |
| color:white; |
| } |