|
Poland3764 Posts
|
I don't like reading wide pages. There is a reason why newspapers print everything in columns. But thanks anyway. Its a useful find. Might use on other sites, to narrow them down maybe
|
Germany18839 Posts
Can you screenshot how it looks for you now?
|
Like bokeevboke said, I don't think this is a great idea unless paragraphs etc are handled, really wide paragraphs are extremely annoying to read, and I'd say the default TL look has it pretty well covered.
|
I'm pretty sure you could easily do this with grease monkey for Firefox. I would but I'm on a 5:4 monitor so It wouldn't change a thing.
Something pretty interesting I found while exploring the right click options for Firefox.
![[image loading]](http://i.imgur.com/j4roa.png) If each ad that was displayed to me gave TL 1/10 of a cent I've earned TL $4.31. I DO HELP E-SPORTS YAY!
|
i'm running my opera on a default zoom of 150% for every website, including TL. Makes mosts sites fit on the screen very well. only background images of youtube channels and the likes get cut off or webapps that simply require tons of screen get displayed a little ugly from time to time, but in those cases you can just zoom out manually.
go to opera:config in your adress bar, type "scale" in search and set the scale value under "User Prefs" to 150.
|
Pretty cool.
I'll run it for a while until I run into problems. 1080p is just barely wide enough to have 2 columns on the front page.
![[image loading]](http://i.imgur.com/Pv0fm.jpg)
Edit: I'm using mine on Firefox via Stylish. Here's the script I used: + Show Spoiler +@-moz-document domain('teamliquid.net'), url-prefix('http://www.teamliquid.net'){ body > table:first-child { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table > tbody > tr > td:first-child + td { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table > tbody > tr > td:first-child + td table { width: 100% !important; }
#news_main { float: left !important; } }
|
Poland3764 Posts
On March 29 2012 19:53 seiferoth10 wrote:Pretty cool. I'll run it for a while until I run into problems. 1080p is just barely wide enough to have 2 columns on the front page. ![[image loading]](http://i.imgur.com/Pv0fm.jpg) Edit: I'm using mine on Firefox via Stylish. Here's the script I used: + Show Spoiler +@-moz-document domain('teamliquid.net'), url-prefix('http://www.teamliquid.net'){ body > table:first-child { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table > tbody > tr > td:first-child + td { width: 100% !important; }
body > table:first-child > tbody > tr > td > script + table > tbody > tr > td:first-child + td table { width: 100% !important; }
#news_main { float: left !important; } }
That's more or less how I see it in Opera. I'm pretty sure the thing is doable on on other browsers as well. Not sure about Safari and IE as they are a bit rought here and there but probably it's possible on them as well.
|
Always cool to see people do stuff for TL, even if it doesn't make a difference because I like to browse on half a monitor with the other half opening streams/videos/more windows.
|
I actually got tired of it already because the left sidebar was too far to the side for my liking. So I ended up playing with the values in the script, and if you change the first "100%" to pretty much any other percentage, you can customize the width. I have it set at 69% right now so it gives a little bit more width, but doesn't mess up the front page.
|
Poland3764 Posts
On March 29 2012 20:44 seiferoth10 wrote:I actually got tired of it already because the left sidebar was too far to the side for my liking. So I ended up playing with the values in the script, and if you change the first "100%" to pretty much any other percentage, you can customize the width. I have it set at 69% right now so it gives a little bit more width, but doesn't mess up the front page. ![[image loading]](http://i.imgur.com/wbWZy.jpg)
That's the spirit. Just customize it to your preferences
|
Hmm this is pretty cool, i wonder if there is a custom look for something like a different font ^^.
|
Poland3764 Posts
Of course.
Just add:
* { font-family: Verdana !important; }
or
* { font-family: Helvetica !important; }
or
* { font-family: monospace !important; }
|
|
|
|
|
|