-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (52 loc) · 896 Bytes
/
styles.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
body {
background-color:black;
color:white;
font-family:Times New Roman;
font-size: 130%;
width: auto;
}
body.codes {
color:#616A6B;
}
iframe {
border:2px solid grey;
}
a:link {
color: #DC7633;
background-color: transparent;
text-decoration: none;
text-decoration: underline;
}
a:visited {
color: #DC7633;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
header, footer {
padding: 1em;
font-family: cursive;
clear: left;
text-align: center;
}
nav {
float: left;
max-width: 160px;
margin: 0;
padding: 1em;
}
article {
margin-left: 170px;
border-left: 1px solid gray;
padding: 1em;
overflow: hidden;
}