-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
64 lines (54 loc) · 1.15 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
@font-face {
font-family: TTNorms;
src: url(TTNorms-ExtraBold.otf);
}
body {
background-color: #181818;
}
strong {
font-family: 'TTNorms';
color: #2DE2E6;
}
a:hover{
background-color: #2DE2E6 !important;
border-color: #2DE2E6 !important;
}
button:hover{
background-color: #2DE2E6 !important;
border-color: #2DE2E6 !important;
}
.storyboard-nav .sbframelist ul li.active {
background-image: url("sunset.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100px 100px;
background-color: #2DE2E6;
border-color: #2DE2E6;
font-family: 'TTNorms';
color: #3a3c47;
}
.chart-wrapper-flex{
background-color: #181818;
border-color: #181818;
color: #fff;
}
.sbframe-commentary{
background-color: #121212;
border-color: #121212;
color: #fff;
}
.storyboard-nav .sbframelist ul li {
background-image: url("sunset.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100px 100px;
font-family: 'TTNorms';
}
.navbar-inverse {
background-color: #121212;
border-color: #eb34b1;
}
.navbar-inverse .navbar-brand {
font-family: 'TTNorms';
color: #fff;
}