• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1h1, .h1, h2, .h2, h3, .h3{
2    font-weight: 200 !important;
3}
4
5#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
6    border-bottom: 1px solid #EEEEEE;
7}
8
9.adjust-right {
10margin-left: 30px !important;
11font-size: 1.15em !important;
12}
13.navbar{
14 border: 0px solid #222 !important;
15}
16
17
18/* Sticky footer styles
19-------------------------------------------------- */
20html,
21body {
22    height: 100%;
23    /* The html and body elements cannot have any padding or margin. */
24}
25
26/* Wrapper for page content to push down footer */
27#wrap {
28    min-height: 100%;
29    height: auto;
30    /* Negative indent footer by its height */
31    margin: 0 auto -60px;
32    /* Pad bottom by footer height */
33    padding: 0 0 60px;
34}
35
36/* Set the fixed height of the footer here */
37#footer {
38    font-size: 0.9em;
39    padding: 8px 0px;
40    background-color: #f5f5f5;
41}
42
43.footer-row {
44    line-height: 44px;
45}
46
47#footer > .container {
48    padding-left: 15px;
49    padding-right: 15px;
50}
51
52.footer-follow-icon {
53    margin-left: 3px;
54    text-decoration: none !important;
55}
56
57.footer-follow-icon img {
58    width: 20px;
59}
60
61.footer-link {
62    padding-top: 5px;
63    display: inline-block;
64    color: #999999;
65    text-decoration: none;
66}
67
68.footer-copyright {
69    text-align: center;
70}
71
72
73@media (min-width: 992px) {
74    .footer-row {
75        text-align: left;
76    }
77
78    .footer-icons {
79        text-align: right;
80    }
81}
82@media (max-width: 991px) {
83    .footer-row {
84        text-align: center;
85    }
86
87    .footer-icons {
88        text-align: center;
89    }
90}
91
92/* DOXYGEN Code Styles
93----------------------------------- */
94
95
96a.qindex {
97    font-weight: bold;
98}
99
100a.qindexHL {
101    font-weight: bold;
102    background-color: #9CAFD4;
103    color: #ffffff;
104    border: 1px double #869DCA;
105}
106
107.contents a.qindexHL:visited {
108    color: #ffffff;
109}
110
111a.code, a.code:visited, a.line, a.line:visited {
112    color: #4665A2;
113}
114
115a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
116    color: #4665A2;
117}
118
119/* @end */
120
121dl.el {
122    margin-left: -1cm;
123}
124
125pre.fragment {
126    border: 1px solid #C4CFE5;
127    background-color: #FBFCFD;
128    padding: 4px 6px;
129    margin: 4px 8px 4px 2px;
130    overflow: auto;
131    word-wrap: break-word;
132    font-size:  9pt;
133    line-height: 125%;
134    font-family: monospace, fixed;
135    font-size: 105%;
136}
137
138div.fragment {
139    padding: 4px 6px;
140    margin: 4px 8px 4px 2px;
141    border: 1px solid #C4CFE5;
142}
143
144div.line {
145    font-family: monospace, fixed;
146    font-size: 13px;
147    min-height: 13px;
148    line-height: 1.0;
149    text-wrap: unrestricted;
150    white-space: -moz-pre-wrap; /* Moz */
151    white-space: -pre-wrap;     /* Opera 4-6 */
152    white-space: -o-pre-wrap;   /* Opera 7 */
153    white-space: pre-wrap;      /* CSS3  */
154    word-wrap: break-word;      /* IE 5.5+ */
155    text-indent: -53px;
156    padding-left: 53px;
157    padding-bottom: 0px;
158    margin: 0px;
159    -webkit-transition-property: background-color, box-shadow;
160    -webkit-transition-duration: 0.5s;
161    -moz-transition-property: background-color, box-shadow;
162    -moz-transition-duration: 0.5s;
163    -ms-transition-property: background-color, box-shadow;
164    -ms-transition-duration: 0.5s;
165    -o-transition-property: background-color, box-shadow;
166    -o-transition-duration: 0.5s;
167    transition-property: background-color, box-shadow;
168    transition-duration: 0.5s;
169}
170
171div.line.glow {
172    background-color: cyan;
173    box-shadow: 0 0 10px cyan;
174}
175
176
177span.lineno {
178    padding-right: 4px;
179    text-align: right;
180    border-right: 2px solid #0F0;
181    background-color: #E8E8E8;
182    white-space: pre;
183}
184span.lineno a {
185    background-color: #D8D8D8;
186}
187
188span.lineno a:hover {
189    background-color: #C8C8C8;
190}
191
192div.groupHeader {
193    margin-left: 16px;
194    margin-top: 12px;
195    font-weight: bold;
196}
197
198div.groupText {
199    margin-left: 16px;
200    font-style: italic;
201}
202
203/* @group Code Colorization */
204
205span.keyword {
206    color: #008000
207}
208
209span.keywordtype {
210    color: #604020
211}
212
213span.keywordflow {
214    color: #e08000
215}
216
217span.comment {
218    color: #800000
219}
220
221span.preprocessor {
222    color: #806020
223}
224
225span.stringliteral {
226    color: #002080
227}
228
229span.charliteral {
230    color: #008080
231}
232
233span.vhdldigit {
234    color: #ff00ff
235}
236
237span.vhdlchar {
238    color: #000000
239}
240
241span.vhdlkeyword {
242    color: #700070
243}
244
245span.vhdllogic {
246    color: #ff0000
247}
248
249blockquote {
250    background-color: #F7F8FB;
251    border-left: 2px solid #9CAFD4;
252    margin: 0 24px 0 4px;
253    padding: 0 12px 0 16px;
254}
255