forked from 0xfe/rubyrefresher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refresher.css
41 lines (36 loc) · 845 Bytes
/
refresher.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
body {
background: white;
font-family: 'Inika', Arial;
font-size: 12pt;
color: #222222;
margin: auto 0px;
width: 90%;
}
a { text-decoration: none; color: black; padding-bottom: 3px;}
a:link {text-decoration: none; color: black;
border-bottom: dotted black 2px }
a:visited {text-decoration: none; color: black;
border-bottom: dotted black 2px }
a:active {text-decoration: none; color: black;
border-bottom: dotted red 2px }
a:hover {text-decoration: none; color: black;
border-bottom: dotted red 2px }
h1 {
color: black;
font-size: 36px;
margin-bottom: 2px;
margin-top: 2px;
}
div#wrapper {
padding: 10px;
}
pre {
padding: 10px;
padding-left: 20px;
border-left: solid 4px #ccc;
background: #eee;
}
code {
font-size: 12pt;
font-family: 'Inconsolata', Courier;
}