Salome HOME
88e613d2392388224ab7c6ba85e7aafb73185dac
[modules/smesh.git] / doc / salome / gui / SMESH / 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.tabs { 
119   text-align: justify; 
120   margin-left    : 2px;  
121   margin-right   : 2px;  
122   margin-top     : 2px; 
123   margin-bottom  : 2px
124   font-weight: bold;
125   color: #FFFFFF;
126 }
127
128 DIV.div-footer { 
129   margin-left: 1em;
130   margin-right: 1em;
131   margin-bottom: 0.2em;
132   text-align: right;
133   font-size: 9pt; 
134 }
135
136 /* In File List, Coumpound List, etc, 1st column of the index */
137 TD.indexkey { 
138    background-color: #CCCCCC; 
139    font-weight: bold; 
140    padding-right  : 10px; 
141    padding-top    : 2px; 
142    padding-left   : 10px; 
143    padding-bottom : 2px; 
144    margin-left    : 0px; 
145    margin-right   : 0px; 
146    margin-top     : 2px; 
147    margin-bottom  : 2px  
148 }
149
150 /* In File List, Coumpound List, etc, 2nd column of the index */
151 TD.indexvalue { 
152    background-color: #CCCCCC; 
153    font-style: italic; 
154    padding-right  : 10px; 
155    padding-top    : 2px; 
156    padding-left   : 10px; 
157    padding-bottom : 2px; 
158    margin-left    : 0px; 
159    margin-right   : 0px; 
160    margin-top     : 2px; 
161    margin-bottom  : 2px  
162 }
163
164 span.keyword       { color: #008000 }
165 span.keywordtype   { color: #604020 }
166 span.keywordflow   { color: #e08000 }
167 span.comment       { color: #800000 }
168 span.preprocessor  { color: #806020 }
169 span.stringliteral { color: #002080 }
170 span.charliteral   { color: #008080 }