-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (58 loc) · 906 Bytes
/
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
body {
font-family: 'DejaVu Sans Mono', 'Consolas', 'Courrier New', monospace;
background-color: #1e1e1e;
color: #c1c1c1;
}
.title {
font-size: 4em;
font-weight: 900;
}
.page {
width: 70%;
min-width: 700px;
margin-left: auto;
margin-right: auto;
}
.content {
padding-top: 3em;
}
a {
text-decoration: none;
color: #199919;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0px;
}
a.external:after, a[href^="http:"]:after, a[href^="https:"]:after {
padding-left: 0.2em;
content: "⤴";
display: inline-block;
text-decoration: none;
}
.desc {
font-weight: bold;
}
.heading {
text-align: right;
float: right;
}
.list {
list-style-type: none;
padding-left: 1.5em;
}
.test {
font-family: sans-serif;
}
.status {
font-size: small;
font-family: sans-serif;
padding-left: 1em;
}
.stages {
float:right;
text-align:left;
width: 250px
}