]> SALOME platform Git repositories - modules/gui.git/blob - doc/salome/tui/static/doxygen.css
Salome HOME
4893b5e2a4b6bde236f1cd83edd01a7f69b0aefd
[modules/gui.git] / doc / salome / tui / static / doxygen.css
1 H1 { 
2    text-align: center; 
3 }
4
5 CAPTION { 
6    font-weight: bold 
7 }
8
9 /* Link in the top navbar */
10 A.qindex {}
11
12 A.qindexRef {}
13
14 /* Link to any cross-referenced Doxygen element */
15 A.el { 
16    text-decoration: none; 
17    font-weight: bold 
18 }
19
20 A.elRef { 
21    font-weight: bold 
22 }
23
24 /* Link to any cross-referenced Doxygen element inside a code section 
25    (ex: header)
26 */
27 A.code { 
28    text-decoration: none; 
29    font-weight: normal; 
30    color: #4444ee 
31 }
32
33 A.codeRef { 
34    font-weight: normal; 
35    color: #4444ee 
36 }
37
38 A:hover { 
39    text-decoration: none; 
40    background-color: lightblue 
41 }
42
43 DL.el { 
44    margin-left: -1cm 
45 }
46
47 /* A code fragment (ex: header) */
48 DIV.fragment { 
49    width: 100%; 
50    border: none; 
51    background-color: #CCCCCC 
52 }
53
54 /* In the alpha list (coumpound index), style of an alphabetical index letter */
55 DIV.ah { 
56    background-color: #CCCCCC; 
57    font-weight: bold; 
58    color: #ffffff; 
59    margin-bottom: 3px; 
60    margin-top: 3px 
61 }
62
63 /* Method name (+ type) */
64 TD.md { 
65    background-color: lightblue; 
66    font-weight: bold; 
67 }
68
69 /* Method parameter (some of them) */
70 TD.mdname1 { 
71    background-color: lightblue; 
72    font-weight: bold; color: #602020; 
73 }
74
75 /* Method parameter (some of them) */
76 TD.mdname { 
77    background-color: lightblue; 
78    font-weight: bold; 
79    color: #602020; 
80    width: 600px; 
81 }
82
83 /* Separator between methods group (usually empty, seems not supported by IE) */
84 DIV.groupHeader { 
85    margin-left: 16px; 
86    margin-top: 12px; 
87    margin-bottom: 6px; 
88    font-weight: bold 
89 }
90
91 DIV.groupText { 
92    margin-left: 16px; 
93    font-style: italic; 
94    font-size: smaller 
95 }
96
97 BODY { background: #FFFFFF
98 }
99
100 /* BODY { 
101    background: url(sources/bg_salome.gif) 
102 } */
103
104 div.tabs { 
105   text-align: justify; 
106   font-weight: bold;
107   color: #FFFFFF;
108 }
109
110 DIV.div-footer { 
111   margin-left: 1em;
112   margin-right: 1em;
113   margin-bottom: 0.2em;
114   text-align: right;
115   font-size: 9pt; 
116 }
117
118 /* In File List, Coumpound List, etc, 1st column of the index */
119 TD.indexkey { 
120    background-color: #CCCCCC; 
121    font-weight: bold; 
122    padding-right  : 10px; 
123    padding-top    : 2px; 
124    padding-left   : 10px; 
125    padding-bottom : 2px; 
126    margin-left    : 0px; 
127    margin-right   : 0px; 
128    margin-top     : 2px; 
129    margin-bottom  : 2px  
130 }
131
132 /* In File List, Coumpound List, etc, 2nd column of the index */
133 TD.indexvalue { 
134    background-color: #CCCCCC; 
135    font-style: italic; 
136    padding-right  : 10px; 
137    padding-top    : 2px; 
138    padding-left   : 10px; 
139    padding-bottom : 2px; 
140    margin-left    : 0px; 
141    margin-right   : 0px; 
142    margin-top     : 2px; 
143    margin-bottom  : 2px  
144 }
145
146 span.keyword       { color: #008000 }
147 span.keywordtype   { color: #604020 }
148 span.keywordflow   { color: #e08000 }
149 span.comment       { color: #800000 }
150 span.preprocessor  { color: #806020 }
151 span.stringliteral { color: #002080 }
152 span.charliteral   { color: #008080 }