Changeset 4775


Ignore:
Timestamp:
2003-06-24T12:30:23+12:00 (21 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/garish.dm

    r4741 r4775  
    5757## here as a demonstration.
    5858##
    59 ## Edit the file images/custom/style.css to change the colours and fonts.
     59## Edit the file images/garish/style.css to change the colours and fonts.
    6060
    6161
     
    9494## This will stack the buttons one above the other (they are in a table) with
    9595## our image as separator. This closes the current row and starts a new one.
    96 ## This will use our custom image in the images/custom directory.
     96## This will use our custom image in the images/garish directory.
    9797
    9898#_imagespacer_ [c=garish] { </nobr>
    99 #<br/><img src="_httpimg_/custom/horzline.gif" width="87" height="17">
     99#<br/><img src="_httpimg_/garish/horzline.gif" width="87" height="17">
    100100#<br/>
    101101#<nobr>
     
    106106#
    107107#_imagespacer_ [c=garish] {
    108 # <img src="_httpimg_/custom/horzline.gif" width="_widthtspace_"
     108# <img src="_httpimg_/garish/horzline.gif" width="_widthtspace_"
    109109# height="17">
    110110#}
     
    119119## macros to use the custom "title a-z" buttons (and the width macro).
    120120
    121 #_httpiconttitlgr_ [c=garish] {_httpimg_/custom/title_gr.gif}
     121#_httpiconttitlgr_ [c=garish] {_httpimg_/garish/title_gr.gif}
    122122## make it the same as off
    123123#_httpiconttitlon_ [c=garish] {_httpiconttitlof_}
    124 #_httpiconttitlof_ [c=garish] {_httpimg_/custom/title_bn.gif}
     124#_httpiconttitlof_ [c=garish] {_httpimg_/garish/title_bn.gif}
    125125
    126126## We also need to specify the width of the icons
     
    131131## other languages, you need (eg for French, which is l=fr):
    132132##
    133 ##_httpiconttitlgr_ [c=garish,l=fr] {_httpimg_/custom/fr_title_green.gif}
     133##_httpiconttitlgr_ [c=garish,l=fr] {_httpimg_/garish/fr_title_green.gif}
    134134##_httpiconttitlon_ [c=garish,l=fr] {_..._}
    135 ##_httpiconttitlof_ [c=garish,l=fr] {_httpimg_/custom/fr_title_button.gif}
     135##_httpiconttitlof_ [c=garish,l=fr] {_httpimg_/garish/fr_title_button.gif}
    136136
    137137## See english.dm for a list of graphical button names - they all start
     
    154154<head>
    155155   <title>_pagetitle_</title>
    156    <link rel="stylesheet" href="_httpimg_/custom/style.css" type="text/css"/>
     156   <link rel="stylesheet" href="_httpimg_/garish/style.css" type="text/css"/>
    157157 </head>
    158158<body>
Note: See TracChangeset for help on using the changeset viewer.