-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
59 lines (50 loc) · 765 Bytes
/
style.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
body
{
padding: 0px 30px;
font-family: 'Open Sans', sans-serif;
}
.smart_article_title
{
padding: 20px 0px 10px;
}
.smart_article_title h1
{
text-align: left;
margin: 0px;
font-weight: 400;
font-size: 22px;
line-height: 24px;
}
.article_source_date_author
{
list-style: none;
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}
.article_source_date_author li
{
display: inline-block;
font-size: 13px;
border-right: 1px solid #dddddd;
color: #aaaaaa;
padding-left: 7px;
padding-right: 12px;
}
.article_source_date_author li:first-child
{
padding-left: 0px;
}
.article_source_date_author li:last-child
{
padding-right: 0px;
border-right: 0px;
}
.smart_article_content
{
font-size: 15px;
}
.smart_article_content img
{
max-width: 100%;
}