-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplos.css
65 lines (51 loc) · 1.17 KB
/
plos.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
/**********************************************************
Styles for articles published by the PLoS.
Chrome: Applies to 'URLs on the domain'
http://plos.org/
Safar: Untested.
Source: github.com/ayellowraven/academic_user_styles
Version: 2013.05.1a
This is still in development, this stylesheet
may not be fully functional.
***********************************************************/
div.article {
font-family: "Georgia", serif;
font-size: 18px;
font-size: 1.125rem;
line-height: 27px;
line-height: 1.668rem;
}
div.article h3 {
font-size: 24px;
font-size: 1.5rem;
}
div.article h4 {
font-weight: bold;
}
div.article h5 {
font-size: 18px;
font-size: 1.125rem;
font-weight: normal;
color: #024;
}
div.article div.figure {
font-size: 16px;
font-size: 1rem;
}
div.article ul, div.article ol {
padding-left: 0;
}
div.article ol.references {
font-size: 16px;
font-size: 1rem;
}
div.article a {
color: #024;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
}
div.article a:hover {
color: #06c;
}