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