The My Opera forums have been replaced with forums.opera.com. Please head over there to discuss Opera's products and features
See the new ForumsYou need to be logged in to post in the forums. If you do not have an account, please sign up first.
Can't get user stylesheets to work
Hi guys!I've been having an issue getting user stylesheets to work for a long long time but only now decided to ask for help from the community.
And the reason for doing that was the new and awful Twitter redesign. I absolutely hate that they swapped the timeline and the dashboard (profile, trends, etc) and as a result I decided to write a custom stylesheet.
To begin with, the CSS rules are:
.wrapper {
width: 950px;
}
.content-main {
float: left;
width: 635px;
}
.dashboard {
float: right;
}
So, what I do is save these rules as a file, then go to twitter.com, right click on the page, choose "Edit Site Preferences...", open the "Display" tab and choose the CSS file that I just created in the "My style sheet" field. Then, to make sure that user stylesheets are enabled, I open style options and ensure that "My style sheet" checkboxes are ticked in both sections (Author mode and User mode) of the "Presentation Modes" tab.
And, behold, it doesn't work!
I've been trying to use this feature since it was introduced in around v9 but I've never managed to get it to work. What am I doing wrong?
I'm pretty sure that the CSS rules are correct because they work with this Chrome extension. But Opera just refuses to understand what I want from it
Originally posted by MrMorpheus:
To begin with, the CSS rules are:.wrapper { width: 950px; } .content-main { float: left; width: 635px; } .dashboard { float: right; }
Try
.wrapper {width: 950px !important;}
.content-main {float: left !important; width: 635px !important;}
.dashboard {float: right !important;}
Then, to make sure that user stylesheets are enabled, I open style options and ensure that "My style sheet" checkboxes are ticked in both sections (Author mode and User mode) of the "Presentation Modes" tab.
Tick only User Mode
Lastly make sure that you view the page in user mode (View>Style>User Mode)
Opera 11.64,Puppy Linux 5.6 Precise