-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_search.css
107 lines (92 loc) · 1.7 KB
/
page_search.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
#myBtn {
display: none;
/* Hidden by default */
position: fixed;
/* Fixed/sticky position */
bottom: 20px;
/* Place the button at the bottom of the page */
right: 30px;
/* Place the button 30px from the right */
z-index: 99;
/* Make sure it does not overlap */
border: none;
/* Remove borders */
outline: none;
/* Remove outline */
background-color: red;
/* Set a background color */
color: white;
/* Text color */
cursor: pointer;
/* Add a mouse pointer on hover */
padding: 15px;
/* Some padding */
border-radius: 10px;
/* Rounded corners */
font-size: 18px;
/* Increase font size */
}
#myBtn:hover {
background-color: #555;
/* Add a dark-grey background on hover */
}
#txtvideo {
width: 80%;
margin: auto;
text-align: center;
}
#txt-search-inner {
text-transform: capitalize;
font-weight: 700;
font-size: 30px;
}
.button {
width: 10%;
}
div.videothumbnail {
margin: 5px;
width: 360px;
height: 320px;
display: inline-block;
position: relative;
}
div.videothumbnail:hover {
transform: scale(1.04);
}
div.videothumbnail img {
width: 100%;
height: auto;
padding: 0;
border: 0;
}
span.desc {
text-align: center;
margin: auto;
display: table;
color: black;
}
.vungChon:hover {
cursor: pointer;
}
/* css cua modal */
body {
margin: 2rem;
}
.modal-dialog {
max-width: 800px;
margin: 30px auto;
}
.modal-body {
position: relative;
padding: 0px;
}
.close {
position: absolute;
right: -30px;
top: 0;
z-index: 999;
font-size: 5rem;
font-weight: normal;
color: white;
opacity: 1;
}