Changeset 19119 for collections/documented-examples/trunk/style-e/macros
- Timestamp:
- 2009-04-20T15:15:44+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
collections/documented-examples/trunk/style-e/macros/extra.dm
r18738 r19119 5 5 # we override the default cssheader macro here so we don't get the 6 6 # hard-coded background images. This is the place to make your customisations 7 # This collection has a copy of the default CSS in _httpc ollection_/styles8 # instead of _httpimg_7 # This collection has a copy of the default CSS in _httpcstyle_ 8 # (_httpcollection_/style) instead of _httpimages_ 9 9 10 10 _cssheader_ { 11 <link rel="stylesheet" href="_httpc ollection_/styles/gs.css" type="text/css"11 <link rel="stylesheet" href="_httpcstyle_/gs.css" type="text/css" 12 12 title="Default Greenstone Style" charset="UTF-8"> 13 <link rel="alternate stylesheet" href="_httpc ollection_/styles/style-blue.css"13 <link rel="alternate stylesheet" href="_httpcstyle_/style-blue.css" 14 14 type="text/css" title="Ocean Blue" charset="UTF-8" media="screen"> 15 <link rel="alternate stylesheet" href="_httpc ollection_/styles/style-red.css"15 <link rel="alternate stylesheet" href="_httpcstyle_/style-red.css" 16 16 type="text/css" title="Fire Red" charset="UTF-8" media="screen"> 17 <link rel="alternate stylesheet" href="_httpim g_/style-print.css"17 <link rel="alternate stylesheet" href="_httpimages_/style-print.css" 18 18 type="text/css" title="Printer" charset="UTF-8" media="print, screen"> 19 <link rel="stylesheet" href="_httpim g_/style-print.css"19 <link rel="stylesheet" href="_httpimages_/style-print.css" 20 20 type="text/css" charset="UTF-8" media="print"> 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.