--- --------------------------------------------------------------------------------------- ----
Blog Entry:
Data-Driven CSS Style Sheets Using ColdFusion
Author:
Ben Nadel / Kinky Solutions
Link:
http://www.bennadel.com/index.cfm?dax=blog:1581.view
Date Posted:
May 5, 2009 at 9:52 AM
---- --------------------------------------------------------------------------------------- --->
body {
font-family: arial ;
}
strong {
background-color: gold ;
}
em {
color: #FF0000 ;
}
ul {
list-style-type: circle ;
}
ol {
list-style-type: upper-roman ;
}
body {
background-color: #000033 ;
color: #FFFFFF ;
font-family: monospace ;
font-size: 100% ;
}
strong {
background-color: #FFFFFF ;
color: #333333 ;
}
em {
border-bottom: 1px dotted #FFFFFF ;
}
a {
color: gold ;
}