Fix debian/rules in places where the move to BUILD/ dir was not complete.
[tagua/yd.git] / src / doxy / doxygen.css
bloba37526ac9867a9b69e559e522f7a78973814ecde
1 /*******************************************************************************
3 Style sheet for kdelibs doxygen documentation.
4 Copyright (c) Anders Lund <anders@alweb.dk> 2002
6 This script is made available under the terms of the General Public License.
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.
12 ********************************************************************************/
14 body {
15 margin: 0px;
16 color: black;
17 background-color: white;
20 a {
21 color: #0000C0;
24 /* decorative header */
25 div.header {
26 background-color: #298730;
27 background-image: url("headerbg.png");
29 div.header table {
30 padding: 0px;
31 margin: 0px
33 div.header table tr td h1 {
34 color: white;
35 font: bold 20pt courier;
36 padding-top: 0.5em;
39 /* global lind buttons at bottom of decorative header */
40 table.links {
41 float: right;
42 border:0;
43 padding-left:1px
45 table.links td a {
46 color: white
48 table.links td:hover {
49 background-color:#0C4293;
51 table.links td a:hover {
52 color: white;
53 background-color:#0C4293
55 table.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;*/
63 /* little gradient below decorative/navigation header */
64 div#hgrad {
65 height: 12px;
66 background-image: url("grad.png");
69 /* contents part of page */
70 div.text {
71 margin: 12px
74 /* contents, mostly equivalent to the default doxugen style sheet */
75 H1 { text-align: center; }
76 CAPTION { font-weight: bold }
77 A.qindex {}
78 A.qindexRef {}
79 A.el { text-decoration: none; font-weight: bold }
80 A.elRef { font-weight: bold }
81 A.code { text-decoration: none; font-weight: normal; color: #4444ee }
82 A.codeRef { font-weight: normal; color: #4444ee }
83 A:hover { text-decoration: none; background-color: #ececec }
84 DL.el { margin-left: -1cm }
85 DIV.fragment { width: 100%; border: none; background-color: #ffffee; padding: 12px }
86 DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
87 TABLE.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
88 TD.mdRow { padding: 8px 20px; }
89 TD.md { font-weight: bold; }
90 TD.mdname1 { font-weight: bold; color: #602020; }
91 TD.mdname { font-weight: bold; color: #602020; width: 600px; }
92 DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
93 DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
95 BODY { background: white }
97 TD.memItemLeft {
98 padding: 1px 0px 0px 8px;
99 margin: 4px;
100 border: solid .1em white;
101 border-right-style: none;
102 border-bottom-style: none;
103 border-left-style: none;
104 background-color: #f8f8f8;
106 TD.memItemRight {
107 padding: 1px 0px 0px 8px;
108 margin: 4px;
109 border: solid .1em white;
110 border-right-style: none;
111 border-bottom-style: none;
112 border-left-style: none;
113 background-color: #f8f8f8;
116 TD.indexkey {
117 background-color: #e0eef8;
118 font-weight: bold;
119 padding-right : 10px;
120 padding-top : 2px;
121 padding-left : 10px;
122 padding-bottom : 2px;
123 margin-left : 0px;
124 margin-right : 0px;
125 margin-top : 2px;
126 margin-bottom : 2px
128 TD.indexvalue {
129 background-color: #e0eef8;
130 font-style: normal;
131 padding-right : 10px;
132 padding-top : 2px;
133 padding-left : 10px;
134 padding-bottom : 2px;
135 margin-left : 0px;
136 margin-right : 0px;
137 margin-top : 2px;
138 margin-bottom : 2px
141 SPAN.keyword { color: #008000 }
142 SPAN.keywordtype { color: #604020 }
143 SPAN.keywordflow { color: #e08000 }
144 SPAN.comment { color: #800000 }
145 SPAN.preprocessor { color: #806020 }
146 SPAN.stringliteral { color: #002080 }
147 SPAN.charliteral { color: #008080 }
151 /* kde decoration at bottom */
152 div#bottom-nav {
153 position : relative;
154 background-color: transparent;
155 /*width : 100%;*/
156 /*top: 0px;
157 left: 0px;
158 right: 0px;
159 margin-left: 0px;
160 margin-right:0px;*/
161 margin-top: 12px;
162 height: 50px;
163 background-image : url('bottom1.png');
164 background-repeat : repeat-x;
167 /* copyright etc at bottom */
168 div.bottom {
169 margin: 12px;
170 font-size: 9pt;
171 text-align: right;
173 div.bottom a {
174 color: #aaaaaa