Skip to content

Commit

Permalink
notes count
Browse files Browse the repository at this point in the history
  • Loading branch information
trivektor committed Jan 9, 2012
1 parent 3dfb908 commit 9fecb58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 20 deletions.
1 change: 1 addition & 0 deletions README.mkdn
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
A WIP theme for Tumblr. Preview at http://trivuong.tumblr.com
12 changes: 3 additions & 9 deletions public/css/master.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -139,16 +139,10 @@ input::-webkit-input-placeholder {
display: block; } display: block; }
#entries_column .entry .note_count { #entries_column .entry .note_count {
display: block; display: block;
background: #55a1d5; width: 100%;
color: #fff; overflow: hidden;
text-align: center;
border-radius: 20px;
margin-top: 10px; margin-top: 10px;
text-shadow: 0 1px 1px #444; text-align: center; }
box-shadow: 0 1px 0 #eaf4ff inset;
background: url(images/chat_blue.png) repeat-x bottom left #3da6ff;
border: 1px solid #0d3a64;
padding: 2px 0; }
#entries_column .entry .content { #entries_column .entry .content {
margin-left: 93px; } margin-left: 93px; }
#entries_column .entry .content .title { #entries_column .entry .content .title {
Expand Down
12 changes: 3 additions & 9 deletions public/css/master.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -164,16 +164,10 @@ input::-webkit-input-placeholder { color:#FFE8CC }
} }
.note_count { .note_count {
display:block; display:block;
background:#55a1d5; width:100%;
color:#fff; overflow:hidden;
text-align:center;
border-radius:20px;
margin-top:10px; margin-top:10px;
text-shadow:0 1px 1px #444; text-align:center;
box-shadow:0 1px 0 #eaf4ff inset;
background:url(images/chat_blue.png) repeat-x bottom left #3da6ff;
border:1px solid #0d3a64;
padding:2px 0;
} }
.content { .content {
margin-left:93px; margin-left:93px;
Expand Down
4 changes: 2 additions & 2 deletions public/tumblr.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ <h1 class='title'>
<div class="month">{ShortMonth}</div> <div class="month">{ShortMonth}</div>
<div class="day">{DayOfMonthWithZero}</div> <div class="day">{DayOfMonthWithZero}</div>
</div> </div>
<div class="post_type_icon"> <div class="post_type_icon">
<img src="http://red-green-tumblr.heroku.com/css/images/{PostType}_icon.png" /> <img src="http://red-green-tumblr.heroku.com/css/images/{PostType}_icon.png" />
</div> </div>


{block:NoteCount} {block:NoteCount}
<!-- <a class="note_count" href="{Permalink}#notes">{NoteCountWithLabel}</a> --> <a class="note_count" href="{Permalink}#notes">{NoteCountWithLabel}</a>
{/block:NoteCount} {/block:NoteCount}


</div> </div>
Expand Down

0 comments on commit 9fecb58

Please sign in to comment.