FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
website-sqlnotebook.com/sqlnotebook.css at main · brianluft/website-sqlnotebook.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
brianluft
/
website-sqlnotebook.com
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
website-sqlnotebook.com
/
sqlnotebook.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
157 lines (157 loc) · 2.83 KB
Breadcrumbs
website-sqlnotebook.com
/
sqlnotebook.css
Copy path
File metadata and controls
157 lines (157 loc) · 2.83 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
*
{
-webkit-text-size-adjust
:
none;
text-size-adjust
:
none;
}
html
{
overflow-y
:
scroll;
}
body
{
font-family
:
'Segoe UI'
,
sans-serif;
margin
:
0
auto;
max-width
:
900
px
;
line-height
:
150
%
;
padding
:
15
px
;
color
:
#
444444
;
}
a
#
title
{
color
:
black;
font-size
:
32
px
;
font-weight
:
500
;
letter-spacing
:
-0.5
px
;
}
a
#
title
:
hover
{
text-decoration
:
none;
}
ul
.
nav
{
padding-left
:
0
px
;
padding-top
:
0
px
;
margin
:
0
px
;
}
ul
.
nav
li
{
display
:
inline-block;
padding-right
:
15
px
;
font-size
:
20
px
;
font-weight
:
500
;
}
pre
,
code
,
tt
{
font-family
:
'Consolas'
,
'Monaco'
,
monospace;
}
a
,
a
:
visited
{
color
:
#
2ca089
;
text-decoration
:
none;
}
a
:
hover
{
text-decoration
:
underline;
}
div
#
article
{
margin-top
:
20
px
;
margin-bottom
:
40
px
;
}
div
#
footer
{
margin-bottom
:
75
px
;
text-align
:
right;
}
hr
{
height
:
6
px
;
border-width
:
0
;
color
:
#
eeeeee
;
background-color
:
#
eeeeee
;
}
div
.
figure
{
text-align
:
center;
}
div
.
caption
{
font-size
:
8
pt
;
font-style
:
italic;
color
:
gray;
}
li
{
margin-bottom
:
15
px
;
}
ul
.
nav
li
,
ul
.
doc-list
li
,
ul
.
enum
li
,
ul
.
tight
li
{
margin-bottom
:
0
;
}
ul
.
enum
{
margin-top
:
5
px
;
}
ul
.
enum
li
{
margin-bottom
:
0
px
;
}
th
{
font-weight
:
normal;
text-align
:
left;
background
:
#
f6f6f6
;
}
th
,
td
{
border
:
1
px
solid
#
eee
;
padding
:
3
px
10
px
3
px
10
px
;
}
table
{
border-collapse
:
collapse;
margin-top
:
10
px
;
margin-bottom
:
10
px
;
}
code
{
font-size
:
11
pt
;
}
h1
{
font-size
:
24
px
;
}
h1
code
{
font-size
:
22
px
;
}
h2
{
font-size
:
20
px
;
margin-top
:
40
px
;
}
h3
{
font-size
:
18
px
;
}
img
,
a
img
{
border
:
0
;
}
ul
.
doc-list
{
font-size
:
14
px
;
line-height
:
150
%
;
margin-bottom
:
30
px
;
}
span
#
header-doc-short
{
display
:
none;
}
img
.
railroad
{
max-width
:
100
%
;
}
table
.
nav
td
{
border
:
0
;
vertical-align
:
middle;
padding
:
0
;
}
.
gray-border
{
box-shadow
:
#
2ca089
0
2
px
3
px
;
}
div
.
screenshot-border
{
display
:
inline-block;
border-radius
:
4
px
;
background
:
#
9addd0
;
padding
:
10
px
;
}
div
.
screenshot-border
img
{
vertical-align
:
middle;
}
@media
only
screen
and
(
max-width
:
600
px
) {
iframe
#
github-star
{
display
:
none; }
span
#
header-doc-long
{
display
:
none; }
span
#
header-doc-short
{
display
:
inline; }
}
@media
only
screen
and
(
min-width
:
600
px
)
and
(
max-width
:
750
px
) {
img
.
scale
{
zoom
:
0.8
}
}
@media
only
screen
and
(
min-width
:
450
px
)
and
(
max-width
:
600
px
) {
img
.
scale
{
zoom
:
0.6
}
}
@media
only
screen
and
(
min-width
:
300
px
)
and
(
max-width
:
450
px
) {
img
.
scale
{
zoom
:
0.4
}
}
@media
only
screen
and
(
max-width
:
300
px
) {
img
.
scale
{
display
:
none; }
}
Back
|
FazBrowse Home
|
New Git URL