blob: ea7f4dccc0df56d441b4f239742dbea293898acf [file] [log] [blame]
Ryan OShea2bbfaa72020-02-12 16:15:27 +00001/* Copyright (c) 2020 ARM Limited. */
Ryan OSheaf3a43232020-02-12 16:15:27 +00002/* Changes to tabs.css */
3
4.tabs, .tabs2, .tabs3 {
Ryan OSheaf3a43232020-02-12 16:15:27 +00005 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
67h2.groupheader {
68 border-bottom: 1px solid #979797;
69 color: #4C4C4C;
70}
71
72h1, h2, h3, h4, h5, h6 {
73 font-weight : normal;
74}
75
76h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
77 text-shadow: 0 0 15px #007fa3;
78}
79
80div.qindex, div.navtab{
81 background-color: #EBEBEB;
82 border: 1px solid #B4B4B4;
83}
84
85div.qindex, div.navpath {
86 position : relative;
87}
88
89a {
90 color: #444444;
91}
92
93.contents a:visited {
94 color: #666666;
95}
96
97a.qindexHL {
98 background-color: #AFAFAf;
99 border: 1px double #9D9D9D;
100}
101
102a.code, a.code:visited {
103 color: #444444;
104}
105
106a.codeRef, a.codeRef:visited {
107 color: #444444;
108}
109
110div.fragment {
111 background-color: #FCFCFC;
112 border: 1px solid #CFCFCF;
Ryan OShea2bbfaa72020-02-12 16:15:27 +0000113 padding: 8px;
114 margin: 10px 2px;
Ryan OSheaf3a43232020-02-12 16:15:27 +0000115}
116
117div.line.glow {
118 background-color: #007fa3;
119}
120
121body {
122 background-color: #EEE;
123}
124
125.memberdecls td.glow, .fieldtable tr.glow {
126 background-color: #007fa3;
127}
128
Ryan OSheaf3a43232020-02-12 16:15:27 +0000129.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
144table.doxtable td, table.doxtable th {
145 border: 1px solid #2D2D2D;
146}
147
148table.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
164dl.note
165{
166 border-color: #f68a33;
167}
168
Ryan OSheaf3a43232020-02-12 16:15:27 +0000169#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
196a.copyright {
197 color: #FFFFFF;
198}
199
200a.copyright:hover {
201 color: #FFFFFF;
202}
203
204a.copyright:visited {
205 color: #FFFFFF;
206}
207
208div.toc h3 {
209 font: bold 12px/1.2 Arial,FreeSans,sans-serif;
210 color: #007fa3;
211 border-bottom: 0 none;
212 margin: 0;
213}