-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
66 lines (58 loc) · 1.04 KB
/
Copy pathstyles.css
File metadata and controls
66 lines (58 loc) · 1.04 KB
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
body{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
h1 {
color: rgb(151, 9, 9);
font-family: "Vollkorn",Helvetica, Arial, sans-serif;
font-size: 72px;
text-align: center;
font-style: italic;
}
h2 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 48px;
text-align: center;
font-style: italic;
}
h3 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 36px;
font-style: bold;
}
h5 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 24px;
text-align: center;
font-style: italic
}
h6{
font-family: Arial;
font-size: 18px;
text-align: center;
}
a{
color: inherit;
text-decoration: none;
}
a:visited,
a:active{
color: inherit;
}
a:hover{
color: rgb(225, 100, 100);
}
.in_text{
color: rgb(151, 9, 9)
}
.site_body{
font-family: Arial, sans-serif;
text-align: left;
font-size: 20px;
}
ul.in{
text-align: inherit;
list-style-position: inside;
list-style-type: " ➔ "
}