source: trunk/tools/qdoc3/test/classic.css@ 166

Last change on this file since 166 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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