~ubuntu-branches/ubuntu/precise/qtscriptgenerator/precise

« back to all changes in this revision

Viewing changes to doc/classic.css

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-04-25 16:16:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090425161602-vrlxapa3fbo2k3x7
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
h3.fn,span.fn
 
2
{
 
3
  margin-left: 1cm;
 
4
  text-indent: -1cm;
 
5
}
 
6
 
 
7
a:link
 
8
{
 
9
  color: #004faf;
 
10
  text-decoration: none
 
11
}
 
12
 
 
13
a:visited
 
14
{
 
15
  color: #672967;
 
16
  text-decoration: none
 
17
}
 
18
 
 
19
a.obsolete
 
20
{
 
21
  color: #661100;
 
22
  text-decoration: none
 
23
}
 
24
 
 
25
a.compat
 
26
{
 
27
  color: #661100;
 
28
  text-decoration: none
 
29
}
 
30
 
 
31
a.obsolete:visited
 
32
{
 
33
  color: #995500;
 
34
  text-decoration: none
 
35
}
 
36
 
 
37
a.compat:visited
 
38
{
 
39
  color: #995500;
 
40
  text-decoration: none
 
41
}
 
42
 
 
43
td.postheader
 
44
{
 
45
  font-family: sans-serif
 
46
}
 
47
 
 
48
tr.address
 
49
{
 
50
  font-family: sans-serif
 
51
}
 
52
 
 
53
body
 
54
{
 
55
  background: #ffffff;
 
56
  color: black
 
57
}
 
58
 
 
59
table tr.odd {
 
60
  background: #f0f0f0;
 
61
  color: black;
 
62
}
 
63
 
 
64
table tr.even {
 
65
  background: #e4e4e4;
 
66
  color: black;
 
67
}
 
68
 
 
69
table.annotated th {
 
70
  padding: 3px;
 
71
  text-align: left
 
72
}
 
73
 
 
74
table.annotated td {
 
75
  padding: 3px;
 
76
}
 
77
 
 
78
table tr pre
 
79
{
 
80
  padding-top: none;
 
81
  padding-bottom: none;
 
82
  padding-left: none;
 
83
  padding-right: none;
 
84
  border: none;
 
85
  background: none
 
86
}
 
87
 
 
88
tr.qt-style
 
89
{
 
90
  background: #a2c511;
 
91
  color: black
 
92
}
 
93
 
 
94
body pre
 
95
{
 
96
  padding: 0.2em;
 
97
  border: #e7e7e7 1px solid;
 
98
  background: #f1f1f1;
 
99
  color: black
 
100
}
 
101
 
 
102
span.preprocessor, span.preprocessor a
 
103
{
 
104
  color: darkblue;
 
105
}
 
106
 
 
107
span.comment
 
108
{
 
109
  color: darkred;
 
110
  font-style: italic
 
111
}
 
112
 
 
113
span.string,span.char
 
114
{
 
115
  color: darkgreen;
 
116
}
 
117
 
 
118
.title
 
119
{
 
120
    text-align: center
 
121
}
 
122
 
 
123
.subtitle
 
124
{
 
125
    font-size: 0.8em
 
126
}
 
127
 
 
128
.small-subtitle
 
129
{
 
130
    font-size: 0.65em
 
131
}