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

Last change on this file since 18808 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

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