-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsciencedaily.css
69 lines (54 loc) · 1.12 KB
/
sciencedaily.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
/**********************************************************
Styles for articles published by the PLoS.
Chrome: Applies to 'URLs starting with'
http://www.sciencedaily.com/releases
Safari: Untested.
Source: github.com/ayellowraven/academic_user_styles
Version: 2013.05.1a
This is still in development, this stylesheet
may not be fully functional.
***********************************************************/
body {
font-size: 16px;
line-height: 24px;
line-height: 1.5rem;
font-family: "Georgia", serif;
}
#content {
width: 100%;
}
#content h1#headline {
text-align: center;
}
#seealso {
position: absolute;
left: 0;
}
p#first span.date {
position: relative;
margin-left: -9.75rem;
}
p#first, div#text p {
width: 640px;
margin: 0 auto;
margin: 0 auto;
padding:0;
font-size: 18px;
line-height: 27px;
}
div#text p {
text-indent:27px;
}
#story {
width: 100%;
}
@media screen and (min-width: 32em) and (max-width: 50em) {
p#first, div#text p {
width: 560px;
}
}
@media screen and (min-width: 50em) {
p#first, div#text p {
width: 640px;
}
}