source: documented-example-collections/trunk/style-e/styles/gs.css@ 19045

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

changed the paths so they work with windows local library server - is there a better way of doing it?

  • Property svn:executable set to *
File size: 848 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(/images/style.css);
6
7
8body.bgimage {
9 background-image: url("/images/chalk.gif");
10 }
11
12div.navbar { background-image: url("/images/bg_green.png"); }
13div.divbar { background-image: url("/images/bg_green.png"); }
14a.navlink { background-image: url("/images/bg_off.png"); }
15a.navlink_sel { background-image: url("/images/bg_green.png"); }
16a.navlink:hover { background-image: url("/images/bg_on.png"); }
17p.bannertitle {background-image: url("/images/banner_bg.png"); }
18p.collectiontitle {background-image: url("/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.