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

Last change on this file since 36567 was 22164, checked in by kjdon, 14 years ago

different paths needed for local library and apache, set now for local library for Ian's workshop. Will change back later maybe

  • Property svn:executable set to *
File size: 902 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: url("/web/images/chalk.gif") scroll repeat-y left top;
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.