Skip to content

Instantly share code, notes, and snippets.

@aussetg
Created September 5, 2014 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aussetg/3402816dcc863034cb55 to your computer and use it in GitHub Desktop.
Save aussetg/3402816dcc863034cb55 to your computer and use it in GitHub Desktop.
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#839496}::-moz-selection{background:#FF5E99;color:#fff;text-shadow:none}::selection{background:#FF5E99;color:#fff;text-shadow:none}a, a:active, a:visited{color:#b58900}a:link{-webkit-tap-highlight-color:#FF5E99}body{line-height:1.5;font-size:22px;background:#fdf6e3;color:#839496 font-family:"Gentium",Georgia,"Times New Roman",Times,serif}strong{font-weight:bold}dt{font-weight:bold}h1{font-size:1.6em}h1 a:hover{-webkit-text-stroke:3px #073642}h2{font-size:1.3em}h3{font-size:1em}h1, h2, h3, h4, h5, h6{color:#657b83;border-color:#839496;font-weight:normal;font-family:"Open Sans", sans-serif}td{padding:8px}blockquote{font-style:italic;background:#eee8d5;padding:5px 20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.title{text-align:center}.large{font-size:5em}.container{margin:10px;padding-bottom:50px;color:#657b83}.header{margin:auto;font-size:16px;display:block;text-align:left}.content{width:60%;margin:0 auto;display:block}.home-menu .pure-menu-heading{background:#b58900;color:#fdf6e3;font-weight:400;font-size:120%}.pure-menu.pure-menu-open{background:#93a1a1}.pure-menu li a{color:#657b83}.pure-menu li a:hover{background:#fdf6e3}.home-menu li a:hover, .home-menu li a:focus{background:none;border:none;color:#fdf6e3}.footer .pure-menu-horizontal, .footer .pure-menu-open, .footer .pure-menu{background:#fdf6e3}.footer{text-align:center;padding:1em 0}.footer li a{background:#fdf6e3;color:#93a1a1;font-size:70%}.footer .pure-menu li a:hover, .footer .pure-menu li a:focus{background:none}@media(max-width:768px){.content{width:95%;font-size:80%}.pure-menu li a{padding:5px 10px}.home-menu .pure-menu-heading{padding:5px 15px}}@media(max-width:384px){.pure-menu li a{padding:5px 5px}.home-menu .pure-menu-heading{font-size:110%;padding:5px 10px}}pre{margin-bottom:20px}pre, code{font-family:"Source Code Pro", monospace;font-size:80%}pre{color:#93a1a1;background-color:#073642;border:1pt solid #93a1a1;padding:1em;box-shadow:5pt 5pt 8pt #eee8d5}pre.sourceCode, table.sourceCode, table.sourceCode *{font-family:monospace}code.sourceCode span.kw{color:#b58900;font-weight:bold}code.sourceCode span.dt{color:#2aa198}code.sourceCode span.dv{color:#586e75}code.sourceCode span.bn{color:#cb4b16}code.sourceCode span.fl{color:#2aa198}code.sourceCode span.ch{color:#dc322f}code.sourceCode span.st{color:#d33682}code.sourceCode span.co{color:#586e75;font-style:italic}code.sourceCode span.ot{}code.sourceCode span.al{color:#859900;font-weight:bold}code.sourceCode span.fu{color:#268bd2}code.sourceCode span.re{}code.sourceCode span.er{color:#dc322f;font-weight:bold}
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ausset</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" type="text/css" href="default.css" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans|Gentium+Basic:400,400italic|Source+Code+Pro" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css">
<!--<![endif]-->
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-open">
<a href="./" class="pure-menu-heading">Test</a>
<ul>
<li><a href="#">blog</a></li>
<li><a href="#">cheatsheets</a></li>
<li><a href="#">me</a></li>
</ul>
</div>
</div>
<div class="container pure-g">
<div class="content pure-u-1 pure-u-md-1-2">
<h2>Latest posts</h2>
<ul>
<li>
<a href="#">Test</a> - September 4, 2014
</li>
</ul>
<p>…or you can find more in the <a href="./blog.html">archives</a>.</p>
</div>
</div>
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
<li><a href="http://jaspervdj.be/hakyll/">hakyll</a></li>
<li><a href="http://purecss.io/">purecss</a></li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment