16.5. Styles

This folder contains one file, styles.css, that we use to define the styles for the app. Most of it is omitted here, because you'll make your own style.

16.5.1. main.css

 <style type="text/css"> <!-- td { font-family : Arial, Helvetica, Sans-Serif; font-size : 14px; font-weight : normal; color : #666666; } .cartHeaders { font-family : Arial, Helvetica, Sans-Serif; font-size : 11px; font-weight : normal; color : #FFFFFF; font-weight : 600; } .cartHeaders2 { font-family : Arial, Helvetica, Sans-Serif; font-size : 13px; font-weight : normal; color : #FFFFFF; font-weight : 600; } .text { font-family : Arial, Helvetica, Sans-Serif; font-size : 12px; font-weight : normal; color : #000000; font-weight : 400; } .options { font-family : Arial, ...

Get Java™ for ColdFusion® Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.