-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
87 lines (87 loc) · 1.94 KB
/
css.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
.text_heading_title {
color: rgb(200,200,200);
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 36px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 300;
letter-spacing: 0;
line-height: 48px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 6px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.text_heading_sub_1 {
color: rgb(200,200,200);
font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 16px;
font-stretch: normal;
font-style: bold;
font-variant: normal;
font-weight: 400;
letter-spacing: 0;
line-height: 15px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 6px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.text_body {
color: rgb(200, 200, 200);
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 14px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 300;
letter-spacing: 0;
line-height: 17px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 6px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
a {
color: rgb(88, 77, 77);
text-decoration: none;
}
a:hover {
color: rgb(0, 0, 0);
text-decoration: underline;
}
a:visited {
color: rgb(88, 77, 77);
text-decoration: underline;
}
a.class1 {
color: rgb(255, 255, 255);
}
a.class1:hover {
color: rgb(255, 255, 255);
}
a.class1:visited {
color: rgb(255, 255, 255);
}