-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplainText.css
More file actions
123 lines (106 loc) · 2.17 KB
/
plainText.css
File metadata and controls
123 lines (106 loc) · 2.17 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
a {
color: #2f92ff;
}
.briefing-syndication, .briefing-syndication a {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
text-align: left;
color: #878787;
}
#briefing-title {
font-family: Helvetica, Arial, sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 1;
text-align: left;
color: rgb(0, 0, 0);
margin-bottom: 20px;
}
#briefing-date {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1;
text-align: left;
color: rgb(0, 0, 0);
}
#briefing-note, .briefing-link {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1;
text-align: left;
color: black;
}
.briefing-anchorlink {
padding-top: 3px;
padding-bottom: 3px;
}
#briefing-links-container {
margin-top: 50px;
}
.section-header {
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 24px;
text-align: left;
text-transform: uppercase;
color: #313131;
margin-top: 60px;
}
.item-headline {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 20px;
text-align: left;
color: #222222;
}
.item-metadata {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
text-align: left;
color: rgb(135, 135, 135);
}
.item-paragraph {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: left;
color: rgb(49, 49, 49);
}
.copyright-title {
display: block;
margin: 13px 0;
font-size: 1.2em;
}
.copyright-text {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: 300;
line-height: 14px;
text-align: left;
color: rgb(0, 0, 0);
margin: 13px 0;
}
#isentia-logo, #briefing-logo {
border: 0;
display: block;
outline: none;
text-decoration: none;
height: auto;
width: 100%;
}
body {
margin: 0;
}
.section-emptynote {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: left;
color: #313131;
}
.top-link {
margin-top: 20px;
}