AutoPublish
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Welcome to JnF.me</title>
|
<title>Welcome to JnF.me</title>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
* {margin: 0; border: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; font-weight: 300;}
|
* {margin: 0; border: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; font-weight: 300;}
|
||||||
html, body {height: 100%; min-height: 100%;}
|
html, body {height: 100%; min-height: 100%;}
|
||||||
@@ -40,15 +40,13 @@
|
|||||||
#infojason a {color: #929FB1;}
|
#infojason a {color: #929FB1;}
|
||||||
#infoflo a {color: #333333;}
|
#infoflo a {color: #333333;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
-webkit-transition: all 0.3s ease;
|
-webkit-transition: all 0.3s ease;
|
||||||
-moz-transition: all 0.3s ease;
|
-moz-transition: all 0.3s ease;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
|
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('a.openlink, a.closelink').click(function(e) {
|
$('a.openlink, a.closelink').click(function(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user