summaryrefslogtreecommitdiff
path: root/doc/common/doxygen.css
Unidiff
Diffstat (limited to 'doc/common/doxygen.css') (more/less context) (ignore whitespace changes)
-rwxr-xr-xdoc/common/doxygen.css152
1 files changed, 152 insertions, 0 deletions
diff --git a/doc/common/doxygen.css b/doc/common/doxygen.css
new file mode 100755
index 0000000..b20213b
--- a/dev/null
+++ b/doc/common/doxygen.css
@@ -0,0 +1,152 @@
1/*******************************************************************************
2
3 Style sheet for kdelibs doxygen documentation.
4 Copyright (c) Anders Lund <anders@alweb.dk> 2002
5
6 This script is made available under the terms of the General Public Licence.
7 You should have received a copy of the GNU General Public License
8 along with this software; see the file COPYING. If not, write to
9 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
10 Boston, MA 02111-1307, USA.
11
12********************************************************************************/
13
14body {
15 margin: 0px;
16 color: black;
17 background-color: white;
18}
19
20a {
21 color: #0000C0;
22}
23
24/* decorative header */
25div.header {
26 background-color: #0855C5;
27 background-image: url("headerbg.png");
28}
29div.header table {
30 padding: 0px;
31 margin: 0px
32}
33div.header table tr td h1 {
34 color: white;
35 font: bold 20pt courier;
36 padding-top: 0.5em;
37}
38
39/* global lind buttons at bottom of decorative header */
40table.links {
41 float: right;
42 border:0;
43 padding-left:1px
44}
45table.links td a {
46 color: white
47}
48table.links td:hover {
49 background-color:#0C4293;
50}
51table.links td a:hover {
52 color: white;
53 background-color:#0C4293
54}
55table.links td {
56 border-left: 1px solid #4A81D5;
57 padding: 0px 12px 0px 12px;
58 background-color:#0E4EAF;
59 font-size:9pt;
60 /*font-weight: bold;*/
61}
62
63/* little gradient below decorative/navigation header */
64div#hgrad {
65 height: 12px;
66 background-image: url("grad.png");
67}
68
69/* contents part of page */
70div.text {
71 margin: 12px
72}
73
74/* contents, mostly equivalent to the default doxugen style sheet */
75H1 { text-align: center; }
76CAPTION { font-weight: bold }
77A.qindex {}
78A.qindexRef {}
79A.el { text-decoration: none; font-weight: bold }
80A.elRef { font-weight: bold }
81A.code { text-decoration: none; font-weight: normal; color: #4444ee }
82A.codeRef { font-weight: normal; color: #4444ee }
83A:hover { text-decoration: none; background-color: #ececec }
84DL.el { margin-left: -1cm }
85DIV.fragment { width: 100%; border: none; background-color: #ffffee; padding: 12px }
86DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
87TD.md { background-color: #ececec; font-weight: bold; }
88TD.mdname1 { background-color: #ececec; font-weight: bold; color: #602020; }
89TD.mdname { background-color: #ececec; font-weight: bold; color: #602020; width: 600px; }
90DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
91DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
92BODY { background: white }
93TD.indexkey {
94 background-color: #e0eef8;
95 font-weight: bold;
96 padding-right : 10px;
97 padding-top : 2px;
98 padding-left : 10px;
99 padding-bottom : 2px;
100 margin-left : 0px;
101 margin-right : 0px;
102 margin-top : 2px;
103 margin-bottom : 2px
104}
105TD.indexvalue {
106 background-color: #e0eef8;
107 font-style: normal;
108 padding-right : 10px;
109 padding-top : 2px;
110 padding-left : 10px;
111 padding-bottom : 2px;
112 margin-left : 0px;
113 margin-right : 0px;
114 margin-top : 2px;
115 margin-bottom : 2px
116}
117FONT.keyword { color: #008000 }
118FONT.keywordtype { color: #604020 }
119FONT.keywordflow { color: #e08000 }
120FONT.comment { color: #800000 }
121FONT.preprocessor { color: #806020 }
122FONT.stringliteral { color: #002080 }
123FONT.charliteral { color: #008080 }
124
125
126
127/* kde decoration at bottom */
128div#bottom-nav {
129 position : relative;
130 background-color: transparent;
131 /*width : 100%;*/
132 /*top: 0px;
133 left: 0px;
134 right: 0px;
135 margin-left: 0px;
136 margin-right:0px;*/
137 margin-top: 12px;
138 height: 50px;
139 background-image : url('bottom1.png');
140 background-repeat : repeat-x;
141}
142
143/* copyright etc at bottom */
144div.bottom {
145 margin: 12px;
146 font-size: 9pt;
147 text-align: right;
148}
149div.bottom a {
150 color: #aaaaaa
151}
152