Cisco.com User Experience Guidelines and Standards
Content CSS Developer Kit
Before you begin
Please join the cdc-content-css@cisco.com mailer alias. If you have any questions regarding the CSS or any content within this Developer Kit, please email your questions to the alias.
Benefits for using the Content CSS Developer Kit
It allows for centralized styling of content. If you are correctly implementing your pages with this CSS package, you can be sure that your page's content conforms to the UE specifications.
Many updates to the UE can be done in the background without asking you to update your code.
Take advantage of ongoing UE development to enhance the CUEG & UE
Inside you will find
Developer Guide: explaining the use of the CSS.
Module Libraries: Code Snippets and examples for properly coded UE Modules
Local Development Setup Files: Setup files to allow you to develop pages on your local computer
Templates: Content area templates for various content layouts
Training Docs & Examples: The files used during the implementation training, exercise files, and module library
Notes regarding the new framework and Content CSS
You must use the correct table-column-left, table-column-right, table-column-both for the situation. Incorrect use will result in incorrect vertical grey borders.
Case sensitive classes. (Use "item" NOT "Item")
Lower case html elements/tags. (<div class="item"> NOT <DIV class="item">
Trailing slash on elements without closing tags. i.e.: <br /> (not <br>) <img src="/your/image/image.jpg" /> <base href="http://www.cisco.com" /> <hr />