
Not your daddy’s Deliverance.
Since our markup and CSS will need to be ported into other people’s sites via Deliverance, we’ll add an oc- namespace to all our classes and IDs (in addition to following our other naming rules). This will avoid any conflicts with styles in the parent site. For example:
<div class="oc-wiki">
<div class="oc-headingBlockâ€>
<h2>Project Home</h2>
</div><!– end .oc-headingBlock –>
<ul class=â€oc-tabsâ€>
<li>
<a href=â€â€ rel=â€viewâ€>view</a>
</li>
<li class=â€oc-selectedâ€>
<a href=â€â€ rel=â€editâ€>edit</a>
</li>
<li>
<a href=â€â€ rel=â€historyâ€>history</a>
</li>
</ul><!– end .oc-tabs –>
<!–- more stuff here -–>
</div><!–- end .oc-wiki –->