Fixed

Spent a few minutes to create a decent Stylish profile to put blipfoto back to dark greys, rather than the horribly harsh white...

In case you are interested here is what I've got so far - I've still a few things to fix though...

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.blipfoto),
               url-prefix(https://www.blipfoto.com),
               url-prefix(https://production.blipfoto.com) {
    body          { background-color: #212121; }
    #main         { background-color: #212121;
                    color: #fff; }
    header.topbar { background-color: #000; }
    div.entryImage     { background-color: #000; }
    html.sceditor-html { color: #fff;
                         padding: 0 5px; }
    .usercallout .text,
    .usercallout .text h2,
    .usercallout .text a,
    .comments #commentlist ul li a.actionbutton,            
    .nav a        { color: #fff; }
    .nav a:hover  { color: #ccf; }
    footer.footer { height: 126px; }            
}

Comments
Sign in or get an account to comment.