]> SALOME platform Git repositories - modules/gui.git/blob - doc/salome/tui/SUIT/sources/doxygen.css
Salome HOME
bda0467241b4e5a526d2e9a458edfb79368f3dce
[modules/gui.git] / doc / salome / tui / SUIT / sources / 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: url(sources/bg_salome.gif) 
99 }
100
101 div.tabs { 
102   text-align: justify; 
103   font-weight: bold;
104   color: #FFFFFF;
105 }
106
107 DIV.div-footer { 
108   margin-left: 1em;
109   margin-right: 1em;
110   margin-bottom: 0.2em;
111   text-align: right;
112   font-size: 9pt; 
113 }
114
115 /* In File List, Coumpound List, etc, 1st column of the index */
116 TD.indexkey { 
117    background-color: #CCCCCC; 
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  
127 }
128
129 /* In File List, Coumpound List, etc, 2nd column of the index */
130 TD.indexvalue { 
131    background-color: #CCCCCC; 
132    font-style: italic; 
133    padding-right  : 10px; 
134    padding-top    : 2px; 
135    padding-left   : 10px; 
136    padding-bottom : 2px; 
137    margin-left    : 0px; 
138    margin-right   : 0px; 
139    margin-top     : 2px; 
140    margin-bottom  : 2px  
141 }
142
143 span.keyword       { color: #008000 }
144 span.keywordtype   { color: #604020 }
145 span.keywordflow   { color: #e08000 }
146 span.comment       { color: #800000 }
147 span.preprocessor  { color: #806020 }
148 span.stringliteral { color: #002080 }
149 span.charliteral   { color: #008080 }