-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.css
More file actions
244 lines (236 loc) · 4.49 KB
/
articles.css
File metadata and controls
244 lines (236 loc) · 4.49 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
/* General Article Styles */
article.post ul, article.post ol {
margin: 0 0 1.3em 2.5em;
}
article.post ul {
list-style: disc inside;
}
article.post ol {
list-style: decimal inside;
}
article.post blockquote {
margin: 1.3em 0 1.3em 2em;
padding: .5em 0 .5em 1em;
color: #777777;
font-style: italic;
border-left: 2px solid #DDD;
}
article.post section.content a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
color: #444444;
text-decoration: underline;
}
article.post section.content a:hover {
color: #00142c;
text-decoration: underline;
}
article.post div.caption {
padding-bottom: 1.3em;
}
/* Text */
article.text div.caption {
padding: 0 15px;
}
article.text h2 {
padding: 12px 15px;
background-color: #EDEDED;
color: #555555;
font-size: 1.1em;
font-weight: bold;
}
article.text div.caption > p:first-child {
margin-top: 1em;
}
article.text p {
margin-bottom: 1.3em;
}
article.text div.caption a {
color: #8e9f00;
text-decoration: none;
}
article.text div.caption a:hover {
text-decoration: underline;
}
/* Photo */
article.photo div.photo {
background-color: #EAEDCD;
margin-bottom: -4px;
}
article.photo div.caption > p:first-child {
margin: 0;
padding: 12px 15px !important;
font-size: 1.1em;
color: #888888;
background-color: #EAEDCD;
}
article.photo div.caption > p:first-child strong {
color: #555555;
}
article.photo div.caption > p:first-child a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
color: #777777;
text-decoration: underline;
}
article.photo div.caption > p:first-child a:hover {
color: #444444;
}
article.photo div.caption > p {
padding: 1.3em 15px 0 15px;
}
/* Quote */
article.quote blockquote {
padding: 15px;
font-size: 1.2em;
font-style: italic;
margin: 0;
color: #333333;
border-left: none;
}
article.quote blockquote span.quote {
color: #999999;
}
article.quote div.source {
padding: 12px 15px;
background-color: #EDEDED;
color: #555555;
text-align: right;
}
/* Link */
article.link div.caption {
padding: 0 15px;
}
article.link div.link {
padding: 12px 15px;
background-color: #E1ECED;
color: #555555;
font-size: 1.1em;
font-weight: bold;
}
article.link div.link a {
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
text-decoration: underline;
color: #4070ac;
}
article.link div.link a:hover {
text-decoration: underline;
color: #001c40;
}
article.link div.description {
padding: 1em 15px 0;
}
article.link p {
margin-bottom: 1.3em;
}
/* Chat */
article.chat h2 {
padding: 12px 15px;
background-color: #EDE1E1;
color: #801414;
font-size: 1.1em;
font-weight: bold;
}
article.chat ul.chat {
margin: 0;
padding-top: .5em;
list-style: none;
}
article.chat ul.chat li {
border-bottom: 1px solid #E6E6E6;
margin: 0 1em;
padding: .5em 0;
}
article.chat ul.chat span.label {
font-weight: bold;
}
article.chat ul.chat span.person_1 {
color: #961717;
}
article.chat ul.chat span.person_2 {
color: #176096;
}
article.chat ul.chat span.person_3 {
color: #899617;
}
/* Audio */
article.audio h2 {
padding: 12px 15px;
background-color: #E1ECED;
color: #144680;
font-size: 1.1em;
font-weight: bold;
}
article.audio h2 a {
color: #144680;
text-decoration: underline;
}
article.audio h2 a:hover {
color: #000000;
}
article.audio div.audio {
padding: 15px;
}
/* Video */
article.video div.video {
background-color: #EAEDCD;
margin-bottom: -4px;
}
article.video div.caption > p:first-child {
margin: 0;
padding: 12px 15px !important;
font-size: 1.1em;
color: #888888;
background-color: #EAEDCD;
}
article.video p:first-child strong {
color: #555555;
}
article.video div.caption > p:first-child a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
color: #777777;
text-decoration: underline;
}
article.video div.caption > p:first-child a:hover {
color: #444444;
}
article.video div.caption > p {
padding: 1.3em 15px 0 15px;
}
/* Answer */
article.answer div.caption {
padding: 0 15px;
}
article.answer h2 {
padding: 12px 15px;
background-color: #E1ECED;
color: #325887;
font-size: 1.1em;
font-weight: bold;
margin-bottom: 1em;
}
article.answer p {
margin-bottom: 1.3em;
}
article.answer div.caption a {
color: #8e9f00;
text-decoration: none;
}
article.answer div.caption a:hover {
text-decoration: underline;
}
article.answer div.question {
padding: 4px 15px;
background-color: #f1f6f7;
color: #325887;
text-align: right;
font-size: .8em;
}
article.answer div.question a {
text-decoration: none;
}
article.answer div.question a:hover {
text-decoration: none;
}