My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 11, 2009
    issue 2 (class "alignleft" and "alignright" are not respected) commented on by venzterbank   -   Thanks Kevin, really great.
    Thanks Kevin, really great.
  • Jul 27, 2009
    PossibleNewFeatures (A list of possible new features, write yours!) Wiki page commented on by getShq   -   Its a great theme. It would be so nice to have sidebars in a similar fashion to that of content. Perhaps on both sides of the blog but in separate windows and dis-contiguous. And also, adding widgets would also be great. Is development still underway ? Thanks,
    Its a great theme. It would be so nice to have sidebars in a similar fashion to that of content. Perhaps on both sides of the blog but in separate windows and dis-contiguous. And also, adding widgets would also be great. Is development still underway ? Thanks,
  • Mar 01, 2009
    issue 2 (class "alignleft" and "alignright" are not respected) commented on by kevin6887   -   This doesn't have any css for the classes created by wordpress. If you add this to layout css, it works. I added 'alignnone' but For some reason alignnone defaults to the left - not really a problem. post img, .post object, .post embed { display: block; margin: 2em auto; } /* Begin hack - */ /* css from default theme p img { padding: 0; max-width: 100%; } Using 'class="alignright"' on an image will (who would've thought?!) align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */ /* - begin hack */ img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } img.alignnone { margin: 2em auto; } .alignnone { margin: 2em auto; } .alignright { float: right; } .alignleft { float: left } /* End of hack remove */ /* End gallery images */
    This doesn't have any css for the classes created by wordpress. If you add this to layout css, it works. I added 'alignnone' but For some reason alignnone defaults to the left - not really a problem. post img, .post object, .post embed { display: block; margin: 2em auto; } /* Begin hack - */ /* css from default theme p img { padding: 0; max-width: 100%; } Using 'class="alignright"' on an image will (who would've thought?!) align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */ /* - begin hack */ img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } img.alignnone { margin: 2em auto; } .alignnone { margin: 2em auto; } .alignright { float: right; } .alignleft { float: left } /* End of hack remove */ /* End gallery images */
  • Feb 18, 2009
    issue 5 (Disable borders around smileys) reported by t...@preetz.us   -   Just a little bit of CSS like this: /** No border around smileys **/ .post img.wp-smiley { border: none; } Makes text with emoticons much more readable.
    Just a little bit of CSS like this: /** No border around smileys **/ .post img.wp-smiley { border: none; } Makes text with emoticons much more readable.
  • Feb 16, 2009
    PossibleNewFeatures (A list of possible new features, write yours!) Wiki page edited by rubenlozanoperez
  • Feb 16, 2009
    PossibleNewFeatures (A list of possible new features, write yours!) Wiki page added by rubenlozanoperez

Older

  • Sep 21, 2008
    r41 (Styles for menu ) committed by rubenlozanoperez   -   Styles for menu
    Styles for menu
  • Sep 21, 2008
    r40 (Deleting reset.css. Including reset styles on main css ) committed by rubenlozanoperez   -   Deleting reset.css. Including reset styles on main css
    Deleting reset.css. Including reset styles on main css
  • Sep 17, 2008
    r39 (Adding language_attributes to html tag) committed by rubenlozanoperez   -   Adding language_attributes to html tag
    Adding language_attributes to html tag
  • Sep 17, 2008
    r38 (Deleting old css) committed by rubenlozanoperez   -   Deleting old css
    Deleting old css
  • Sep 17, 2008
    r37 (Refactoring css and html code (incomplete yet)) committed by rubenlozanoperez   -   Refactoring css and html code (incomplete yet)
    Refactoring css and html code (incomplete yet)
  • Sep 02, 2008
    issue 2 (class "alignleft" and "alignright" are not respected) commented on by mnogueir   -   Oh, i just saw that all img are centered. I guess this is the wanted behaviour. However, one small thing: If i display a wordpress gallery with only one image, it gets left aligned (i guess the gallery container is centered...). If i put the image in the post without the gallery tag, it gets centered. In my opinion, it would be best to let the user decide, and include the "alignleft" and "alignright" classes on the CSS. Maybe just a "float:left; margin-right:1em;" would be enough...
    Oh, i just saw that all img are centered. I guess this is the wanted behaviour. However, one small thing: If i display a wordpress gallery with only one image, it gets left aligned (i guess the gallery container is centered...). If i put the image in the post without the gallery tag, it gets centered. In my opinion, it would be best to let the user decide, and include the "alignleft" and "alignright" classes on the CSS. Maybe just a "float:left; margin-right:1em;" would be enough...
  • Sep 02, 2008
    issue 3 (children "li" on category listing) reported by mnogueir   -   Maybe a: .children li { padding-left:1em; } on the CSS would make sub categories listing a bit more pretty... Just my opinion, of course ;) Thanks
    Maybe a: .children li { padding-left:1em; } on the CSS would make sub categories listing a bit more pretty... Just my opinion, of course ;) Thanks
  • Sep 02, 2008
    issue 2 (class "alignleft" and "alignright" are not respected) reported by mnogueir   -   After trying to align images in a post, none of the aligns worked... Thanks
    After trying to align images in a post, none of the aligns worked... Thanks
  • Aug 21, 2008
    r36 (Changing footer text) committed by rubenlozanoperez   -   Changing footer text
    Changing footer text
  • Aug 21, 2008
    r35 (Changing blog title style) committed by rubenlozanoperez   -   Changing blog title style
    Changing blog title style
  • Aug 20, 2008
    r34 (Creating branch 1.5) committed by rubenlozanoperez   -   Creating branch 1.5
    Creating branch 1.5
  • Aug 20, 2008
    r33 (Creating tag 1.1) committed by rubenlozanoperez   -   Creating tag 1.1
    Creating tag 1.1
  • Aug 20, 2008
    r32 (Creating branch 1.1) committed by rubenlozanoperez   -   Creating branch 1.1
    Creating branch 1.1
  • Aug 20, 2008
    r31 (Deleting branch 1.5) committed by rubenlozanoperez   -   Deleting branch 1.5
    Deleting branch 1.5
  • Aug 20, 2008
    r30 (Deleting tag 1.1) committed by rubenlozanoperez   -   Deleting tag 1.1
    Deleting tag 1.1
  • Aug 20, 2008
    r29 (Deleting tag 1.1) committed by rubenlozanoperez   -   Deleting tag 1.1
    Deleting tag 1.1
  • Aug 20, 2008
    r28 (Copy files tag 1.1) committed by rubenlozanoperez   -   Copy files tag 1.1
    Copy files tag 1.1
  • Aug 20, 2008
    r27 (Creating branch 1.5) committed by rubenlozanoperez   -   Creating branch 1.5
    Creating branch 1.5
  • Aug 20, 2008
    r26 (Creating branch 1.1) committed by rubenlozanoperez   -   Creating branch 1.1
    Creating branch 1.1
  • Aug 20, 2008
    r25 (Creating tag 1.1) committed by rubenlozanoperez   -   Creating tag 1.1
    Creating tag 1.1
  • Aug 19, 2008
    Collaborators (List of people who help to grow Vostok Theme:) Wiki page edited by rubenlozanoperez
  • Aug 18, 2008
    Collaborators (List of people who help to grow Vostok Theme:) Wiki page edited by rubenlozanoperez
  • Aug 18, 2008
    Collaborators (List of people who help to grow Vostok Theme:) Wiki page edited by rubenlozanoperez
  • Aug 18, 2008
    Collaborators (List of people who help to grow Vostok Theme:) Wiki page edited by rubenlozanoperez
  • Aug 18, 2008
    Collaborators Wiki page added by rubenlozanoperez
  • Aug 18, 2008
    r19 (Changed number of version in the css) committed by rubenlozanoperez   -   Changed number of version in the css
    Changed number of version in the css
  • Jul 26, 2008
    issue 1 (Invalid Doctype in header.php) commented on by thirsteh   -   Well, the theme is valid XHTML, -not- HTML, at least :-)
    Well, the theme is valid XHTML, -not- HTML, at least :-)
  • Jul 26, 2008
    issue 1 (Invalid Doctype in header.php) Status changed by rubenlozanoperez   -   The Doctype is correct because we are using html not xhtml
    Status: Invalid
    The Doctype is correct because we are using html not xhtml
    Status: Invalid
 
Hosted by Google Code