"It’s what people know about themselves inside that makes them afraid."
Andy Rutledge
thuc asked: hi galin, i just put up a post that doesn't show a bulleted list i made. can you tell me how to fix it please? thanks!
Hi, that will be fixed in the next update. It’s because the “Link” type of posts weren’t supposed to include lists… At least in my mind. So add to Custom CSS:
.link ul, ol { margin: 0 0 1.5em 40px; }
.link ul li, .link ol li { margin: 0 0 .5em 0; }
.link ul li { list-style: circle; }
.link ol li { list-style: decimal-leading-zero; }
caurea asked: I just started using tumblr and imported posts from my old blog (chyrp). Very often I used the 'code block' (<pre><code>...</code></pre>) and 'code' (<code>...</code>) formatting feature of markdown to display snippets of source code. This formatting was correctly imported into tumblr but your theme doesn't style <pre> or <code> blocks. Would you mind adjusting your theme to make those blocks stand out a bit more (maybe similar to blockquotes)?
This is one of the posts in my old blog:
http://caurea.org/2010/01/29/sprunge.us-shell-helper/
And this is what was imported into tumblr:
http://blog.caurea.org/post/1166449659/sprunge-us-shell-helper
Hi caurea,
Since the Tumblr text editor doesn’t have <code> or <pre> options for formatting, I haven’t included any styling.
But I’ll add something in the next update - when I get spare 1-2 hours :)
thuc asked: hi galin, i got the disqus to work, thanks! how do i get the RSS button to show like you have at the top of your site? thanks!
Hi, your long description has pushed the icons away :) Unfortunately some flexibility is sacrificed there. If you want only the RSS link, I’d suggest some manual work:
- Add #header-right { width: 10%; } #header-right a.random, #header-right a.archive { display: none; } to the Custom CSS box.
- Save. It should be there now.
Callisto is Updated
… And there’s a whole new page about Callisto explaining how to enable the Disqus commenting system and the Google Analytics input. If you want to use them, of course.
Any theme related info will be added there.
flatguy-deactivated20110322-dea asked: When I open notes on a post in Callisto theme, they go just over the menus in on the left side.
And I can't see icons for random post, rss and archive.
Thank you.
Sorry about that. It’s fixed in the upcoming update which I’ll submit for approval today. In the meanwhile you can add this code to Customize -> Advanced -> Custom CSS:
ol.notes { width: 540px; clear: right; margin: -4em 0 3em 0; background: none; float: right; text-align: left; }
ol.notes li { padding: 2px 0;}
ol.notes li img { padding-right: 10px; margin-bottom: -5px; opacity: 0.70; filter:alpha(opacity=70); }
ol.notes li img:hover { opacity: 1; filter:alpha(opacity=100); }
It would fix the “likes”.
And the header icons are intended to disappear if the title and/or description is too long.