Skip to content

Commit

Permalink
add lite version
Browse files Browse the repository at this point in the history
  • Loading branch information
waynezhang committed Apr 11, 2012
1 parent ae3a712 commit bde8190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<div id="container">
<div id="main" role="main">
<header>
<h1>{{ site.name }}</h1>
<h1><a title="{{ site.name }}" class="" href="/">{{ site.name }}</a></h1>
</header>
<nav>
<span><a title="home page" class="" href="/">home</a></span>
<span><a title="archive" class="" href="/archive.html">archive</a></span>
<span><a title="tags" class="" href="/tags.html">tags</a></span>
<span><a title="about" class="" href="/about.html">about me</a></span>
Expand All @@ -33,7 +32,7 @@ <h1>{{ site.name }}</h1>
<span><a title="subscribe me" class="" href="/atom.xml">feed</a></span>
</nav>
{{ content }}
<div id="copy">&copy; 2006 ~ 2012 wayne | powered by jekyll | themed by <a href="http://lhzhang.com" title="sext ii">sext ii</a></div>
<div id="copy">&copy; 2006 ~ 2012 wayne | powered by jekyll | themed by <a href="http://lhzhang.com" title="sext iii">sext iii</a></div>
</div>
</div> <!--! end of #container -->
</body>
Expand Down
16 changes: 8 additions & 8 deletions media/css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*------------------------------------
* sext-ii
* sext-iii
*
* @author [email protected]
* @link http://lhzhang.com/
* @update 2012-02-13
* @update 2012-04-12
*
* |/ | (~ (~
* |\.|._)._)
Expand All @@ -18,9 +18,8 @@ h1{font-family:"Cuprum",sans-serif;font-size:2.2em;color:#000;}
h2{font-family:"Cuprum",sans-serif;font-size:1.3em;color:#111;}
h3{font-family:"Cuprum",sans-serif;font-size:1.2em;color:#222;}
h4{font-family:"Cuprum",sans-serif;font-size:1em;color:#333;}
.center{text-align:center;}
a{color:#dd0000;text-decoration:none;}
a:hover{color:#333333;text-decoration:underline;}
a{color:#a9a9a9;text-decoration:none;}
a:hover{color:#333333;-webkit-transition:color .2s linear;}
hr{margin:.7em 0;border-top:1px dashed #d0d0d0;border-bottom:1px dashed #f9f9f9;}
p{padding:.7em 0;}
li{padding:.2em 0;}
Expand All @@ -29,9 +28,12 @@ pre code{margin:1em 0;font-size:13px;font-family:Menlo,monospace;line-height:1.6
blockquote{display:block;text-align:justify;border-left:4px solid #eeeeee;}
blockquote{margin:1em 0em;padding-left:1.5em;}
blockquote p{margin:0;padding:0;}
.center{text-align:center;}
#container{width:600px;margin:2em auto;display:block;padding:0 2em;}
.content{font-size:16px;line-height:24px;margin-bottom: 2em;}
.content img{max-width:600px;display:block;margin:4px auto;-webkit-box-shadow:#999 1px 1px 4px;-moz-box-shadow:#999 1px 1px 4px;box-shadow:#999 1px 1px 4px;}
.post a{color:#dd0000;text-decoration:none;}
.title a{color:#dd0000;text-decoration:none;}
#tag_cloud{margin-bottom: 1em;}
#tag_cloud a:hover{color:#333333 !important;text-decoration:none;}
.listing-item,.listing-seperator{list-style-type:none;}
Expand All @@ -41,12 +43,10 @@ blockquote p{margin:0;padding:0;}
header h1{padding:.5em 0;text-align:center;color:#666;}
nav{font-family:"Electrolize",sans-serif;font-size:1em;text-transform:uppercase;padding: .3em 0;text-align:center;border-bottom:1px solid #ccc;}
nav a{margin:0 1em; color:#999;}
nav a:hover{-webkit-transition:color .2s linear;}
.title{text-align:center;margin-top:3em;}
.meta{text-align:center;font-size:14px;color:#d0d0d0;}
.meta a{color: #a9a9a9;}
.post{padding:1em 0em;}
#copy {display:block; font-family:"Galdeano"; font-size: .9em; text-align: center;margin-top: 2em; color: #eeeeee;}
#copy {display:block; font-family:"Galdeano"; font-size: .9em; text-align: center;margin-top: 2em; color: #e0e0e0;}
#copy a {color: #eeeeee; text-decoration: underline;}
#dsq-global-toolbar,#dsq-like-tooltip,#dsq-sort-by,.dsq-comment-moderate{display:none;}
.dsq-comment-header{border: none !important;background:none !important;}
Expand Down

0 comments on commit bde8190

Please sign in to comment.