-
Notifications
You must be signed in to change notification settings - Fork 2
/
jason.html.css
55 lines (55 loc) · 1.15 KB
/
jason.html.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
body {
background: black;
color: #00e500;
max-width: 600px;
font-family: monospace;
font-size: 12px;
margin: 20px 10px 0px 20px;
text-align: left;
}
.manheader {
font-family: monospace;
font-size: 12px;
margin: 10px 0px 0px 0px;
}
h1 {
font-size: 12px;
font-weight: bold;
margin: 15px 0px 0px 0px;
}
.subtext {
margin: 0px 0px 10px 50px;
width: 575px;
}
.doublesubtext {
margin: 0px 0px 10px 70px;
width: 525px;
}
.triplesubtext {
margin: 0px 0px 10px 90px;
width: 475px;
}
.bottomcut {
margin-bottom: 0px;
}
a, a.active, a.visited, a.hover {
color: lightgreen;
text-decoration: underline;
}
.footer {
margin: 10px 0px 20px 0px;
color: #CCCCCC;
}
.linkfloater {
position: absolute;
top: 5px;
right: 5px;
padding: 5px;
text-align: right;
background-color: #222222;
color: #FFFFFF;
}
.linkfloater a:link, .linkfloater a:visited, .linkfloater a:hover {
color: #00FF00;
text-decoration: underline;
}