-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblue_pagination.css
More file actions
82 lines (79 loc) · 1.67 KB
/
blue_pagination.css
File metadata and controls
82 lines (79 loc) · 1.67 KB
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
.tbl-generator-blue {
margin:0px;padding:0px;
box-shadow: 10px 10px 5px #888888;
border:1px solid #5656ff;
background-color:#ffffff;
}.tbl-generator-blue table{
background-color:blue;
color:white;
}.tbl-generator-blue tr:first-child th{
background-color:blue;
color:white;
}.tbl-generator-blue tr:nth-child(odd){
background-color:#66ccff;
}.tbl-generator-blue tr:nth-child(even) {
background-color:#3399ff;
}.tbl-generator-blue tr:hover td{
background-color:blue;
color:white;
}
.pagination {
list-style: none;
display: inline-block;
padding: 0;
margin-top: 10px;
}
.pagination li {
display: inline;
text-align: center;
}
.pagination a {
float: left;
display: block;
font-size: 14px;
text-decoration: none;
padding: 5px 12px;
color: #fff;
margin-left: -1px;
border: 1px solid transparent;
line-height: 1.5;
}
.pagination a.active {
cursor: default;
}
.pagination a:active {
outline: none;
}
.pagination .currentpage a {
background-color: blue;
color: #fff;
}
.modal-2 li:first-child a {
border-radius: 50px 0 0 50px;
border-color: black;
background: #66ccff;
color: black;
box-shadow: 10px 10px 5px #888888;
}
.modal-2 li:last-child a {
border-radius: 0 50px 50px 0;
border-color: black;
background: #66ccff;
color: black;
box-shadow: 10px 10px 5px #888888;
}
.modal-2 a {
border-color: black;
color: black;
background: #66ccff;
box-shadow: 10px 10px 5px #888888;
}
.modal-2 a:hover {
color: white;
background-color: blue;
}
.modal-2 a.active, .modal-2 a:active {
border-color: black;
background: blue;
color: black;
}