packaging: enable SHARED_BOOST flag
[platform/upstream/armnn.git] / docs / stylesheet.css
1 /* Copyright (c) 2020 ARM Limited. */
2 /* Changes to tabs.css */
3
4 .tabs, .tabs2, .tabs3 {
5     position: relative;
6 }
7
8 .tablist li {
9     line-height: 32px;
10 }
11
12 .tablist a {
13     color: #FFFFFF;
14     text-shadow: none;
15 }
16
17 .tablist a:hover {
18     text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
19     text-decoration: none;
20     background-repeat: no-repeat;
21     background-image: url('tab_s.png');;
22 }
23
24 .tablist li.current a {
25     text-shadow: none;
26 }
27
28 /* Changes to navtree.css */
29
30 #nav-tree .selected {
31     background-image: url('tab_a_nav.png');
32     border-radius: 15px;
33     text-shadow: none;
34 }
35
36 #nav-tree .label a {
37     color: #444444;
38 }
39
40 #nav-tree .selected a {
41     color: #007fa3;
42     font-weight: bold
43 }
44
45 #nav-tree {
46     background-color: #fafafa;
47 }
48
49 #doc-content {
50     background-color: #fafafa;
51 }
52
53 .ui-resizable-e {
54     background: none;
55     background-color : lightgray;
56     width:4px;
57 }
58
59 #nav-tree {
60     background-image: none;
61     background-color: #fafafa;
62 }
63
64
65 /* Changes to doxygen.css */
66
67 h2.groupheader {
68     border-bottom: 1px solid #979797;
69     color: #4C4C4C;
70 }
71
72 h1, h2, h3, h4, h5, h6 {
73     font-weight : normal;
74 }
75
76 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
77     text-shadow: 0 0 15px #007fa3;
78 }
79
80 div.qindex, div.navtab{
81     background-color: #EBEBEB;
82     border: 1px solid #B4B4B4;
83 }
84
85 div.qindex, div.navpath {
86     position : relative;
87 }
88
89 a {
90     color: #444444;
91 }
92
93 .contents a:visited {
94     color: #666666;
95 }
96
97 a.qindexHL {
98     background-color: #AFAFAf;
99     border: 1px double #9D9D9D;
100 }
101
102 a.code, a.code:visited {
103     color: #444444;
104 }
105
106 a.codeRef, a.codeRef:visited {
107     color: #444444;
108 }
109
110 div.fragment {
111     background-color: #FCFCFC;
112     border: 1px solid #CFCFCF;
113     padding: 8px;
114     margin: 10px 2px;
115 }
116
117 div.line.glow {
118     background-color: #007fa3;
119 }
120
121 body {
122     background-color: #EEE;
123 }
124
125 .memberdecls td.glow, .fieldtable tr.glow {
126     background-color: #007fa3;
127 }
128
129 .memproto, dl.reflist dt {
130     border-top: 1px solid #B8B8B8;
131     border-left: 1px solid #B8B8B8;
132     border-right: 1px solid #B8B8B8;
133     color: #333333;
134     background-color: #E2E2E2;
135 }
136
137 .memdoc, dl.reflist dd {
138     border-bottom: 1px solid #B8B8B8;
139     border-left: 1px solid #B8B8B8;
140     border-right: 1px solid #B8B8B8;
141     background-color: #FCFCFC;
142 }
143
144 table.doxtable td, table.doxtable th {
145     border: 1px solid #2D2D2D;
146 }
147
148 table.doxtable th {
149     background-color: #373737;
150 }
151
152 .navpath li.navelem a
153 {
154     color: white;
155     text-shadow: none;
156 }
157
158 .navpath li.navelem a:hover
159 {
160     color:white;
161     text-shadow : 0px 1px 1px rgba(0, 0, 0, 1.0);
162 }
163
164 dl.note
165 {
166     border-color: #f68a33;
167 }
168
169 #projectname
170 {
171     font: 200% Tahoma, Arial,sans-serif;
172     color : #676767;
173     overflow:hidden;
174 }
175
176 #projectname #armdevcenter
177 {
178     float:right;
179     padding-right: 20px;
180 }
181
182 #eula
183 {
184     font-size: 80%;
185     font-weight: bold;
186 }
187
188 #titlearea
189 {
190     background-color : white;
191     border-top: 5px solid white;
192     border-left: 10px solid white;
193     border-bottom: none;
194 }
195
196 a.copyright {
197     color: #FFFFFF;
198 }
199
200 a.copyright:hover {
201     color: #FFFFFF;
202 }
203
204 a.copyright:visited {
205     color: #FFFFFF;
206 }
207
208 div.toc h3 {
209     font: bold 12px/1.2 Arial,FreeSans,sans-serif;
210     color: #007fa3;
211     border-bottom: 0 none;
212     margin: 0;
213 }