eg/tryhy: add footer
This commit is contained in:
parent
d8515c54f9
commit
564bef5db8
@ -30,6 +30,7 @@ body {
|
|||||||
margin-top: 177px;
|
margin-top: 177px;
|
||||||
margin-left: 230px;
|
margin-left: 230px;
|
||||||
-webkit-transform: skew(4deg) rotate(4deg);
|
-webkit-transform: skew(4deg) rotate(4deg);
|
||||||
|
transform: skew(4deg) rotate(4deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#hy-console.console div.jquery-console-inner {
|
div#hy-console.console div.jquery-console-inner {
|
||||||
@ -38,3 +39,18 @@ div#hy-console.console div.jquery-console-inner {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
margin-left: 165px;
|
||||||
|
margin-top: 65px;
|
||||||
|
-webkit-transform: skew(4deg) rotate(4deg);
|
||||||
|
transform: skew(4deg) rotate(4deg);
|
||||||
|
font-family: monospace;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer a {
|
||||||
|
color:#686868;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
@ -10,12 +10,13 @@
|
|||||||
var hy_version = '{{hy_version}}';
|
var hy_version = '{{hy_version}}';
|
||||||
var server_software = '{{server_software}}';
|
var server_software = '{{server_software}}';
|
||||||
</script>
|
</script>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Coda|Orbitron' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||||
<meta property="og:title" content="try-hylang" />
|
<meta property="og:title" content="try-hylang" />
|
||||||
<meta property="og:image" content="http://docs.hylang.org/en/latest/_images/hy_logo-smaller.png" />
|
<meta property="og:image" content="http://docs.hylang.org/en/latest/_images/hy_logo-smaller.png" />
|
||||||
<meta property="og:description" content="hylang repl">
|
<meta property="og:description" content="hylang repl">
|
||||||
<body>
|
<body>
|
||||||
<div id="hy-console" class="console">
|
<div id="hy-console" class="console"></div>
|
||||||
</div>
|
<div id="footer"><a href="https://github.com/hylang/hy/pull/316" target="_new">hy/pull/316</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user