Changes for page ERDivaLook

Last modified by Ravi Mendis on 2010/09/10 01:14

From version 203.1
edited by Ravi Mendis
on 2009/04/24 02:05
Change comment: There is no comment for this version
To version 199.1
edited by Ravi Mendis
on 2009/04/24 02:12
Change comment: Change to HTML code snippet

Summary

Details

Page properties
Content
... ... @@ -86,10 +86,10 @@
86 86  
87 87  Standard CSS image replacement applies.
88 88  
89 -Here, the edit page banner is being set. {{color value="red"}}{{div#a form h1.edit}}{{/color}} is an example of a **CSS selector**. The page title is a <h1> with a class //edit//, so the resulting CSS selector for that element would be {{color value="red"}}{{h1.edit}}{{/color}} or more specifically {{color value="red"}}{{div#a form h1.edit}}{{/color}}.
89 +Here, the edit page banner is being set. {{color value="red"}}{{div#a form h1.edit}}{{/color}} is an example of a **CSS selector**. The page title is marked up as ##<h1 class="edit">..</h1>##, so the resulting CSS selector for that element would be {{color value="red"}}{{h1.edit}}{{/color}} or more specifically {{color value="red"}}{{div#a form h1.edit}}{{/color}}.
90 90  
91 91  {{tip title="Tip"}}
92 92  
93 -All elements in a Diva look D2W page begin with *{{div#a}}*.
93 +All CSS selectors in a Diva D2W page begin with *{{div#a}}*.
94 94  
95 95  {{/tip}}