FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
document-api-python/docs/css/main.css at master · andreibad/document-api-python · GitHub
andreibad
/
document-api-python
Public
forked from
tableau/document-api-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
document-api-python
/
docs
/
css
/
main.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
317 lines (259 loc) · 4.82 KB
Breadcrumbs
document-api-python
/
docs
/
css
/
main.css
Copy path
File metadata and controls
317 lines (259 loc) · 4.82 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
/* General CSS */
@import
url
(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
font-family
:
"Open Sans"
,
Helvetica
,
Arial
,
sans-serif;
}
img
{
max-width
:
90
%
;
}
/* Custom CSS for home page */
.
hero-spacer
{
margin-top
:
50
px
;
}
.
hero-feature
{
margin-bottom
:
30
px
;
}
.
blog-content-wrap
{
margin-top
:
20
px
;
padding-top
:
40
px
;
}
/* Custom CSS for the docs */
.
edit-links
{
color
:
#
cccccc
;
}
/* Prevent in-page links from scrolling under top nav */
h2
::
before
,
h3
::
before
{
display
:
block;
content
:
" "
;
margin-top
:
-80
px
;
height
:
80
px
;
visibility
:
hidden;
}
/* Custom CSS for header and footer */
.
site-header
{
width
:
100
%
;
padding
:
24
px
0
px
;
}
img
.
logo
{
height
:
28
px
;
margin-left
:
-18
px
;
}
.
icon
>
svg
{
display
:
inline-block;
width
:
28
px
;
height
:
28
px
;
}
.
icon
>
svg
path
{
fill
:
#
333333
;
}
.
thumb-home
{
height
:
340
px
;
}
.
img-home
{
height
:
150
px
!important
;
margin
:
10
px
;
}
.
tableauIcon
{
margin-left
:
18
px
;
}
.
jumbotron
{
background-color
:
#
fafafa
;
border
:
1
px
solid
#
e8e8e8
;
}
#
community-jumbo
{
background-color
:
#
F0F8FF
;
}
footer
{
margin
:
30
px
0
;
text-align
:
center;
}
.
footer-hr
{
width
:
100
%
;
position
:
relative;
}
table
{
border
:
1
px
solid
#
c2c2c2
;
border-collapse
:
collapse;
margin
:
1
em
0
px
;
}
th
{
font-weight
:
bold;
border
:
1
px
solid
#
c2c2c2
;
text-align
:
left;
padding
:
.3
em
;
vertical-align
:
top;
background-color
:
#
fafafa
;
}
td
{
border
:
1
px
solid
#
c2c2c2
;
text-align
:
left;
padding
:
.3
em
;
vertical-align
:
top;
}
/* So the scroll bar width doesn't cause the page to jump */
html
{
overflow-y
:
scroll;
}
.
label
{
margin-right
:
3
px
;
}
/* to get right navbar icons to respect collapse */
@media
(
max-width
:
992
px
) {
.
navbar-header
{
float
:
none;
}
.
navbar-left
,
.
navbar-right
{
float
:
none
!important
;
}
.
navbar-toggle
{
display
:
block;
}
.
navbar-collapse
{
border-top
:
1
px
solid transparent;
box-shadow
:
inset
0
1
px
0
rgba
(
255
,
255
,
255
,
0.1
);
}
.
navbar-fixed-top
{
top
:
0
;
border-width
:
0
0
1
px
;
}
.
navbar-collapse
.
collapse
{
display
:
none
!important
;
}
.
navbar-nav
{
float
:
none
!important
;
margin-top
:
7.5
px
;
}
.
navbar-nav
>
li
{
float
:
none;
}
.
navbar-nav
>
li
>
a
{
padding-top
:
10
px
;
padding-bottom
:
10
px
;
}
.
collapse
.
in
{
display
:
block
!important
;
}
}
/* Custom css for news section */
.
blog-content
{
margin-bottom
:
70
px
;
}
.
blogul
{
padding
:
0
px
;
}
.
blogul
h1
{
margin-top
:
40
px
;
}
.
blog-content
>
h4
{
margin-top
:
20
px
;
}
.
blog-content
>
ol
{
margin-bottom
:
20
px
;
}
/* Community connectors */
.
thumbnail
{
background-color
:
#
fff
;
border
:
1
px
solid
#
ccc
;
margin
:
12
px
;
}
.
thumbnail
h2
{
border-left
:
2
px
solid
#
337ab7
;
text-decoration
:
none;
font-size
:
20
px
;
padding
:
6
px
;
margin-left
:
10
px
;
}
.
thumbnail
h2
a
{
text-decoration
:
none;
color
:
#
333333
;
}
.
well
{
background-color
:
#
ffffff
;
margin-bottom
:
40
px
;
}
.
tsd-navigation
{
padding
:
10
px
!important
;
}
/* Media queries for responsive design */
#
grid
[
data-columns
]::
before
{
content
:
'3 .column.size-1of3'
;
}
.
column
{
float
:
left; }
.
size-1of3
{
width
:
33.333
%
; }
@media
screen
and
(
max-width
:
767
px
) {
#
grid
[
data-columns
]::
before
{
content
:
'1 .column.size-1of1'
;
}
/* Docs Menu*/
.
docs-menu
,
.
tsd-navigation
{
top
:
20
px
;
position
:
relative;
}
}
@media
screen
and
(
min-width
:
769
px
) {
#
grid
[
data-columns
]::
before
{
content
:
'3 .column.size-1of3'
;
}
/* Docs Menu*/
.
docs-menu
,
.
tsd-navigation
{
position
:
fixed;
overflow
:
auto;
top
:
90
px
;
max-height
:
90
%
;
max-width
:
250
px
;
}
.
content
{
position
:
relative;
margin
:
40
px
0
px
0
px
275
px
;
max-width
:
1000
px
;
}
/* API Reference */
.
ref-content
{
margin
:
40
px
0
px
0
px
275
px
;
max-width
:
1000
px
;
}
}
.
column
{
float
:
left; }
.
size-1of1
{
width
:
100
%
; }
.
size-1of2
{
width
:
50
%
; }
.
size-1of3
{
width
:
33.333
%
; }
/* Legal and Privacy Links */
.
aLegal
{
word-spacing
:
8
px
;
padding-right
:
8
px
;
}
.
copyRight
{
font-size
:
12
px
;
}
.
footer-links
{
display
:
flex;
justify-content
:
center;
list-style
:
none;
padding
:
0
;
flex-wrap
:
wrap;
}
.
footer-links
li
{
margin
:
0
15
px
;
}
.
footer-links
a
{
text-decoration
:
none;
transition
:
color
0.3
s
;
font-size
:
12
px
;
}
.
footer-links
a
:
hover
{
text-decoration
:
underline;
}
/* One Trust Cookie Manager
-------------------- */
#
ot-pc-content
,
.
ot-title-cntr
,
.
ot-pc-footer
{
font-size
:
1.6
rem
;
}
#
ot-pc-footer
{
font-size
:
1.4
rem
;
}
Back
|
FazBrowse Home
|
New Git URL