FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Pagination/main.css at master · PranamBhat/JavaScript-Pagination · GitHub
PranamBhat
/
JavaScript-Pagination
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
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
JavaScript-Pagination
/
main.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
80 lines (67 loc) · 1.28 KB
Breadcrumbs
JavaScript-Pagination
/
main.css
Copy path
File metadata and controls
80 lines (67 loc) · 1.28 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
*
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box;
font-family
:
sans-serif;
}
body
{
background
:
#
F3F3F3
;
}
header
{
display
:
flex;
justify-content
:
center;
align-items
:
center;
height
:
60
px
;
background-color
:
#
EEE
;
box-shadow
:
0
px
0
px
10
px
rgba
(
0
,
0
,
0
,
0.2
);
}
main
{
display
:
flex;
flex-direction
:
column;
align-items
:
center;
}
main
.
list
{
width
:
100
%
;
max-width
:
768
px
;
background-color
:
#
FFF
;
border
:
1
px
solid
#
CCC
;
margin-top
:
25
px
;
}
main
.
list
.
item
{
padding
:
15
px
;
border-bottom
:
1
px
solid
#
CCC
;
}
main
.
list
.
item
:
last-of-type
{
border-bottom
:
none;
}
main
.
list
.
item
:
hover
{
background
:
rgba
(
0
,
0
,
0
,
0.05
);
}
.
pagenumbers
{
display
:
flex;
flex-wrap
:
wrap;
justify-content
:
center;
align-items
:
center;
}
.
pagenumbers
button
{
width
:
50
px
;
height
:
50
px
;
appearance
:
none;
border
:
none;
outline
:
none;
cursor
:
pointer;
background-color
:
#
44AAEE
;
margin
:
5
px
;
transition
:
0.4
s
;
color
:
#
FFF
;
font-size
:
18
px
;
text-shadow
:
0
px
0
px
4
px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
px
0
px
4
px
rgba
(
0
,
0
,
0
,
0.2
);
}
.
pagenumbers
button
:
hover
{
background-color
:
#
44EEAA
;
}
.
pagenumbers
button
.
active
{
background-color
:
#
44EEAA
;
box-shadow
:
inset
0
px
0
px
4
px
rgba
(
0
,
0
,
0
,
0.2
);
}
Back
|
FazBrowse Home
|
New Git URL