-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleENC.css
74 lines (70 loc) · 976 Bytes
/
styleENC.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
body{
background-color: black;
}
blockquote {
display: block;
background-color: black;
color: #ff33ff;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}
h1 {
color: #ffcc00;
font-size:24px ;
font: Inconsolata, monospace;
text-align: center;
}
h2{
color: #ffb000;
font-size:19px;
font: Inconsolata, monospace;
}
p {
color: #ffb000;
font-size:18px;
font: Incosolata, monospace;
}
hr.style1 {
color: #ffb000;
}
a:link{
color: #33ff33;
font-size:18px;
}
a:visited{
color: #33ff33;
font-size:18px;
}
a{
color:#33ff33;
font-size:18px;
}
ul{
color: #ffb000;
font-size:18px;
}
blockquote{
font-size:13px;
}
figcaption{
font-size:13px;
}
.topnav {
background-color:#ffb000;
overflow:hidden;
}
.topnav a{
float:left;
font: Inconsolata, monospace;
color:black;
text-align:center;
padding:14px 16px;
text-decoration:none;
font-size:20px;
}
.topnav a:hover{
background-color:#33ff33;
color:black;
}