-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.css
More file actions
77 lines (60 loc) · 981 Bytes
/
screen.css
File metadata and controls
77 lines (60 loc) · 981 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
* html body{ overflow:hidden; }
h1, p {
font-family: 'Gruppo', Georgia, serif;
}
p {
font-size: 18px;
}
a {
color: black;
text-decoration: none;
}
img {
border: none;
}
a:hover {
border-bottom: none;
}
a.think_ruby {
border-bottom: 1px solid #95e0fc;
}
a.think_ruby:hover {
color: #95e0fc;
}
a.python {
border-bottom: 1px solid #ffb515;
}
a.python:hover {
color: #ffb515;
}
a.ruby {
border-bottom: 1px solid #b8160d;
}
a.ruby:hover {
color: #b8160d;
}
div.main {
width: 960px;
margin: 0 auto;
margin-top: 1em;
text-align: center;
}
div.main h1 {
margin-top: .5em;
}
div.links {
margin: 0 auto;
margin-top: 9em;
padding-top: .5em;
border-top: 1px solid black;
width: 200px;
}
div.links img {
margin: .25em;
}
div#link_text {
margin-top: .5em;
}