This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Elegant Page Level CSS
Page Level CSS is contained inside the <head> tags of an HTML page.
Step One
Add the following to a layout, such as the Normal one, inside the
tags:<r:if_content part="styles">
<style>
<!--
<r:content part="styles"/>
-->
</style>
</r:if_content>
Note: If you have multiple HTML layouts, you will need to include the above in each one.
Step Two
Create a Page Part named ‘styles’ for pages that with custom CSS (like the homepage) and place the CSS rules in there.
If no page part named ‘styles’ exists, then the page does not show any signs of this because of the <r:if_content> tags! :-)






