-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteistyle.css
50 lines (40 loc) · 817 Bytes
/
teistyle.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
@namespace xml url('http://www.w3.org/XML/1998/namespace');
@namespace tei url('http://www.tei-c.org/ns/1.0');
TEI, fileDesc, editionStmt, publicationStmt, author, resp{
font-family: 'Open Sans', sans-serif;
display:block;
font-size: 20px;
}
teiHeader{
background-color: lightblue;
line-height:40px;
padding:50px;
text-align: center;
}
title, hi, label{
font-style:italic;
}
epigraph, argument{
font-style:italic;
display: block;
margin-top:40px;
margin-bottom: 20px;
}
head{
font-weight: bold;
display:block;
margin-top:40px;
margin-bottom:20px;
}
lg{
display:block;
margin-bottom:20px;
}
l{
display:block;
}
/* l[n]:before{
content: attr(n);
margin-left: -100px;
position:absolute;
}*/