IVGCVSW-3726 - Doxygen Beautification
[platform/upstream/armnn.git] / docs / stylesheet.css
1 /* Changes to tabs.css */
2
3 .tabs, .tabs2, .tabs3 {
4     /* box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3); */
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 }
114
115 div.line.glow {
116     background-color: #007fa3;
117 }
118
119 body {
120     background-color: #EEE;
121 }
122
123 .memberdecls td.glow, .fieldtable tr.glow {
124     background-color: #007fa3;
125 }
126
127 .memitem.glow {
128     /* box-shadow: 0 0 15px orange; */
129 }
130
131 .memproto, dl.reflist dt {
132     border-top: 1px solid #B8B8B8;
133     border-left: 1px solid #B8B8B8;
134     border-right: 1px solid #B8B8B8;
135     color: #333333;
136     background-color: #E2E2E2;
137 }
138
139 .memdoc, dl.reflist dd {
140     border-bottom: 1px solid #B8B8B8;
141     border-left: 1px solid #B8B8B8;
142     border-right: 1px solid #B8B8B8;
143     background-color: #FCFCFC;
144 }
145
146 table.doxtable td, table.doxtable th {
147     border: 1px solid #2D2D2D;
148 }
149
150 table.doxtable th {
151     background-color: #373737;
152 }
153
154 .navpath li.navelem a
155 {
156     color: white;
157     text-shadow: none;
158 }
159
160 .navpath li.navelem a:hover
161 {
162     color:white;
163     text-shadow : 0px 1px 1px rgba(0, 0, 0, 1.0);
164 }
165
166 dl.note
167 {
168     border-color: #f68a33;
169 }
170
171 #projectlogo
172 {
173     width:150px;
174     text-align:left;
175 }
176
177 #projectname
178 {
179     font: 200% Tahoma, Arial,sans-serif;
180     color : #676767;
181     overflow:hidden;
182 }
183
184 #projectname #armdevcenter
185 {
186     float:right;
187     padding-right: 20px;
188 }
189
190 #eula
191 {
192     font-size: 80%;
193     font-weight: bold;
194 }
195
196 #titlearea
197 {
198     background-color : white;
199     border-top: 5px solid white;
200     border-left: 10px solid white;
201     border-bottom: none;
202 }
203
204 a.copyright {
205     color: #FFFFFF;
206 }
207
208 a.copyright:hover {
209     color: #FFFFFF;
210 }
211
212 a.copyright:visited {
213     color: #FFFFFF;
214 }
215
216 div.toc h3 {
217     font: bold 12px/1.2 Arial,FreeSans,sans-serif;
218     color: #007fa3;
219     border-bottom: 0 none;
220     margin: 0;
221 }