Metapost: Blogger Interface Part Deux

Can I call upon all you CSSers to help once again? Google has apparently updated the interface again because we've gone from this:


To this:


I need to know how to get back to the first one based on the changes they've applied, and I don't have the foggiest clue where to begin. Thank you all in advance.

6 comments:

depizan said...

It's like they're trying to irritate people. Oy.

Jess said...

Google, I wish you get stuck in ALL THE LINES at the DMV.

Ana, code update sent!

Loquat said...

Hrm. My Stylebot CSS stuff for the blogger interface is still there, on my computer, but most of it doesn't seem to be working anymore. Maybe they changed the internal names for things?

Anyhow, here's some CSS code for part of a quick-and-dirty fix.

div.GM1BAGKBG5 {
background-color: #999999;
border-style: solid;
border-color: #000000;
border-top-width: 1px;
}

div.GM1BAGKBF5B {
border-color: #000000;
border-style: solid;
border-width: 1px;
background-color: #ffffff;
}

td.GM1BAGKBBO {
background-color: #ffffff;
border-color: #000000;
border-width: 1px;
border-style: solid;
padding-top: 1px;
padding-bottom: 1px;
}

div.GM1BAGKBL5 {
background-color: #999999;
border-style: solid;
border-bottom-width: 1px;
border-color: #000000;
}

div.GM1BAGKBA5 {
border-style: none;
border-color: #000000;
border-top-width: 1px;
border-bottom-width: 1px;
}

Ana Mardoll said...

Thank you!! I've got it fixed now, thanks to you, and I'll update the "how to fix it" post tonight when I get a chance.

Ana Mardoll said...

OP has been updated to reflect the latest changes in Blogger.

Sven said...

I updated the code on the Stylish site: http://userstyles.org/styles/75449/blogger-usability-improvements .

If you used this to page install the style, you can just visit the site again and hit the "update with stylish" button.

Post a Comment