Archive for the ‘ CSS ’ Category
I gave my MySpace styles a new home here: miahz’s MySpace Profile Stylesheet and here: miahz’s MySpace Blog Stylesheet. I also added a few new rules for the Calendar section on the profile stylesheet. I had never had any calendar events, so didn’t know it needed some extra help. MySpace code is disgusting—endless nested tables, nearly impossible [ READ MORE ]
Update 20070528: The styles on this page are obsolete. The current stuff is on these pages: miahz’s MySpace Profile Stylesheet miahz’s MySpace Blog Stylesheet Someone asked for the stylesheets i used for my MySpace profile, but, ironically, there was no way to post the commented CSS on MySpace. So here they are. I developed these more or [ READ MORE ]
A lot of what is going on in this phase is basically synching with the 1.x changes to Firefox. The last release-quality version of LCD was during the 0.8 era. I maintained a working copy on the newer releases at home, but usually only hacked it up enough to get it working. [ READ MORE ]
My patch for Bug 235277 was essentially my “flex hack” that i developed while working on LCD. It uses the -moz-flex style property to force an element to fill the available space in its container, and then flips that object’s orientation in its container using -moz-orient: vertical so that it expands vertically instead of [ READ MORE ]
Did the same tab icons fix i had to do for Flock. For all my tab icon effects, i used variations of the selector tab > .tab-icon {} in browser/browser.css. The new .tab-middle element stuck in the middle broke that selector, and all my tab icon effects. But instead of adding the [ READ MORE ]