FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Leetcode-Analyzer/styleForTable.css at main · prashant-smart/Leetcode-Analyzer · GitHub
prashant-smart
/
Leetcode-Analyzer
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
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
Leetcode-Analyzer
/
styleForTable.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (94 loc) · 1.81 KB
Breadcrumbs
Leetcode-Analyzer
/
styleForTable.css
Copy path
File metadata and controls
97 lines (94 loc) · 1.81 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
table
{
border-spacing
:
1
;
border-collapse
:
collapse;
background
:
white;
border-radius
:
6
px
;
overflow
:
hidden;
max-width
:
800
px
;
width
:
100
%
;
margin
:
0
auto;
position
:
relative;
}
table
*
{
position
:
relative;
}
table
td
,
table
th
{
padding-left
:
8
px
;
}
table
thead
tr
{
height
:
60
px
;
background
:
rgb
(
220
255
206
);;
font
-
size
:
16px;
}
table
tbody
tr
{
height
:
48
px
;
border-bottom
:
1
px
solid
rgb
(
220
255
206
);;
}
table
tbody
tr
:
last-child
{
border
:
0
;
}
table
td
,
table
th
{
text-align
:
left;
}
table
td
.
l
,
table
th
.
l
{
text-align
:
right;
}
table
td
.
c
,
table
th
.
c
{
text-align
:
center;
}
table
td
.
r
,
table
th
.
r
{
text-align
:
center;
}
@media
screen
and
(
max-width
:
35.5
em
) {
table
{
display
:
block;
}
table
>
*
,
table
tr
,
table
td
,
table
th
{
display
:
block;
}
table
thead
{
display
:
none;
}
table
tbody
tr
{
height
:
auto;
padding
:
8
px
0
;
}
table
tbody
tr
td
{
padding-left
:
45
%
;
margin-bottom
:
12
px
;
}
table
tbody
tr
td
:
last-child
{
margin-bottom
:
0
;
}
table
tbody
tr
td
:
before
{
position
:
absolute;
font-weight
:
700
;
width
:
40
%
;
left
:
10
px
;
top
:
0
;
}
table
tbody
tr
td
:
nth-child
(
1
)
:
before
{
content
:
"Code"
;
}
table
tbody
tr
td
:
nth-child
(
2
)
:
before
{
content
:
"Stock"
;
}
table
tbody
tr
td
:
nth-child
(
3
)
:
before
{
content
:
"Cap"
;
}
table
tbody
tr
td
:
nth-child
(
4
)
:
before
{
content
:
"Inch"
;
}
table
tbody
tr
td
:
nth-child
(
5
)
:
before
{
content
:
"Box Type"
;
}
}
body
{
/* background: #9BC86A; */
font
:
400
14
px
'Calibri'
,
'Arial'
;
padding
:
20
px
;
}
blockquote
{
color
:
white;
text-align
:
center;
}
Back
|
FazBrowse Home
|
New Git URL