Changeset 23497


Ignore:
Timestamp:
2010-12-16T14:25:42+13:00 (13 years ago)
Author:
kjdon
Message:

for me on firefox, needed body.bgimage to get the background pink (custom tutorial). And put the new style sheet into style folder in collection, not into images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/xml-source/tutorial_en.xml

    r23496 r23497  
    18941894body.bgimage \{ background-image: none; \}<br/>
    18951895/* set the background color to pink */<br/>
    1896 body \{ background: pink; \}<br/>
     1896body.bgimage \{ background: pink; \}<br/>
    18971897/* clear the background image for the navigation bar, and set its color to red */<br/>
    18981898div.navbar \{ background-image: none; background-color: red; \}<br/>
     
    19111911<Format>
    19121912_cssheader_ {<br/>
    1913 &lt;link rel="stylesheet" href="_httpcimages_/style-blue.css" type="text/css"<br/>
     1913&lt;link rel="stylesheet" href="_httpcstyle_/style-blue.css" type="text/css"<br/>
    19141914&nbsp;&nbsp;title="Blue Style" charset="UTF-8"&gt;<br/>
    19151915}
    19161916</Format>
    1917 <Text id="mf-60">Outside of the Librarian Interface, locate the collection folder <Path>Greenstone &rarr; collect &rarr; reports</Path>. Create an <Path>images</Path> folder inside this (if not already present), and copy the file <Path>sample_files &rarr; custom &rarr; style-blue.css</Path> into this folder.</Text>
     1917<Text id="mf-60">Outside of the Librarian Interface, locate the collection folder <Path>Greenstone &rarr; collect &rarr; reports</Path>. Create a <Path>style</Path> folder inside this (if not already present), and copy the file <Path>sample_files &rarr; custom &rarr; style-blue.css</Path> into this folder.</Text>
    19181918<Text id="mf-61">Preview the collection; the about page should look radically different.</Text>
    19191919</NumberedItem>
Note: See TracChangeset for help on using the changeset viewer.