~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2008-05-02 16:01:50 UTC
  • mfrom: (1.2.1 upstream) (7 intrepid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080502160150-cq4ayxgq4etkecut
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.synopsis, .classsynopsis 
 
1
.synopsis, .classsynopsis
2
2
{
3
3
  background: #eeeeee;
4
4
  border: solid 1px #aaaaaa;
5
5
  padding: 0.5em;
6
6
}
7
 
.programlisting 
 
7
.programlisting
8
8
{
9
9
  background: #eeeeff;
10
10
  border: solid 1px #aaaaff;
11
11
  padding: 0.5em;
12
12
}
13
 
.variablelist 
 
13
.variablelist
14
14
{
15
15
  padding: 4px;
16
16
  margin-left: 3em;
19
19
{
20
20
  vertical-align: top;
21
21
}
22
 
div a[name]
23
 
{
24
 
  position: relative;
25
 
  top: -4.5em;
26
 
}
27
 
table.navigation#top
28
 
{
29
 
  background: #ffeeee;
30
 
  border: solid 1px #ffaaaa;
31
 
  margin-top: 0;
32
 
  margin-bottom: 0;
33
 
  position: fixed;
34
 
  top: 0;
35
 
  left: 0;
36
 
  height: 2em;
37
 
  z-index: 1;
38
 
}
39
 
.navigation a 
40
 
{
41
 
  color: #770000;
42
 
}
43
 
.navigation a:visited 
44
 
{
45
 
  color: #550000;
46
 
}
47
 
.navigation .title 
 
22
 
 
23
/* this is needed so that the local anchors are displayed below the naviagtion */
 
24
@media screen {
 
25
  div.refnamediv a[name], div.refsect1 a[name]
 
26
  {
 
27
    position: relative;
 
28
    top: -4.5em;
 
29
  }
 
30
  table.navigation#top
 
31
  {
 
32
    background: #ffeeee;
 
33
    border: solid 1px #ffaaaa;
 
34
    margin-top: 0;
 
35
    margin-bottom: 0;
 
36
    position: fixed;
 
37
    top: 0;
 
38
    left: 0;
 
39
    height: 2em;
 
40
    z-index: 1;
 
41
  }
 
42
  .navigation a
 
43
  {
 
44
    color: #770000;
 
45
  }
 
46
  .navigation a:visited
 
47
  {
 
48
    color: #550000;
 
49
  }
 
50
  td.shortcuts
 
51
  {
 
52
    color: #770000;
 
53
    font-size: 80%;
 
54
  }
 
55
  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
56
  {
 
57
    position: relative;
 
58
    top: 3em;
 
59
    z-index: 0;
 
60
  }
 
61
  div.refnamediv
 
62
  {
 
63
    margin-top: 2em;
 
64
  }
 
65
  body
 
66
  {
 
67
    padding-bottom: 20em;
 
68
  }
 
69
}
 
70
@media print {
 
71
  table.navigation {
 
72
    visibility: collapse;
 
73
    display: none;
 
74
  }
 
75
  div.titlepage table.navigation {
 
76
    visibility: visible;
 
77
    display: table;
 
78
    background: #ffeeee;
 
79
    border: solid 1px #ffaaaa;
 
80
    margin-top: 0;
 
81
    margin-bottom: 0;
 
82
    top: 0;
 
83
    left: 0;
 
84
    height: 2em;
 
85
  }
 
86
}
 
87
 
 
88
.navigation .title
48
89
{
49
90
  font-size: 200%;
50
91
}
51
 
td.shortcuts
52
 
{
53
 
  color: #770000;
54
 
  font-size: 80%;
55
 
}
56
 
 
57
 
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1
58
 
{
59
 
  position: relative;
60
 
  top: 3em;
61
 
  z-index: 0;
62
 
}
63
 
div.refnamediv 
64
 
{
65
 
  margin-top: 2em;
66
 
}
67
 
div.gallery-float 
 
92
 
 
93
 
 
94
div.gallery-float
68
95
{
69
96
  float: left;
70
97
  padding: 10px;
71
98
}
72
 
div.gallery-float img 
 
99
div.gallery-float img
73
100
{
74
101
  border-style: none;
75
102
}
76
 
div.gallery-spacer 
 
103
div.gallery-spacer
77
104
{
78
105
  clear: both;
79
106
}
86
113
  text-decoration: underline;
87
114
  color: #FF0000;
88
115
}
 
116
 
 
117
div.table table
 
118
{
 
119
  border-collapse: collapse;
 
120
  border-spacing: 0px;
 
121
  border-style: solid;
 
122
  border-color: #777777;
 
123
  border-width: 1px;
 
124
}
 
125
 
 
126
div.table table td, div.table table th
 
127
{
 
128
  border-style: solid;
 
129
  border-color: #777777;
 
130
  border-width: 1px;
 
131
  padding: 3px;
 
132
  vertical-align: top;
 
133
}
 
134
 
 
135
div.table table th
 
136
{
 
137
  background-color: #eeeeee;
 
138
}
 
139
 
 
140
hr
 
141
{
 
142
  color: #888;
 
143
  background: #888;
 
144
  border: 0;
 
145
  height: 1px;
 
146
  clear: both;
 
147
}
 
148