-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreview.css
105 lines (93 loc) · 1.59 KB
/
preview.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
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
body, html
{
font-size: 17px;
font-family: "PT Sans", sans-serif;
padding: 0;
background-color: #ffffff;
}
.individual-item *:not(h5):not(h4):not(h3):not(h2):not(h1)
{
font-size: 17px;
}
.bold, .tei-label, .label, h5, h4, h3, h2, h1
{
font-weight: 700;
}
.super
{
position: relative;
display: inline-block;
font-size: small;
top: -9px;
}
.tei-italic,.italic
{
font-style: italic;
}
.layoutDesc
{
margin: 10px 0;
}
.tei-label
{
height: 18px;
}
h4
{
margin-top: 5px;
margin-bottom: 5px;
}
h1
{
font-size: 32px;
}
.nestedmsItem {
margin-left: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 16px;
text-align: justify;
}
p,.seg,.item,.head,.physDesc-p,.tei-title,.locus,.note,.decoNote-list,.decoNote,.item-number
{
margin: 0 0 5px;
text-align: justify;
}
.msItem,.msPart
{
border-bottom: 1px solid #eaeaea;
margin-bottom: 16px;
padding-bottom: 16px;
}
.secFol .italic
{
font-style: normal;
}
.support, .form, .extent, .dimensions, .foliation, .condition
{
margin-top: 5px;
}
p.note:last-of-type {
margin: 0;
}
.incipit,.explicit,.rubric, .finalRubric,.textLang,
.origPlace,.secFol,.objectDesc,.additional,.colophon,.origin, .msName
{
text-align: justify;
margin-bottom: 5px;
}
.author,.bibl,.orgName,#zotero-bibliography-text,.origDate,.origPlace,.additions, .coveragewarning
{
margin-bottom: 5px;
}
.physDesc, .history {
text-align: justify;
}
.additional ul.listBibl
{
padding: 0;
}
.small-caps, .author, .translator
{
font-variant: small-caps;
}