~ubuntu-branches/ubuntu/trusty/pfm/trusty

« back to all changes in this revision

Viewing changes to doc/help-styles.css

  • Committer: Package Import Robot
  • Author(s): Mark Hindley
  • Date: 2013-02-13 10:54:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20130213105436-w8flw5ecbt8s7w2d
Tags: upstream-2.0.7
ImportĀ upstreamĀ versionĀ 2.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body {
2
2
        font-family: sans-serif;
 
3
        font-size: 11pt;
3
4
        background-color: white;
4
5
        color: black;
5
 
        margin-left: 8%;
6
 
        margin-right: 8%
 
6
        margin-left: 2em;
 
7
        margin-right: 2em;
7
8
}
8
9
 
9
10
body.contents {
13
14
        width: 30em;
14
15
}
15
16
 
 
17
div.header {
 
18
        border-bottom: 3px solid #36648B;
 
19
        height: 100px;
 
20
}
 
21
 
 
22
div.logo {
 
23
        margin-right: 20px;
 
24
        float: left;
 
25
}
 
26
 
 
27
div.logotext {
 
28
        font-size: 140%;
 
29
        font-weight: bold;
 
30
        color: #36648B; /* SteelBlue4 */
 
31
}
 
32
 
16
33
h1 {
17
34
        font-family: sans-serif;
18
35
        margin-top: 1em;
19
 
        padding-top: 1em;
20
 
        text-align: left;
21
36
        font-weight: bold;
 
37
        font-size: 140%;
 
38
        color: #36648B; /* SteelBlue4 */
 
39
}
 
40
 
 
41
h2 {
 
42
        font-family: sans-serif;
 
43
        margin-top: 1em;
22
44
        font-size: 120%;
23
 
        border-top-width: thin;
24
 
        border-top-style: solid;
 
45
        font-weight: bold;
 
46
        color: #36648B; /* SteelBlue4 */
25
47
}
26
48
 
27
 
h2, h3, h4 {
 
49
h3 {
28
50
        font-family: sans-serif;
29
 
        margin-top: 2em;
 
51
        margin-top: 1em;
30
52
        font-size: 100%;
31
53
        font-weight: bold;
 
54
        color: #36648B; /* SteelBlue4 */
32
55
}
33
56
 
34
57
h1.toc {
39
62
        text-align:left;
40
63
        margin-bottom: 0em;
41
64
        margin-left: 0%;
42
 
        font-weight: normal;
 
65
        font-weight: bold;
43
66
        font-size: 100%;
44
67
}
45
68
 
49
72
        margin-bottom: 0em;
50
73
        font-size: 100%;
51
74
        margin-left: 4%;
52
 
        font-weight: normal;
53
 
}
54
 
 
55
 
h3.toc, h4.toc {
56
 
        font-family: sans-serif;
57
 
        margin-bottom: 0em;
58
 
        font-weight: normal;
59
 
        font-size: 100%;
60
 
        margin-left: 8%;
61
 
        margin-top: 0em;
 
75
        font-weight: bold;
 
76
}
 
77
 
 
78
h1.toc a:link, h2.toc a:link {
 
79
        color: #36648B; /* SteelBlue4 */
 
80
}
 
81
 
 
82
h1.toc a:visited h2.toc a:visited {
 
83
        color: #61437D; /* dark purple */
62
84
}
63
85
 
64
86
pre {
65
87
        font-family: monospace;
 
88
        font-size: 10pt;
66
89
}
67
90
 
68
91
div.title {
69
92
        text-align: center;
70
 
        font-size: 130%;
 
93
        font-size: 140%;
71
94
        font-family: sans-serif;
72
 
        font-weight: bold
 
95
        font-weight: bold;
 
96
        color: #36648B; /* SteelBlue4 */
73
97
}
74
98
 
75
99
div.note {
80
104
        margin-top: 1em;
81
105
        margin-bottom: 1em;
82
106
        color: black;
83
 
        background-color: #FFFFCC
 
107
        background-color: #f4f3d1;
84
108
}
85
109
 
86
110
p.indent {