-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaskelltalk.css
More file actions
64 lines (51 loc) · 865 Bytes
/
Copy pathhaskelltalk.css
File metadata and controls
64 lines (51 loc) · 865 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
body {
font-family: Arial;
}
.pinkText {
color: #d233cf;
}
h1 {
margin: auto;
margin-bottom: 10px;
position: relative;
text-align: center;
}
#math-to-haskell-chart {
position: relative;
margin: auto;
border: solid gray 4px;
border-radius: 4px;
}
#math-to-haskell-chart th {
padding: 5px;
background-color: #e2c3df;
border: solid 1px #d2b3cf;
}
#math-to-haskell-chart td {
text-align: center;
border: solid 1px gray;
padding: 4px;
}
#math-to-haskell-chart pre {
font-weight: bold;
}
#math-to-haskell-chart .function-def {
margin:auto;
}
#math-to-haskell-chart .function-def td{
border: 0 transparent !important;
}
a {
text-decoration: none;
color: #d233cf;
}
#navigation {
position: relative;
margin: auto;
text-align: center;
font-size: 24px;
color: #d233cf;
}
#resources-list {
font-size: 40px;
}