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