-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (81 loc) · 3.94 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
77
78
79
80
81
82
h1 {
font-family: \"Georgia\", Times, serif;
font-weight: 500;
line-height: 1.1;
color: #93baff;
position: relative;
background : url(logo6.png) no-repeat 0 0;
}
h1 {
font-family: \"Georgia\", Times, serif;
font-variant: small-caps;
color: #5154dd;
text-align: center;
}
h2 {
font-family: \"Georgia\", Times, serif;
font-variant: small-caps;
color: #5154dd;
text-align: center;
}
h3 {
font-family: \"Georgia\", Times, serif;
font-variant: small-caps;
color: #5e67e5;
text-align: center;
}
h4 {
font-family: \"Georgia\", Times, serif;
font-style: italic;
color: #5e67e5;
font-weight: 400;
text-align: center;
}
h5 {
font-family: \"Gerogia\", Times, serif;
font-style: italic;
color: #7a6db1;
font-weight: 450;
}
h6 {
font-family: \"Georgia\", Times, serif;
color: #7a6db1;
font-weight: 470;
}
em {
font-weight:italic;
}
p.normal {
font-family: \"Georgia\", Times, serif;
font-variant: normal;
font-size: 12pt;
color: #5a90ec;
}
table, th, td {
font-family: \"Georgia\", Times, serif;
border: 1px solid black;
border-collapse: collapse;
padding: 8px;
text-align: center;
}
blockquote{
font-family: \"Georgia\", Times, serif;
font-size: 12pt;
color: #5a90ec;
}
.btn {
background-color: #a4c1ff;
font-family: \"Georgia\", Times, serif;
font-variant: small-caps;
}
.shiny-notification{
position: fixed;
top: 33%;
left: 53%;
right: 33%;
background-color:#c7ccff;
color: #7a6db1;
}
body {
background-color: #e0eaff;
}