Skip to content

Commit 84b2090

Browse files
committed
Update Arrow TR link, add Phil's stylesheet locally
1 parent afbefe6 commit 84b2090

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

arrows/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ <h3>Abstract</h3>
1717

1818
<p>
1919
<h3>Paper</h3>
20-
<a href="/links/papers/arrow-calculus-jfp.pdf">The Arrow Calculus</a>.
20+
<a href="papers/arrow-calculus-jfp.pdf">The Arrow Calculus</a>.
2121
Sam Lindley, Philip Wadler, and Jeremy Yallop.
2222
Journal of Functional Programming, January 2010.
2323
</p>
2424

2525
<p>
2626
<h3>Tech report</h3>
27-
<a href="/links/papers/arrow-calculus-tr2008.pdf">The Arrow Calculus</a>,
27+
<a href="papers/arrow-calculus-tr2008.pdf">The Arrow Calculus</a>,
2828
Sam Lindley, Philip Wadler, and Jeremy Yallop.
2929
Tech report, 2008.
3030
</p>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Links</title>
55
<meta name="keywords" content="Philip Wadler, Phil Wadler, Links, XML, web programming languages, functional programming languages">
6-
<link rel="stylesheet" type="text/css" href="http://homepages.inf.ed.ac.uk/wadler/style.css" />
6+
<link rel="stylesheet" type="text/css" href="style.css" />
77
<link rel="stylesheet" type="text/css" href="links.css"/>
88
</head>
99
<body>

style.css

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
body{padding:0px;background:#ffffff;color:#000000;font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;}
2+
a{color:#DE7008;}
3+
a:hover{color:#E0AD12;}
4+
#logo{padding:0px;margin:0px;}
5+
div#mainClm{float:right;width:66%;padding:30px 7% 10px 3%;border-left:dotted 1px #E0AD12;}
6+
div#sideBar{margin:20px 0px 0px 1em;padding:0px;text-align:left;}
7+
#header{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;border-top:1px solid #eeeeee;border-bottom:dotted 1px #E0AD12;background:#F5E39E;color:white;}
8+
h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}
9+
h1 a:link {text-decoration:none;color:#F5DEB3}
10+
h1 a:visited {text-decoration:none;color:#F5DEB3}
11+
h1{padding:25px 0px 10px 5%;border-top:double 3px #BF5C00;border-bottom:solid 1px #E89E47;color:#F5DEB3;background:#DE7008;font:bold 300% Verdana,Sans-Serif;letter-spacing:-2px;}
12+
h2{color:#9E5205;font-weight:bold;font-family:Verdana,Sans-Serif;letter-spacing:-1px;}
13+
h3{margin:10px 0px 0px 0px;color:#777777;font-size:105%;}
14+
h4{color:#aa0033;}
15+
h6{color:#B8A80D;font-size:140%;}
16+
b.orange{color:#DE7008;}
17+
a.note {text-decoration:none;}
18+
a.note span {text-decoration:none;display:block;color:#FFFFFF;font-size:small;}
19+
a.note:hover span {text-decoration:none;display:block;color:#FFFFFF;font-size:small;color:#DE7008;}
20+
blockquote {
21+
padding: 0 0 0 35px;
22+
background: #fff url('http://homepages.inf.ed.ac.uk/wadler/blockquote.gif') 0 0 no-repeat;
23+
}
24+
25+
/* a span#note {display:none;} */
26+
/* a:hover span#note {display:block;font-size:small;} */

0 commit comments

Comments
 (0)