Section 16.5. Styles

   

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, Helvetica, Sans-Serif;       font-size : 11px;       font-weight : normal;       color : #000000;       font-weight : 400;      } --> </style> 

   
Top


Java for ColdFusion Developers
Java for ColdFusion Developers
ISBN: 0130461806
EAN: 2147483647
Year: 2005
Pages: 206
Authors: Eben Hewitt

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net