-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearchstyle.css
73 lines (59 loc) · 911 Bytes
/
searchstyle.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
.nav_01 a {
float: right;
width: 50px;
padding-top: 2%;
padding-bottom:2%;
padding-left:0;
padding-right:0;
text-align: center;
}
.nav_01 a:hover{
color: red;
}
.searchbar2{
text-align: center;
}
.searchbar2 input{
width: 30%
}
.searchbar2 table{
margin-left: auto;
margin-right: auto;
}
.searchbar2 table td{
padding: 5%;
width: 250px;
}
.loves{
text-align: center;
}
.lovespic{
width:50%;
height:50%;
padding: 0%;
margin: 0;
background: rgba(0,0,0,0.4);
}
.lovesinfo{
text-align: center;
background: rgba(0,0,0,0.4);
}
table{
border-collapse: collapse;
}
.pagination{
bottom: 0;
width: 100%;
position: relative;
text-align: center;
}
.pagination li{
display: inline;
padding: 15px 10px;
}
.pagination li a{
text-decoration: none;
}
.pagination li a:hover {
color: red;
}