41 lines
1.1 KiB
CSS
41 lines
1.1 KiB
CSS
body {
|
|
background: #b36600 url(/site/graphics/photosandvideos/sidebar_bg.gif) top left repeat-y;
|
|
}
|
|
h1 {
|
|
background-image: url(/site/graphics/photosandvideos/photosandvideos_title.gif);
|
|
}
|
|
/*******************************
|
|
Major page division styles specific to this page
|
|
*****************************/
|
|
div#header {
|
|
background: #333333 url(/site/graphics/photosandvideos/second_strip_top.gif) repeat-x bottom center;
|
|
}
|
|
div#content {
|
|
background: #fbe276;
|
|
}
|
|
div#footer {
|
|
background: #333333 url(/site/graphics/photosandvideos/second_strip_bottom.gif) repeat-x top center;
|
|
}
|
|
div#menu {
|
|
background: #b36600;
|
|
}
|
|
/*******************************
|
|
Other specific styles for this page
|
|
*****************************/
|
|
div#dtn_logo {
|
|
background: url(/site/graphics/photosandvideos/sidebar_dtn_logo.gif) no-repeat center center;
|
|
}
|
|
div#page_symbol {
|
|
background: url(/site/graphics/photosandvideos/sidebar_photosandvideos.gif) no-repeat center center;
|
|
}
|
|
div.album, div.video {
|
|
float: left;
|
|
font-size: 0.8em;
|
|
margin: 10px 20px;
|
|
text-align: center;
|
|
}
|
|
div.spacer {
|
|
display: block;
|
|
width: 100%;
|
|
clear: both;
|
|
} |