~ubuntu-branches/ubuntu/precise/gtksourceview2/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-07-04 09:22:39 UTC
  • Revision ID: james.westby@ubuntu.com-20070704092239-1wf80qeebhuqq2ns
Tags: upstream-1.90.2
ImportĀ upstreamĀ versionĀ 1.90.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.synopsis, .classsynopsis 
 
2
{
 
3
  background: #eeeeee;
 
4
  border: solid 1px #aaaaaa;
 
5
  padding: 0.5em;
 
6
}
 
7
.programlisting 
 
8
{
 
9
  background: #eeeeff;
 
10
  border: solid 1px #aaaaff;
 
11
  padding: 0.5em;
 
12
}
 
13
.variablelist 
 
14
{
 
15
  padding: 4px;
 
16
  margin-left: 3em;
 
17
}
 
18
.variablelist td:first-child
 
19
{
 
20
  vertical-align: top;
 
21
}
 
22
/* this is needed so that the local anchors are displayed below the naviagtion */
 
23
div.refnamediv a[name], div.refsect1 a[name]
 
24
{
 
25
  position: relative;
 
26
  top: -4.5em;
 
27
}
 
28
table.navigation#top
 
29
{
 
30
  background: #ffeeee;
 
31
  border: solid 1px #ffaaaa;
 
32
  margin-top: 0;
 
33
  margin-bottom: 0;
 
34
  position: fixed;
 
35
  top: 0;
 
36
  left: 0;
 
37
  height: 2em;
 
38
  z-index: 1;
 
39
}
 
40
.navigation a 
 
41
{
 
42
  color: #770000;
 
43
}
 
44
.navigation a:visited 
 
45
{
 
46
  color: #550000;
 
47
}
 
48
.navigation .title 
 
49
{
 
50
  font-size: 200%;
 
51
}
 
52
td.shortcuts
 
53
{
 
54
  color: #770000;
 
55
  font-size: 80%;
 
56
}
 
57
 
 
58
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
59
{
 
60
  position: relative;
 
61
  top: 3em;
 
62
  z-index: 0;
 
63
}
 
64
div.refnamediv 
 
65
{
 
66
  margin-top: 2em;
 
67
}
 
68
div.gallery-float 
 
69
{
 
70
  float: left;
 
71
  padding: 10px;
 
72
}
 
73
div.gallery-float img 
 
74
{
 
75
  border-style: none;
 
76
}
 
77
div.gallery-spacer 
 
78
{
 
79
  clear: both;
 
80
}
 
81
a
 
82
{
 
83
  text-decoration: none;
 
84
}
 
85
a:hover
 
86
{
 
87
  text-decoration: underline;
 
88
  color: #FF0000;
 
89
}
 
90
 
 
91
div.table table
 
92
{
 
93
  border-collapse: collapse;
 
94
  border-spacing: 0px;
 
95
  border-style: solid;
 
96
  border-color: #777777;
 
97
  border-width: 1px;
 
98
}
 
99
 
 
100
div.table table td, div.table table th
 
101
{
 
102
  border-style: solid;
 
103
  border-color: #777777;
 
104
  border-width: 1px;
 
105
  padding: 3px;
 
106
  vertical-align: top;
 
107
}
 
108
 
 
109
div.table table th
 
110
{
 
111
  background-color: #eeeeee;
 
112
}