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

Last change on this file since 19823 was 19823, checked in by ak19, 15 years ago

Stylesheet modified with correct url locations so that the Cascading Stylesheets Example collection now works on Linux and Mac.

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