-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (97 loc) · 1.44 KB
/
style.css
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
body:
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
table a:link a:visited {
color: #666;
font-weight: bold;
text-decoration: none;
}
table a:active,
table a:hover {
color: #868686;
text-decoration:none;
}
table {
font-family:Helvetica;
color:#000;
font-size:14px;
background:#000;
margin:20px;
border:#000 1px solid;
width: 600px;
}
table tr{
text-align: center;
padding-left:20px;
}
table tr td {
padding-bottom:18px;
padding-top: 18px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #000;
border-left: 1px solid #000;
background: #f4f4f4;
}
table tr:hover td {
background: #E8E8E8;
}
.search {
border: 2px solid #dadada;
border-radius: 7px;
width: 200px;
font-size: 14px;
}
.search:focus {
outline: none;
border-color: #f4f4f4;
box-shadow: 0 0 10px #9ecaed;
}
.id {
width: 17%;
font-weight: bold;
}
.quant {
width: 17%;
font-weight: bold;
}
.name {
font-weight: bold;
}
.sort {
text-decoration: none;
color: #000;
}
.active {
position: relative;
text-decoration: none;
}
.active:after {
content: '\25b2';
height: 0;
position: absolute;
width: 0;
}
.rev:after {
content: '\25bc';
height: 0;
position: absolute;
width: 0;
}
.pages a {
color: #000;
text-decoration: none;
}
.current {
font-weight: bold;
}
.spinner {
float: right;
margin-right: 20px;
}