-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (43 loc) · 649 Bytes
/
style.css
File metadata and controls
53 lines (43 loc) · 649 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
53
#main, #header, #footer {
width:900px;
margin-left:auto;
margin-right:auto;
}
#header {
text-align:left;
margin-top:10px;
margin-bottom:10px;
}
#main {
margin-top:-20px;
}
a, a:visited, a:hover, a:active {
text-decoration: none;
color:purple;
}
a:hover {
opacity:0.7;
}
.title a {
text-decoration: none;
color:inherit;
}
li {
margin-top:2px;
}
pre {
background-color: black;
color:white;
padding:10px;
}
code {
background-color:rgb(18, 19, 20);
color:rgb(34, 202, 73);
padding:1px;
border-radius:2px;
}
hr {
opacity:50%;
margin-top:20px;
width: 75%;
}