source: collections/documented-examples/trunk/style-e/style/gs.css@ 19118

Last change on this file since 19118 was 19118, checked in by kjdon, 15 years ago

updated image paths to /web/images

  • Property svn:executable set to *
File size: 883 bytes
Line 
1/* The default style settings as normally set by style.dm. (They are in
2 there so that the image paths are resolved at run-time instead of being
3 hard-coded, but this means that they are there for all styles). */
4
5@import url(/web/style/style.css);
6
7
8body.bgimage {
9 background-image: url("/web/images/chalk.gif");
10 }
11
12div.navbar { background-image: url("/web/images/bg_green.png"); }
13div.divbar { background-image: url("/web/images/bg_green.png"); }
14a.navlink { background-image: url("/web/images/bg_off.png"); }
15a.navlink_sel { background-image: url("/web/images/bg_green.png"); }
16a.navlink:hover { background-image: url("/web/images/bg_on.png"); }
17p.bannertitle {background-image: url("/web/images/banner_bg.png"); }
18p.collectiontitle {background-image: url("/web/images/banner_bg.png"); }
19
20
21span.spaceextra {
22 padding: 0 ;
23 margin: 0 0 0 200px;
24}
25
Note: See TracBrowser for help on using the repository browser.