-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
80 lines (67 loc) · 1.84 KB
/
styles.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
@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-webfont.eot'); /* IE9 Compat Modes */
src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/BebasNeue-webfont.woff') format('woff'), /* Modern Browsers */
url('fonts/BebasNeue-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
/*url('fonts/BebasNeue-webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Regular-webfont.eot'); /* IE9 Compat Modes */
src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/Roboto-Regular-webfont.woff') format('woff'), /* Modern Browsers */
url('fonts/Roboto-Regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
/*url('fonts/Roboto-Regular-webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}
body {
background-image: url('img/bg1.png');
background-repeat: repeat;
font-family: BebasNeue;
font-size: 18px;
letter-spacing: 2px;
}
a {
cursor: pointer;
}
h1 {
letter-spacing: 8px;
line-height: 90%;
}
.panel-default > .panel-heading {
background-color: white;
}
.panel-default > .panel-heading > .panel-title > a {
font-size: 18px;
}
.panel {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.barArea {
background-color: rgba(66,139,202,.25);
width: 100%;
height: 8px;
}
.bar {
background-color: rgba(66,139,202,1);
height: 8px;
width: 0%;
}
.playerArea {
margin-bottom: 12px;
margin-bottom: 12px;
}
.regularText {
font-family: Roboto;
font-size: 14px;
letter-spacing: 0px;
}
.mainDiv{
max-width:700px;
margin-left:auto;
margin-right:auto;
padding-right:12px;
padding-left:12px;
}