Metapost: Blogger Update (01/22/2013)

Since my last update, Blogger has majorly broken the code which was supposed to make the dashboard accessible to people with visual processing disabilities. If anyone is willing to take a crack at restoring things back to viewable, I would be massively appreciative. This most recent update has broken pretty much everything, so I can't fix it via small tweaks.

Update: Here is the latest fix.



/* ---------------- */
/* ALL PAGES */
/* ---------------- */

li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
/* ALL -- Font Size */
font-size: 12px !important;
}

div.GLVTYVNG5 {
/* BACKGROUND */
background-color: #999999 !important;
border-color: #000000 !important;
border-width: 1px !important;
border-style: solid !important;
}

/* ---------------- */
/* POSTS */
/* ---------------- */

div.GLVTYVNI5 {
/* POSTS -- Left bar options -- BACKGROUND COLOR */
padding-left: 5px !important;
margin-left: 25px !important;
border-width: 1px !important;
border-style: solid !important;
background-color: #ffffff !important;
}

a.blogg-button.blogg-primary {
/* POSTS -- Left bar options -- ORANGE NEW POST BUTTON */
margin-left: 20px !important;
}

span.GLVTYVNJGB {
/* POSTS -- Left bar options -- ALL/DRAFT/PUBLISHED */
width: 200px !important;
font-size: 10px !important;
margin-bottom: -5px !important;
margin-top: -5px !important;
}

.blogg-posttable {
/* POSTS -- Table containing scheduled/drafted posts -- LOCATION & BORDER & COLOR */
margin-left: 0px !important;
border: 1px solid #000000 !important;
background-color: #ffffff !important;
}

.blogg-posttable .blogg-visible-on-select {
/* POSTS -- Table containing scheduled/drafted posts -- WIDTH */
color: #000000 !important;
margin-top: 0px !important;
padding-bottom: 0px !important;
}

div.blogg-visible-on-select {
/* POSTS -- Table containing scheduled/drafted posts -- EDIT/DELETE FONT SIZE */
font-size: 0 !important;
}

a.GLVTYVNLB {
/* POSTS -- Table containing scheduled/drafted posts -- LABEL FONT SIZE */
font-size: 10px !important;
color: #000000 !important;
}

span.GLVTYVNOPB {
/* POSTS -- Table containing scheduled/drafted posts -- DRAFT/SCHEDULED FONT SIZE */
font-size: 8px !important;
}

div.GLVTYVNAC {
/* POSTS -- Table containing scheduled/drafted posts -- LABEL FIELD LENGTH */
width: 500px !important;
}

td.GLVTYVNCO {
/* POSTS -- Table containing scheduled/drafted posts -- WIDTH */
border-color: #000000 !important;
padding: 2px !important;
}

/* ---------------- */
/* POST EDITOR */
/* ---------------- */

.editor .htmlBox, .editor .composeBox {
/* EDITOR -- Main text entry field */
max-width: 700px !important;
height: 550px !important;
}

div.htmlBoxWrapper {
/* EDITOR -- Area behind main text entry field */
background-color: #999999 !important;
}

div.optionHolder {
/* EDITOR -- Right bar Post Settings */
background-color: #f0f0f0 !important;
border-style: solid !important;
border-color: #000000 !important;
}

0 comments:

Post a Comment