30 lines
910 B
CSS
30 lines
910 B
CSS
body {
|
|
background: #999999 url(/site/graphics/resources/sidebar_bg.gif) top left repeat-y;
|
|
}
|
|
h1 {
|
|
background-image: url(/site/graphics/resources/resources_title.gif);
|
|
}
|
|
/*******************************
|
|
Major page division styles specific to this page
|
|
*****************************/
|
|
div#header {
|
|
background: #333333 url(/site/graphics/resources/second_strip_top.gif) repeat-x bottom center;
|
|
}
|
|
div#content {
|
|
background: #cccccc;
|
|
}
|
|
div#footer {
|
|
background: #333333 url(/site/graphics/resources/second_strip_bottom.gif) repeat-x top center;
|
|
}
|
|
div#menu {
|
|
background: #999999;
|
|
}
|
|
/*******************************
|
|
Other specific styles for this page
|
|
*****************************/
|
|
div#dtn_logo {
|
|
background: url(/site/graphics/resources/sidebar_dtn_logo.gif) no-repeat center center;
|
|
}
|
|
div#page_symbol {
|
|
background: url(/site/graphics/resources/sidebar_resources.gif) no-repeat center center;
|
|
} |