1 @font-face { |
1 |
2 font-family: "Metric"; |
|
3 font-weight: normal; |
|
4 font-style: normal; |
|
5 src: url("../font/MetricF-Regular.otf"); |
|
6 } |
|
7 @font-face { |
|
8 font-family: "Metric"; |
|
9 font-weight: bold; |
|
10 font-style: normal; |
|
11 src: url("../font/MetricF-Bold.otf"); |
|
12 } |
|
13 @font-face { |
|
14 font-family: "Metric"; |
|
15 font-weight: normal; |
|
16 font-style: italic; |
|
17 src: url("../font/MetricF-Italic.otf"); |
|
18 } |
|
19 a, body, div, h1, h2, h3, h4, h5, h6, li, p, span, ul { |
|
20 font-weight: normal; margin: 0; padding: 0; border: none; font-size: 100%; |
|
21 font: inherit; text-decoration: none; color: inherit; |
|
22 } |
|
23 ul { |
|
24 list-style: none; |
|
25 } |
|
26 body { |
|
27 font-family: Metric; background: #000000; |
|
28 } |
|
29 #btv-cp-container { |
2 #btv-cp-container { |
30 position: absolute; top: -65px; width: 100%; |
3 position: absolute; top: -65px; width: 100%; |
31 background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
4 background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
32 background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
5 background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
33 background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
6 background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |