Active Topics

 


Reply
Thread Tools
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#1
I've put together a set of css files of both my own creation and blatent copying off the threads here. Remember to turn off "fit to screen" option in microb since you won't need it anymore. I also run with the iphone user agent string so that may change some of the content.

I've tried to segregate the fixes as much as possible so you can experiment with some and not others just by placing a // in the userContent.css file. Use /* include ... */ to remove blocks.

As always feedback is welcome. If people post sites that need to work better I'll try and get around to them, but sometimes a single page of work can take hours to beat into submission with css tweaks.

Google maps mashups will not work until you add the url-prefix to the maps.google.com.css file.

EDIT: updated zip file
Attached Files
File Type: zip userContent.zip (12.8 KB, 595 views)

Last edited by brontide; 2008-05-02 at 13:02.
 

The Following 15 Users Say Thank You to brontide For This Useful Post:
mrlanrat's Avatar
Posts: 292 | Thanked: 46 times | Joined on Oct 2007
#2
I know this is elsewhere on this forum but how do I put this on my tablet?
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#3
Unzip it, take the usercontent.css and the other folders and place it in /home/user/.mozilla/microb/chrome

If you don't know how to get there, well search for it on this forum. Just look up usercontent.css or chrome directory.

Edit: Thanks brontide, I'm going have to sift through this and add the css code I want.
Edit: By URL prefix to google.maps do you mean.. the "www" prefix? Because I tried that and it still doesn't work (just shows a gray box where Google Maps should be). Didn't notice any differences from that CSS code and the one that's been presented for full screen Google Maps though (which I had working).
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...

Last edited by Laughing Man; 2008-04-25 at 17:43.
 

The Following User Says Thank You to Laughing Man For This Useful Post:
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#4
Originally Posted by brontide View Post
I've put together a set of css files of both my own creation and blatent copying off the threads here. Remember to turn off "fit to screen" option in microb since you won't need it anymore. I also run with the iphone user agent string so that may change some of the content.

I've tried to segregate the fixes as much as possible so you can experiment with some and not others just by placing a // in the userContent.css file.

As always feedback is welcome. If people post sites that need to work better I'll try and get around to them, but sometimes a single page of work can take hours to beat into submission with css tweaks.

Google maps mashups will not work until you add the url-prefix to the maps.google.com.css file.
brontide, I finally got around to putting your usercontent files in my chrome directory. My primary interest was to have the superior fit-to-width while at the same time have Google Maps compatibility. I removed everything else and put in your userContent.css file and three folders. It's clear that your link-padding and page-width tweaks are active, but my Google Map screen still looks like this:



Yours doesn't?
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#5
/me was an idiot, here is an updated copy.
Attached Files
File Type: zip userContent.zip (12.8 KB, 335 views)
 

The Following 6 Users Say Thank You to brontide For This Useful Post:
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#6
and this is what it looks like now:



Thanks, brontide!
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
joepagiii's Avatar
Posts: 449 | Thanked: 51 times | Joined on Apr 2008 @ eastern north carolina usa
#7
hey that really helps with the browser...thanks...do you have plans for a custom hosts file
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#8
I have a script + one line change to a file in /etc... I'll post directions once I'm back from the hospital.
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#9
Originally Posted by brontide View Post
I have a script + one line change to a file in /etc... I'll post directions once I'm back from the hospital.
.
once I'm back from the hospital?
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#10
Originally Posted by GeraldKo View Post
.
once I'm back from the hospital?
Nothing major, just outpatient surgery to take care of a minor annoyance.

Ok hosts.

I have this script that I run occasionally. It downloads the winhelp hosts file and drops it in /etc while also stripping the localhost declaration.

Code:
#!/bin/sh

wget -q -O - http://www.mvps.org/winhelp2002/hosts.txt | sed -e '/127\.0\.0\.1  localhost/ D' > /etc/banner_ad_hosts
Then add/edit /etc/dnsmasq.conf to include the following line.

Code:
addn-hosts=/etc/banner_ad_hosts
This is a cleaner way than dumping it into the main /etc/hosts.

I really need to find a cleaner way of applying all of these changes over time since I'm positive that the .css files will change. Hey, anyone got suggestions for sites to work on cleaning up? I've been working through the sites I frequent.
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:35.