forked from arrayfire/arrayfire
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharrayfire.css
More file actions
196 lines (162 loc) · 2.87 KB
/
arrayfire.css
File metadata and controls
196 lines (162 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/* The standard CSS for doxygen 1.8.5 */
body, table, div, p, dl
{
font : 400 12px/22px Lucida Grande, Verdana, Geneva, Arial, sans-serif;
}
p
{
padding-left : 10px;
}
p code
{
font-weight : bold;
background-color: #F7F7F7;
}
/* @group Heading Levels */
/* Increase the size of the page title */
.title
{
font-size : 250%;
}
/* Remove space above line items */
ul
{
margin-top : 0em;
}
/* Slightly pad subsections */
h2, h3, h4, h5
{
padding-left : 10px;
margin-bottom : 0px;
}
/* Margins on the left of the code */
div.line
{
margin-left : 15px;
}
a.code, a.code:visited, a.line, a.line:visited
{
color : #4665A2;
}
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited
{
color : #4665A2;
}
/*image and image groups*/
div.image_group
{
text-align : center;
}
div.image_group > div
{
display : inline-block;
}
div.scaled > img
{
max-width : 250px;
}
div.scaled > img:hover
{
z-index : 255; /* Hovered image to be shown on top of all */
background : #ffffff;
border : 1px solid #000000;
-ms-transform : scale(2, 2);
-webkit-transform : scale(2, 2);
-moz-transform : scale(2, 2);
transform : scale(2, 2);
}
/*ArrayFire Feature Support Settings*/
div.support
{
text-align : right;
}
div.support *
{
display : inline-block;
max-width : 50px;
}
#under_logo
{
font-size : 2em;
max-width : 25px;
color : #000000;
}
#projectbrief
{
color : #555555
}
#projectlogo
{
width : 300px;
text-align : left;
}
#projectnumber
{
max-width : 25px;
}
#projectname
{
font-size : 3em;
max-width : 25px;
color : #555555
}
#gsearch
{
width : 20%;
}
.tablist span
{
font-weight : normal;
font-family : "Raleway","Helvetica Neue",Helvetica,sans-serif;
color : #FFFFFF;
text-shadow : none;
}
#side-nav {
height: 100%
}
#nav-tree
{
background-color : #F7F7F7;
}
div.toc
{
background-color : #F7F7F7;
border : 1px solid #DFDFDF;
}
#nav-tree
{
background-color : #F7F7F7;
}
div.toc
{
background-color : #F7F7F7;
border : 1px solid #DFDFDF;
}
.tablist a
{
background-image:url('tab_b.png');
}
div.header
{
background-image : none;
background-color : #F7F7F7;
border-bottom : 1px solid #DFDFDF;
}
#nav-tree
{
background-image : none;
}
.ui-resizable-e
{
background : url("ftv2splitbar1.png") repeat scroll right center transparent;
}
div.fragment
{
background-color : #F7F7F7;
border : 1px solid #DFDFDF;
}
pre
{
overflow : hidden;
}
/* @end */