</head>
<body>
<div id="fork">
-<a href="http://github.com/you"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> <div id="container">
+<a href="http://github.com/ithinksw/philo"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> <div id="container">
<header id="nameplate">
<h1>Philo</h1>
</header><!-- /#nameplate -->
text-shadow: 0 1px 0 #FFF;
font-family: Helvetica, Arial, serif; }
-a {
- color: black;
- text-decoration: none;
- background: #aebbd5;
- padding: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- -o-border-radius: 3px;
- -ms-border-radius: 3px;
- -khtml-border-radius: 3px;
- border-radius: 3px; }
- a:hover {
- background: #95a1bb;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65); }
-
#container {
width: 750px;
margin: 20px auto;
box-shadow: 0 1px 0 white;
font-family: "Expletus Sans", Helvetica, Arial, serif; }
+#content a {
+ color: black;
+ text-decoration: none;
+ background: #aebbd5;
+ padding: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -o-border-radius: 3px;
+ -ms-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ border-radius: 3px; }
+ #content a:hover {
+ background: #95a1bb;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65); }
#content p, #content ul, #content ol, #content header {
margin-bottom: 1.563em; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
@include body-text;
}
-a{
- color: darken($foreground, 20%);
- text-decoration:none;
- background: darken($page-background, 15%);
- padding:3px;
- @include border-radius(3px);
- &:hover{
- background: desaturate(darken($page-background, 25%), 10%);
- text-shadow: 0 1px 0 rgba(255,255,255,.65);
- };
-}
-
#container{
width: $page-width;
margin:20px auto;
}
#content{
+ a{
+ color: darken($foreground, 20%);
+ text-decoration:none;
+ background: darken($page-background, 15%);
+ padding:3px;
+ @include border-radius(3px);
+ &:hover{
+ background: desaturate(darken($page-background, 25%), 10%);
+ text-shadow: 0 1px 0 rgba(255,255,255,.65);
+ };
+ }
p, ul, ol, header{
@include margin-trailer;
}