~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/manual/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body address
2
 
{
3
 
  line-height: 1.3;
4
 
  margin: .6em 0;
5
 
}
6
 
 
7
 
body blockquote
8
 
{
9
 
  margin-top: .75em;
10
 
  line-height: 1.5;
11
 
  margin-bottom: .75em;
12
 
}
13
 
 
14
 
html body
15
 
{
16
 
  margin: 1em 2% 1em 2%;
17
 
  line-height: 1.2;
18
 
  background-color: #ffffff;
19
 
}
20
 
 
21
 
body pre
22
 
{
23
 
  margin: .75em 0;
24
 
  line-height: 1.3;
25
 
  color: #4f3f3f;
26
 
  font-weight: bold;
27
 
}
28
 
 
29
 
body div
30
 
{
31
 
  margin: 0;
32
 
}
33
 
 
34
 
dl
35
 
{
36
 
  margin: .4em 0;
37
 
  line-height: 1.2;
38
 
}
39
 
 
40
 
.legalnotice
41
 
{
42
 
  font-size: small;
43
 
}
44
 
 
45
 
h1,h2,h3,h4,h5,h6,
46
 
div.example p b,
47
 
.question,
48
 
div.table p b,
49
 
div.procedure p b
50
 
{
51
 
  color: #990000;
52
 
}
53
 
 
54
 
.option
55
 
{
56
 
  color: #0000ca;
57
 
  font-weight: bold;
58
 
}
59
 
 
60
 
.parameter
61
 
{
62
 
  color: #007a00;
63
 
  font-weight: bold;
64
 
}
65
 
 
66
 
a
67
 
{
68
 
  color: #000000;
69
 
}
70
 
 
71
 
a:hover
72
 
{
73
 
  color: #3c3c3c;
74
 
  border-bottom: 1px solid #dc0000;
75
 
}
76
 
 
77
 
hr
78
 
{
79
 
  background-color: #9c9c9c;
80
 
  border-style: none;
81
 
  height: 1px;
82
 
}
83
 
 
84
 
li
85
 
{
86
 
  list-style-type: square;
87
 
}
88
 
 
89
 
.programlisting, .screen
90
 
{
91
 
  background-color: #F8F9FD;
92
 
  border-color: #907777;
93
 
  border-width: 1px;
94
 
  border-style: solid;
95
 
  padding: 0.5em;
96
 
}
97