Skip to content

Commit

Permalink
Renamed _yotsuba.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbot committed Mar 7, 2012
1 parent 0fc114d commit ada7ea3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -6,12 +6,12 @@ Features!

1. Uses HTML5 semantic tags throughout! The header is in a <header> block, each post is an <article>, post dates are inside (incorrect, nonstandard) <time> tags. The HTML5 outliner produces a correct outline. Shit's beautiful!
2. Uses <a href="http://sass-lang.com">Sass</a> to inline @import directives!
2. <a href="http://c1qfxugcgy0.tumblr.com/post/17714651298/responsive-design-hijinx">Theme scales from 3000 pixel wide monitors down to 320 pixel wide phones!</a>
2. <a href="http://c1qfxugcgy0.tumblr.com/post/17714651298/responsive-design-hijinx">Theme scales from 3000 pixel wide wall monitors down to 320 pixel wide phones!</a>
3. <a href="http://c1qfxugcgy0.tumblr.com/post/17363683243/wait-a-minute">Code highlighting!</a>
4. Semantic "older posts" "newer posts" navigation links!
4. Logical "older posts" "newer posts" navigation links!
5. Minified CSS and HTML!
6. <a href="http://c1qfxugcgy0.tumblr.com/post/13182369086/how-to-use-css-to-format-pesterlog-text">Pesterchat formatted text!</a>
7. <a href="http://c1qfxugcgy0.tumblr.com/post/16071364335/theworstpersonintheworld-zachandmax-this">Yotsuba-themed posts!</a> That are kinda broken, and a real pain in the ass to write! This will be slightly less fucked in version 1.1.0!
7. <a href="http://c1qfxugcgy0.tumblr.com/post/16071364335/theworstpersonintheworld-zachandmax-this">Imageboard-themed posts!</a> That are kinda broken, and a real pain in the ass to write! This will be slightly less fucked in version 1.1.0!
8. No description field! If you let a Tumblr user describe themselves, they'll tell the world their age (14) their gender/orienation (asexual homoromantic) and favorite pony. (Rainbow Dash) YAA removes this temptation!
9. <a href="https://github.com/bbot/themes/commit/753a639b18efa19a30271042ca8e80750c01eeeb">Displays warning box for people using old versions of IE6,</a> because fuck those guys!
10. <a href="https://github.com/bbot/themes/commit/046249aa93df9b82312648f9c45653d214a3618f">UI interface for toggling stylesheet features!</a>
Expand All @@ -20,8 +20,8 @@ Features!

Bugs!

1. Some post types are implemented in the theme but don't have CSS rules. Will be fixed in 0.9.1
1. Some post types are implemented in the theme but don't have CSS rules. Will be fixed in 0.9.5
2. I went far, far out of my way to break compatibility with older browsers.
3. Doesn't validate! Tumblr appends a bunch of crap to any HTML they generate that makes almost any DTD fail validation, which is a shame.
4. There's a bit of a combinatorial problem with having four different blocks of CSS that people might want to toggle on and off. Rather than having 16 different versions of the stylesheet, there are only three: basic page styling, basic+code highlighting, basic+all the bells and whistles. This isn't as flexible as it could possibly be, but I don't care.
4. There's a bit of a combinatorial problem with having four different blocks of CSS that people might want to toggle on and off. Rather than having 16 different versions of the stylesheet, <a href="http://c1qfxugcgy0.tumblr.com/post/18855178309/version-0-9-0-of-yet-another-atlantic-released">there are only three:</a> basic page styling, basic+code highlighting, basic+all the bells and whistles.
5. The CSS isn't quite the flawless masterpiece it could be.
2 changes: 1 addition & 1 deletion templates/yaa3.scss
@@ -1,4 +1,4 @@
@import "../_core";
@import "../_prettify";
@import "../_pesterlog";
@import "../_yotsublue";
@import "../_imageboard";

0 comments on commit ada7ea3

Please sign in to comment.