Changes for page ERDivaLook

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

From version 194.1
edited by David Holt
on 2009/04/23 13:09
Change comment: There is no comment for this version
To version 196.1
edited by Ravi Mendis
on 2009/04/24 02:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.rmendis
Content
... ... @@ -86,4 +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**. All elements in a Diva look D2W page will begin with {{color value="red"}}{{div#a}}{{/color}}. 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 {{color value="red"}}{{div#a form h1.edit}}{{/color}} more specifically.
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 {{color value="red"}}{{div#a form h1.edit}}{{/color}} more specifically.
90 +
91 +{{tip title="Tip"}}
92 +
93 +All elements in a Diva look D2W page will begin with *{{div#a}}*.
94 +
95 +{{/tip}}