forked from singha53-zz/diablo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (70 loc) · 1.4 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
.pic {
height: 17rem;
}
#diablo {
font-family: 'Faster One', cursive;
text-align: center;
font-size: 5em;
padding-bottom: 0rem;
margin-bottom: 0rem;
}
.jumbotron {
padding: 3rem 2rem 3rem 1rem;
margin: 0 0 0 0;
text-align: center;
}
.maintext {
text-align: justify;
}
.footer {
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #343a40;
color: white;
}
p {
margin-bottom: 0rem;
}
.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}
.carousel-control-prev {
left: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
background-repeat: repeat-x
}
.carousel-control-next {
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
background-repeat: repeat-x
}
.carousel-control-prev .carousel-control-next{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
width: 5%;
font-size: 20px;
color: rgb(255, 255, 255);
text-align: center;
text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
opacity: 0.5;
}
.carousel-caption {
position: relative;
left: 0%;
right: 0%;
bottom: 0px;
z-index: 10;
padding-top: 0px;
padding-bottom: 0px;
color: #000;
text-shadow: none;
& .btn {
text-shadow: none; // No shadow for button elements in carousel-caption
}
}