-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
60 lines (53 loc) · 1.57 KB
/
main.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
body{
background-color: #fff;
width: 100%;
height: 100%;
margin:0;
padding: 0;
}
#logo{
width: 364px;
height: 465px;
left: 50%;
top: 50%;
position: absolute;
margin-left:-182px;
margin-top:-249px;
}
#topBar{
background-color:#000;
position: absolute;
width: 100%;
margin: 0;
color:#fff;
padding: 5px;
font-family: "Proxima N W01 Reg",helvetica, arial,sans-serif;;
font-size:11px;
text-align: center;
box-sizing: border-box;
letter-spacing: .15em;
}
#address{
position: absolute;
bottom: 5px;
font-size: 10px;
text-align: center;
font-family:"Proxima N W01 Reg", helvetica, arial,sans-serif;
letter-spacing: 0.12em;
width: 100%;
}
a{text-decoration: none;
color:#65BED8;
}
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=de8a6660-2cec-4f5e-9849-2e64496318c3");
@font-face{
font-family:"Proxima N W01 Reg";
src:url("fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
src:url("fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"),url("fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),url("fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),url("fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web fonts: http://webfonts.fonts.com
*/