-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (68 loc) · 1.17 KB
/
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
h1,h2 {
font-weight: normal;
text-align: center;
}
html {
/* background-color: #999; */
background-color: #999F9F;
}
div.title {
text-align: center;
}
tt, code, kbd, samp {
font-family: "Bitstream Vera Sans Mono", monospace;
font-size: 80%;
}
div.title div.name {
font-size: 2em;
}
div.title div.abstract {
font-size: 0.7em;
}
div.crossref {
cursor: pointer;
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
}
div.crossref ul ,
div.title ul {
text-align: left;
}
div.crossref div.content {
cursor: auto;
}
div.crossref div.name {
font-size: 1em;
}
div.crossref div.abstract {
font-size: 0.9em;
}
.term {
color:#003355;
background-color:rgba(0,0,255,0.04);
padding-left:2px;
padding-right:2px;
}
.noun {
color: #990022;
}
body {
font-family:"Baskerville","Didot","Cochin","Georgia",serif;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 600px;
background-color: #FFF;
border: 1px solid #000;
padding: 50px;
font-size: 20px;
box-shadow: 0 0 40px 5px rgba(176,203,255,0.9);
}
p,li {
text-align: justify;
font-size: 0.8em;
line-height: 1.5em;
}
p {
margin-bottom: 1.5em;
}