-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (110 loc) · 2.27 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
@font-face {
font-family: "LemonMilk";
src: url("font/LemonMilk.otf") format("opentype");
}
.nav-wrapper {
background-color: #231f40;
}
nav {
height: 80px;
line-height: 30px;
font-family:'LemonMilk';
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
height: 80px;
line-height: 30px;
}
nav .button-collapse i {
height: 80px;
line-height: 30px;
}
nav .brand-logo {
font-size: 1.6rem;
}
.tabs {
background-color: #231f40;
}
.tabs .tab a{
color:white;
} /*Black color to the text*/
.tabs .tab a:hover {
background-color: #231f40;
color:#000;
} /*Text color on hover*/
.tabs .tab a.active {
color:#e12a67;
} /*Background and text color when a tab is active*/
.tabs .indicator {
background-color:#e12a67;
color: white;
} /*Color of underline*/
.z-depth-3 {
box-shadow: 0 4px 0px 0 rgba(0,0,0,0.14), 0 1px 0px 0 rgba(0,0,0,0.12), 0 4px 5px 0px rgba(0,0,0,0.3);
}
.timing {
position: absolute;
width: 50px;
height: 42px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle;
padding-top: 11px;
font-size: 16px;
}
.daydate {
position: absolute;
width: 300px;
height: 100px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle;
padding-top: 2px;
font-size: 16px;
}
.collection .collection-item.avatar {
min-height: 84px;
padding-left: 80px;
position: relative;
padding-top: 18px;
}
.switch label .lever:after
{
background-color: #bdbdbd;
}
.switch label .lever
{
background-color: #e3e3e3;
}
.switch label input[type=checkbox]:checked+.lever:after
{
background-color: #e05680;
}
.switch label input[type=checkbox]:checked+.lever
{
background-color: #eb94af;
}
.switch
{
margin-top: 10px;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
margin-top: 0;
color: #e12a67;
text-align: center;
}
.modal .modal-footer {
border-radius: 0 0 2px 2px;
background-color: #fafafa;
padding: 4px 6px;
height: 56px;
width: 100%;
line-height: 50px;
text-align: left;
}
.modal.modal-fixed-footer {
padding: 0;
height: 70%;
margin-top: 35px;
}