-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
101 lines (91 loc) · 1.47 KB
/
custom.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
body{
background: #f0f0f0;
}
.black { background-color: black;}
.blue { background-color: blue;}
.white{background-color:pink; }
.vid-box {
padding-top: 10px;
}
.zero {
margin: 0px;
padding: 0px;
}
.vid-box img {
min-width: 100px;
}
header {
background-color: black;
}
header img {
width: 50px;
}
nav {
font-weight:bold;
}
nav a{
color:white;
transition:0.4s;
}
nav a:hover {
color:#991a1a;
}
#navbar-button{
background-color:#c7c7c7;
}
.worldstar-logo {
width: 166px;
height: 36px;
}
.social-logo{
width:30px;
height:30px;
}
.cards-wrapper{
display: flex;
justify-content: center;
}
.card img {
max-width: 100%;
max-height:100px;
}
.carousel-control-prev,
.carousel-control-next{
background-color: #000000;
width:50px;
height:50px;
border-radius:50%;
top:50%;
transform:translateY(-50%);
}
.corousel-control-prev{
transform:translate(-30px,-50%);
}
.corousel-control-next{
transform:translate(300px,-50%);
}
.carousel-card{
padding: 10px;
max-width:220px;
margin-right:5px;
margin-left:5px;
text-align: center;
}
.trending-header{
margin-top:5px ;
margin-bottom:5px ;
background: linear-gradient(to bottom, #fff 0%,#fff 36%,#f1f1f1 90%,#f1f1f1 100%);
}
.card{
background-color: transparent;
}
.card-body{
padding: 0px;
}
#ws-carousel {
width:100%;
}
.featured-vid{
padding-top:15%;
padding-bottom:2%;
}