-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
84 lines (68 loc) · 1.07 KB
/
Copy pathindex.css
File metadata and controls
84 lines (68 loc) · 1.07 KB
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
html, body {
background: #000;
font-family:"Oxygen";
font-weight:300;
margin: 0;
padding: 0;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.header {
background: #000;
}
.header img {
margin: 40px 0;
}
.header ul {
list-style: none;
}
.header li {
display: inline;
margin-right: 30px;
}
.main {
background-image:url(/img/diagmonds_@2X.png);
background-size:141px 142px;
padding: 80px;
}
.main .series {
color:#0393ff;
}
.main .episode {
color: #fff;
font-family: "Montserrat", sans-serif;
margin: 0 0 40px 0;
text-transform: uppercase;
}
.main .description {
color: #fff;
}
.main ul, .main img {
margin: 30px 0 0;
}
.main ul li {
background: rgba(0,0,0,0.5);
border: 1px solid #0393ff;
color: #fff;
}
.list-group-item span {
color:#0393ff;
padding:0 10px 0 0;
}
.footer {
background:#000;
padding:60px 0;
}
.footer h3 {
color:#fff;
font-size:18px;
font-weight:300;
}
.footer ul {
color:#0393ff;
list-style:none;
padding-left:0px;
}