File "styles.css"
Full path: E:/sites/Single15/tinmung2007/webroot/GIADINHTANHIEN/CAC MIEN/PhuocLong/tanhung/album/res/styles.css
File size: 5.88 KiB (6018 bytes)
MIME-type:
Charset: utf-8
/*
* Combined style sheet for the index pages and the slide pages.
*/
/* Style for all bodies. */
body {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 13px;
background-color: #ffffff;
color: #000000;
}
img {
border-color: #b2b2b2;
}
/* Style for text file with same name as original, if included. */
.textFile {
border: thin solid black;
padding: 0.5cm 0.5cm;
margin: 1px 10px 10px 10px;
background-color: #eee;
}
/* This puts a new border around an index thumbnail on hover */
.borderit img{
border: 1px solid #ccc;
}
.borderit:hover img{
border: 1px solid navy;
}
.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
/* Custom link styles */
a:link {
text-decoration: none;
color: #003366
}
a:visited {
text-decoration: none;
color: #000066;
}
a:hover {
text-decoration: underline;
color: #000066
}
a:active {
text-decoration: underline;
color: #A52A2A;
}
/* This is from Exhibit skin GUI and is link bar at the top of the pages */
.nav_top {
font-size: 11px;
background-color: #4A3826;
color: white;
font-weight: bold;
}
.nav_top table {
cellspacing: 6;
cellpadding: 3;
}
.nav_top a:active {
text-decoration: none;
color: white;
}
.nav_top a:visited {
text-decoration: none;
color: white;
}
.nav_top a:hover {
text-decoration: none;
font-size: 11px;
background: #9C6A32;
}
.nav_top a:link {
text-decoration: none;
color: white
}
/* This is for any comment, if exists, appearing below the slide image. */
.comment {
font-weight: bold; width: 50%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: center;
}
/* control width of header.inc and or footer.inc files*/
.inc {
width: 55%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}
/* Put a border on all generated images. remove padding and border */
.image {
border-width: 2px;
border-style: solid;
margin: 5px;
padding: 5px;
border: 1px solid #999999;
}
/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
text-align: center;
vertical-align: top;
}
/* Style for all table cells. */
td {
font-family: Tahoma, Verdana, Arial, sans-serif;
}
.camera {
font-size: 11px;
}
/* Remove the margin under the images on the index pages. */
#index .image {
margin-left: 2px;
margin-right: 2px;
margin-bottom: 0;
}
/* Don't have margins on the slide pages. */
body#slide {
margin: 0;
}
body {
margin: 0;
}
/* Highlight the image name on the slide pages. */
#slide .name {
font-weight: bold;
font-size: 14px;
}
/* Header */
h1 {
font-size: 30px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
color: #000000;
}
/* css for Mindhive Navigation */
/* Style for slide page thumbnails-Mindhive navigation */
.nav {
font-size: x-small;
margin-bottom: 20ps;
}
table.nav {
width: 100%;
background-image:url('gray_stripe.png');
background-color:white;
border-bottom: 0px dotted #999;
font-size: x-small;
font-weight: bold;
}
.slidethumb {
border: 0px;
padding: 1px;
}
.currentslidethumb {
border: 2px solid #999;
padding: 1px;
}
/* Style for Lightbox */
#lightbox{
position: absolute;
top: 20px;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
color:#151410;
}
#lightbox a, #lightbox a:hover {
border-bottom:none;
color:#151410;
text-decoration:underline;
}
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#loadingLink {
display:block;
margin:0 auto;
padding:0;
width:32px;
height:32px;
background:url("images/loading.gif") center center no-repeat;
text-indent:-9999px;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLinkImg, #nextLinkImg{
width: 49%;
height: 100%;
background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
display: block;
text-indent:-9999px;
}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageDetails{ width: 70%; float: left; text-align: left; }
#caption{ font-weight: bold; }
#numberDisplay{ display: block; clear: left; }
#detailsNav{ display: block; clear: left; padding:0 0 10px 0; }
#prevLinkDetails { margin:0 8px 0 0; }
#nextLinkDetails { margin:0 8px 0 0; }
#closeLink {
display:block;
margin:0;
padding:0 0 10px 0;
text-decoration:none;
float:right;
width:66px;
height:28px;
background:url("images/closelabel.gif") no-repeat;
text-indent:-9999px;
overflow:hidden;
}
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 500px;
background-color: #151410;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}