~sylvain-pineau/checkbox/trusted-launcher-standalone

« back to all changes in this revision

Viewing changes to report/checkbox.css

  • Committer: David Murphy
  • Date: 2009-02-18 23:28:47 UTC
  • mto: (478.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: david.murphy@canonical.com-20090218232847-o26woqv9c6w6vszi
Added the ability to view generated reports via XSL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    font-size:75%;
 
3
    color:#222;
 
4
    background:#fff;
 
5
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
 
6
}
 
7
 
 
8
h1, h2, h3, h4, h5, h6 {
 
9
    font-weight:normal;color:#111;
 
10
}
 
11
 
 
12
h1 {
 
13
    font-size:3em;
 
14
    line-height:1;
 
15
    margin-bottom:0.5em;
 
16
}
 
17
 
 
18
h2 {
 
19
    font-size:2em;
 
20
    margin-bottom:0.75em;
 
21
}
 
22
 
 
23
h3 {
 
24
    font-size:1.5em;
 
25
    line-height:1;
 
26
    margin-bottom:1em;
 
27
}
 
28
 
 
29
p {
 
30
    margin:0 0 1.5em;
 
31
}
 
32
 
 
33
a {
 
34
    color:#009;
 
35
    text-decoration:underline;
 
36
}
 
37
 
 
38
pre {
 
39
    margin:1.5em 0;
 
40
    white-space:pre;
 
41
}
 
42
 
 
43
pre, code, tt {
 
44
    font:1em 'andale mono', 'lucida console', monospace;
 
45
    line-height:1.5;
 
46
}
 
47
 
 
48
li ul, li ol {
 
49
    margin:0 1.5em;
 
50
}
 
51
 
 
52
ul, ol {
 
53
    margin:0 1.5em 1.5em 1.5em;
 
54
}
 
55
 
 
56
ul {
 
57
    list-style-type:disc;
 
58
}
 
59
 
 
60
ol {
 
61
    list-style-type:decimal;
 
62
}
 
63
 
 
64
table {
 
65
    margin-bottom:1.4em;
 
66
    width:100%;
 
67
}
 
68
 
 
69
th {
 
70
    text-align:left;
 
71
    font-weight:bold;
 
72
}
 
73
 
 
74
thead th {
 
75
    background:#c3d9ff;
 
76
}
 
77
 
 
78
th, td {
 
79
    padding:4px 10px 4px 5px;
 
80
}
 
81
 
 
82
td.label {    
 
83
    background: #eee;
 
84
}
 
85
 
 
86
td.property {
 
87
    font:1em 'andale mono', 'lucida console', monospace;
 
88
}