• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* The standard CSS for doxygen */
2
3pre.fragment {
4        padding: 4px 6px;
5        margin: 4px 8px 4px 2px;
6        overflow: auto;
7        word-wrap: break-word;
8        font-size:  12pt;
9        line-height: 125%;
10        font-family: monospace, fixed;
11        font-size: 110%;
12}
13
14div.fragment {
15        padding: 4px;
16        margin: 4px;
17}
18
19div.line {
20	font-family: monospace, fixed;
21        font-size: 16px;
22	min-height: 13px;
23	line-height: 1.0;
24	text-wrap: unrestricted;
25	white-space: -moz-pre-wrap; /* Moz */
26	white-space: -pre-wrap;     /* Opera 4-6 */
27	white-space: -o-pre-wrap;   /* Opera 7 */
28	white-space: pre-wrap;      /* CSS3  */
29	word-wrap: break-word;      /* IE 5.5+ */
30	text-indent: -53px;
31	padding-left: 53px;
32	padding-bottom: 0px;
33	margin: 0px;
34	-webkit-transition-property: background-color, box-shadow;
35	-webkit-transition-duration: 0.5s;
36	-moz-transition-property: background-color, box-shadow;
37	-moz-transition-duration: 0.5s;
38	-ms-transition-property: background-color, box-shadow;
39	-ms-transition-duration: 0.5s;
40	-o-transition-property: background-color, box-shadow;
41	-o-transition-duration: 0.5s;
42	transition-property: background-color, box-shadow;
43	transition-duration: 0.5s;
44}
45
46div.line.glow {
47	background-color: cyan;
48	box-shadow: 0 0 10px cyan;
49}
50
51
52span.lineno {
53	padding-right: 4px;
54	text-align: right;
55	border-right: 2px solid #0F0;
56        white-space: pre;
57}
58
59div.groupHeader {
60	margin-left: 16px;
61	margin-top: 12px;
62	font-weight: bold;
63}
64
65div.groupText {
66	margin-left: 16px;
67	font-style: italic;
68}
69
70
71td.indexkey {
72	background-color: #EBEFF6;
73	font-weight: bold;
74	border: 1px solid #C4CFE5;
75	margin: 2px 0px 2px 0;
76	padding: 2px 10px;
77        white-space: nowrap;
78        vertical-align: top;
79}
80
81td.indexvalue {
82	background-color: #EBEFF6;
83	border: 1px solid #C4CFE5;
84	padding: 2px 10px;
85	margin: 2px 0px;
86}
87
88tr.memlist {
89	background-color: #EEF1F7;
90}
91
92p.formulaDsp {
93	text-align: center;
94}
95
96img.formulaDsp {
97
98}
99
100img.formulaInl {
101	vertical-align: middle;
102}
103
104div.center {
105	text-align: center;
106        margin-top: 0px;
107        margin-bottom: 0px;
108        padding: 0px;
109}
110
111div.center img {
112	border: 0px;
113}
114
115address.footer {
116	text-align: right;
117	padding-right: 12px;
118}
119
120img.footer {
121	border: 0px;
122	vertical-align: middle;
123}
124
125/* @group Code Colorization */
126
127span.keyword {
128	color: #008000
129}
130
131span.keywordtype {
132	color: #604020
133}
134
135span.keywordflow {
136	color: #e08000
137}
138
139span.comment {
140	color: #800000
141}
142
143span.preprocessor {
144	color: #806020
145}
146
147span.stringliteral {
148	color: #002080
149}
150
151span.charliteral {
152	color: #008080
153}
154
155span.vhdldigit {
156	color: #ff00ff
157}
158
159span.vhdlchar {
160	color: #000000
161}
162
163span.vhdlkeyword {
164	color: #700070
165}
166
167span.vhdllogic {
168	color: #ff0000
169}
170
171
172/* @end */
173
174