FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DBUtils/docs/doc.css at main · WebwareForPython/DBUtils · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebwareForPython
/
DBUtils
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
379
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DBUtils
/
docs
/
doc.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (71 loc) · 1.08 KB
Breadcrumbs
DBUtils
/
docs
/
doc.css
Copy path
File metadata and controls
75 lines (71 loc) · 1.08 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
/*
Style sheet for DBUtils documentation pages.
*/
/* First import default style for pages created with Docutils: */
@import
url
(docutils.css);
/* Customization for DBUtils goes here: */
p
{
margin-top
:
6
pt
;
margin-bottom
:
6
pt
;
text-align
:
justify;
}
li
{
margin-bottom
:
6
pt
;
}
h1
,
h2
{
color
:
#
002352
;
}
h3
,
h4
{
color
:
#
002352
;
}
h1
{
font-size
:
18
pt
;
}
h2
{
font-size
:
16
pt
;
}
h3
{
font-size
:
14
pt
;
}
h1
.
title
{
padding
:
4
pt
;
margin-bottom
:
12
pt
;
text-align
:
center;
border-bottom
:
1
pt
solid
#
025
;
padding-bottom
:
8
pt
;
}
.
contents
ul
{
list-style
:
none;
margin-bottom
:
24
pt
;
padding-left
:
0
em
;
margin-left
:
2
em
;
}
.
contents
ul
li
{
font-size
:
14
pt
;
margin-bottom
:
2
pt
;
}
.
contents
ul
ul
{
list-style-type
:
none;
margin-top
:
1
pt
;
margin-bottom
:
1
pt
;
padding-left
:
0
em
;
margin-left
:
1.5
em
;
}
.
contents
ul
ul
li
{
font-size
:
13
pt
;
margin-bottom
:
1
pt
;
}
.
contents
>
p
.
topic-title
{
font-size
:
24
pt
;
}
.
warning
{
color
:
brown;
}
.
admonition-title
{
background-color
:
#
F5F5DC
;
padding
:
1
pt
3
pt
;
}
.
admonition-title
::
before
{
content
:
"⚠"
;
margin-right
:
.5
em
;
}
Back
|
FazBrowse Home
|
New Git URL