initial commit
This commit is contained in:
30
production/site/css/resources.css
Normal file
30
production/site/css/resources.css
Normal file
@@ -0,0 +1,30 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user