carbidesdk/com.nokia.carbide.cpp.sdk.examples/data/report.css
author timkelly
Fri, 27 Mar 2009 10:37:25 -0500
changeset 13 a515b8873c8c
parent 2 d760517a8095
permissions -rw-r--r--
Update to describe how SFO CDK works
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
table {border-collapse: collapse}
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
td.header {
cawthron
parents:
diff changeset
     4
 border-top:1.5pt;
cawthron
parents:
diff changeset
     5
 border-left:1.0pt;
cawthron
parents:
diff changeset
     6
 border-bottom:1.5pt;
cawthron
parents:
diff changeset
     7
 border-right:1.0pt;
cawthron
parents:
diff changeset
     8
 border-color:green;
cawthron
parents:
diff changeset
     9
 border-style:solid;
cawthron
parents:
diff changeset
    10
 background:silver;
cawthron
parents:
diff changeset
    11
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    12
}
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
td.odd {
cawthron
parents:
diff changeset
    15
 border-top:none;
cawthron
parents:
diff changeset
    16
 border-left:solid green 1.0pt;
cawthron
parents:
diff changeset
    17
 border-bottom:solid black 1.0pt;
cawthron
parents:
diff changeset
    18
 border-right:solid green 1.0pt;
cawthron
parents:
diff changeset
    19
 background:#CCCCCC;
cawthron
parents:
diff changeset
    20
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    21
 }
cawthron
parents:
diff changeset
    22
 
cawthron
parents:
diff changeset
    23
td.even {
cawthron
parents:
diff changeset
    24
 border-top:none;
cawthron
parents:
diff changeset
    25
 border-left:solid green 1.0pt;
cawthron
parents:
diff changeset
    26
 border-bottom:solid black 1.0pt;
cawthron
parents:
diff changeset
    27
 border-right:solid green 1.0pt;
cawthron
parents:
diff changeset
    28
 background:#FFFFDD;
cawthron
parents:
diff changeset
    29
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    30
 }