File "styles.css"
Full path: E:/sites/Single15/tinmung2007/webroot/GIADINHTANHIEN/CAC MIEN/HoNai/HoNaiNov/res/styles.css
File size: 1.79 KiB (1834 bytes)
MIME-type:
Charset: utf-8
/*
* Combined style sheet for the index pages and the slide pages.
* Skin: Annotated Album
*/
/* Style for all bodies. */
body {
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
background-color: white;
color: black;
margin: 8px;
}
/* Style for all table cells. */
td {
margin: 3px;
}
/* Align the content of the cells at the top of index pages to the center and middle. */
#index tr.head {
font-size: 12px;
text-align: center;
vertical-align: middle;
}
/* Remove the margin under the images on the index pages. */
#index tr.indexImage {
border-width: 1px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 0px;
vertical-align: bottom;
}
/* Format for captions below thumbnails */
#index tr.indexCaption {
font-size: 10px;
vertical-align: top;
text-align: left;
}
/* Highlight the image name on the slide pages. */
#slide .name {
font-weight: bold;
font-size: 18px;
}
/* Header */
h1 {
font-size: 22px;
font-weight: bold;
}
/* Custom link styles */
a:link {
text-decoration: underline;
color: #3333EE
}
a:visited {
text-decoration: underline;
color: #991199
}
a:hover {
text-decoration: underline;
color: #FF0044
}
a:active {
text-decoration: none;
color: #FF0000
}
/* Don't underline captions below thumbnails */
#index tr.indexCaption a {
text-decoration: none;
}
/* Adjust color for links to images not yet viewed */
#index tr.indexImage a:link, #index tr.indexCaption a:link, #clickableImage a:link {
color: #3322AA
}
/* Adjust color */
#index tr.indexImage a:visited, #index tr.indexCaption a:visited, #clickableImage a:visited {
color: #661188
}
/* Adjust color */
#index tr.indexImage a:hover, #index tr.indexCaption a:hover, #clickableImage a:hover {
color: #FF0044
}