-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.css
More file actions
79 lines (72 loc) · 2.09 KB
/
Copy pathtext.css
File metadata and controls
79 lines (72 loc) · 2.09 KB
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
/* =Basic HTML
--------------------------------------------------------------------------------*/
*{margin:0;padding:0;}
body{font:12px/1.5 verdana,helvetica,"Lucida Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;}
p{ margin-bottom:20px;}
p a{display:inline;}
em{color:#505050;font-weight:normal;font-style:normal;line-height:0px;}
/* =Headings
--------------------------------------------------------------------------------*/
h1{font-family: "Museo700","Myriad Pro",Helvetica,sans-serif; color:#42B6E3; font-size:48px;}
h2{ margin: -5px 0px 0px 0px; padding: 0px; color:#505050; font-size:16px;}
h3{font-weight:bold;font-size:18px;font-size:11px;}
h4{font-size:11px;}
h5{font-size:10px;}
h6{font-size:8px;}
a {
display: block;
color: #42B6E3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #42B6E3;
}
/* =Spacing
--------------------------------------------------------------------------------*/
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset{margin-bottom:10px;}
/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2011 Fontspring
*
*
*
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: exljbris
* License URL: http://www.fontspring.com/fflicense/exljbris
*
*
*/
@font-face {
font-family: 'Museo700';
src: url('=Museo700-Regular-webfont.eot');
src: url('=Museo700-Regular-webfont.eot?iefix') format('eot'),
url('=Museo700-Regular-webfont.woff') format('woff'),
url('=Museo700-Regular-webfont.ttf') format('truetype'),
url('=Museo700-Regular-webfont.svg#webfontNpXBDqia') format('svg');
font-weight: normal;
font-style: normal;
}