Metapost: Blogger Update, Part 3

I'm pretty certain (though I am on my work computer, so there may be something going on there that I need to recheck at home, but work computer was working just fine last week) that Google Blogger has changed the field names in the Blogger Interface again, thereby breaking the Stylish/StyleBot changes again.

If anyone wants to get a head-start on re-skinning the interface again, I'd much appreciate it, otherwise I'm going to have to sort this out when I get home tonight.

(Dear Google: Fuck you and your continued hostility to people with visual/information processing disorders. You are evil.)

5 comments:

Duncan said...

Have you looked at offline blogging tools? I know Windows Live has one that you can get for free. It may be a longer term solution if Google are hell bent on screwing round with the stylesheet until they've driven everyone off the platform.

Loquat said...

Here's a start:

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

div.GFUQPS5BF5 {
background-color: #999999;
}

div.GFUQPS5BK5 {
background-color: #999999;
}

td.GFUQPS5BBO {
background-color: #e0e0e0;
border-style: solid;
border-color: #000000;
padding-bottom: 1px;
padding-top: 1px;
}

Ana Mardoll said...

That helped immensely, thank you. Updated the OP again.

http://www.anamardoll.com/2012/09/metapost-new-old-blogger-interface.html

Loquat said...

Ok, looked at your pic from the last meta post, and here's an approximation of that style:

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

div.GFUQPS5BF5 {
background-color: #999999;
padding-top: 0;
}

div.GFUQPS5BK5 {
background-color: #999999;
border-color: #000000;
}

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

div.htmlBoxWrapper {
background-color: #999999;
}

span.GFUQPS5BJRB {
color: #ff0000;
text-transform: capitalize;
font-weight: bold;
}

div.GFUQPS5BP4 {
border-width: 1px;
border-color: #000000;
}

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

td.GFUQPS5BBO.GFUQPS5BDO.GFUQPS5BEO {
border-left-width: 1px;
}

td.GFUQPS5BBO.GFUQPS5BDP.GFUQPS5BEO {
border-left-width: 1px;
}

td.GFUQPS5BBO.GFUQPS5BDO.GFUQPS5BOO {
border-right-width: 1px;
}

td.GFUQPS5BBO.GFUQPS5BDP.GFUQPS5BOO {
border-right-width: 1px;
}

div.GFUQPS5BJAB {
background-color: #999999;
}

Isator Levi said...

Speaking of Google, TV Tropes has managed to put that "contentious" index back up.

Post a Comment