-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMPD.css
48 lines (43 loc) · 810 Bytes
/
MPD.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
@font-face {
font-family: "Celtic";
src: url(Junction.ttf);
}
*{
font-family: "Celtic", Arial, Helvetica, "Times New Roman";
}
body {
background-color: #333;
}
.x-tabpanel > .x-panel-body .x-panel-body {
padding: 100px 0;
text-align: center;
font-size: 72px;
font-weight: bold;
color: rgba(0,0,0,.2);
text-shadow: rgba(255,255,255,.2) 0 1px 0;
padding: 100px 15%;
}
.x-phone .x-tabpanel > .x-panel-body .x-panel-body {
padding: 30px 20px;
font-size: 36px;
}
.x-phone p {
font-size: 16px;
line-height: 18px;
}
h1 {
font-weight: bold;
}
p {
font-size: 24px;
line-height: 30px;
}
.label > .x-panel-body{
padding:0 !important;
padding-top:5px !important;
font-size: 12px !important;
vertical-align:bottom !important;
}
.x-field-slider > .x-slider{
margin:0 !important;
}