-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtei2html.css
More file actions
53 lines (46 loc) · 796 Bytes
/
tei2html.css
File metadata and controls
53 lines (46 loc) · 796 Bytes
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
html {
font-family: Lato;
margin: 4em;
font-size: 1.4em;
border: 2px solid green;
}
div[data-href] {
border: 15px black;
}
note {
display: none;
}
div.meta {
display: block;margin-left: 50pt;
font-weight: bold;
color: green;
}
div.lead{
background-color: LightGray;
margin-left: 10px;
margin-right: 10px;
padding: 15px;
}
div.feed{
border: 2px solid blue;
border-radius: 5px;
margin-left: 400px;
margin-right: 400px;
padding: 15px;
}
div.social_media_content{
background-color: DodgerBlue;
margin-left: 10px;
margin-right: 10px;
padding: 15px;
color: white;
}
div.frame{
border: 15px black;
background-color: LightBlue;
padding: 15px;
margin: 80px;
}
em {
background-color: LightGray;
}