Salome HOME
389449d8746fde543d6fea6e87c8bd6955370b38
[modules/smesh.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 { 
98    background: #FFFFFF;
99 }
100
101 /*div.div-page { 
102   background-color: #FFFFFF; 
103   margin-left: 1em;
104   margin-right: 1em;
105   margin-top: 1em;
106   margin-bottom: 0.1em;
107
108   padding-left: 1em;
109   padding-right: 1em;
110   padding-top: 0.5em;
111   padding-bottom: 0.5em;
112
113   border: 2px solid #0D299A; 
114   border-width: 2px;
115   border-color: #0D299A; 
116 }*/
117
118 DIV.div-footer { 
119   margin-left: 1em;
120   margin-right: 1em;
121   margin-bottom: 0.2em;
122   text-align: right;
123   font-size: 9pt; 
124 }
125
126 /* In File List, Coumpound List, etc, 1st column of the index */
127 TD.indexkey { 
128    background-color: #CCCCCC; 
129    font-weight: bold; 
130    padding-right  : 10px; 
131    padding-top    : 2px; 
132    padding-left   : 10px; 
133    padding-bottom : 2px; 
134    margin-left    : 0px; 
135    margin-right   : 0px; 
136    margin-top     : 2px; 
137    margin-bottom  : 2px  
138 }
139
140 /* In File List, Coumpound List, etc, 2nd column of the index */
141 TD.indexvalue { 
142    background-color: #CCCCCC; 
143    font-style: italic; 
144    padding-right  : 10px; 
145    padding-top    : 2px; 
146    padding-left   : 10px; 
147    padding-bottom : 2px; 
148    margin-left    : 0px; 
149    margin-right   : 0px; 
150    margin-top     : 2px; 
151    margin-bottom  : 2px  
152 }
153
154 span.keyword       { color: #008000 }
155 span.keywordtype   { color: #604020 }
156 span.keywordflow   { color: #e08000 }
157 span.comment       { color: #800000 }
158 span.preprocessor  { color: #806020 }
159 span.stringliteral { color: #002080 }
160 span.charliteral   { color: #008080 }