• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:52
CET 12:52
KST 20:52
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win22025 RSL Offline Finals Dates + Ticket Sales!9BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest3
StarCraft 2
General
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win RotterdaM "Serral is the GOAT, and it's not close" Could we add "Avoid Matchup" Feature for rankgame The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou
Tourneys
Crank Gathers Season 2: SC II Pro Teams 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ask the mapmakers — Drop your questions BW General Discussion BSL Team A vs Koreans - Sat-Sun 16:00 CET [ASL20] Finals Preview: Arrival
Tourneys
[ASL20] Grand Finals The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION ASL final tickets help
Strategy
PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2 Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Path of Exile Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread MLB/Baseball 2023 Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Just for future reference, …
Peanutsc
Reality "theory" prov…
perfectspheres
The Benefits Of Limited Comm…
TrAiDoS
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1434 users

Let's get wide!

Blogs > nimdil
Post a Reply
nimdil
Profile Blog Joined January 2011
Poland3751 Posts
March 29 2012 09:24 GMT
#1
Welcome, fellow TeamLiquid viewers!

I'm not really a blogging person, but I strongly believe that sometime everyone has something to say which is more of a statement thatn invitation to discussion so the blog is more appropriate than forum thread.

This time I will speak about a joy of using custom CSS on TeamLiquid.

Many of you are using high resolution displays and fullHD is screen is probably already a standard. However TeamLiquid website is not really that wide and there is a lot of white space around the page. Luckily for us - there is always a way to toy with the appearance of a website because browsers - at least some of them - support both client side scripting and client side styling.

I'm using Opera so it is really for Opera browser. Also this solution is not really tested that much - it just works for me.

My goal was to force TeamLiquid website to be wide and not look to awkward.

First - you need to create a custom CSS file. Create an empty text file just about anywhere on your computer. Call it i.e. userTL.css

Than go to teamliquid.net (you are already here), click right mouse button and choose "edit site preferences". Then display tab. Then click "choose" and navigate to userTL.css file.

Now open the file with just about any text editor. Notepad will do.

Now copy/paste the following text there:

+ Show Spoiler +

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;
}


And here you go. We just forced teamliquid to be extra wide. It will mean that there is less scrolling going on. It is tempting to force sidebars to be wider but it will force me to make two columns in a sidebar which may look awkward.

Hopefully Enjoy.
If you don't like the change you can remove the CSS from the aboce mentioned display tab - or empty it's content. Either way.

bokeevboke
Profile Blog Joined May 2010
Singapore1674 Posts
March 29 2012 09:59 GMT
#2
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
Its grack
NarutO
Profile Blog Joined December 2006
Germany18839 Posts
March 29 2012 10:04 GMT
#3
Can you screenshot how it looks for you now?
CommentatorPolt | MMA | Jjakji | BoxeR | NaDa | MVP | MKP ... truly inspiring.
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
March 29 2012 10:06 GMT
#4
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.
iTzSnypah
Profile Blog Joined February 2011
United States1738 Posts
Last Edited: 2012-03-29 10:20:10
March 29 2012 10:18 GMT
#5
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]
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!
Team Liquid needs more Terrans.
MisterD
Profile Blog Joined June 2010
Germany1338 Posts
March 29 2012 10:53 GMT
#6
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.
Gold isn't everything in life... you need wood, too!
seiferoth10
Profile Joined May 2010
3362 Posts
Last Edited: 2012-03-29 10:58:37
March 29 2012 10:53 GMT
#7
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]

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;
}
}
nimdil
Profile Blog Joined January 2011
Poland3751 Posts
March 29 2012 11:02 GMT
#8
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]

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.
Mobius_1
Profile Blog Joined April 2011
United Kingdom2763 Posts
March 29 2012 11:38 GMT
#9
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.
Starleague Forever. RIP KT Violet~
seiferoth10
Profile Joined May 2010
3362 Posts
Last Edited: 2012-03-29 11:51:04
March 29 2012 11:44 GMT
#10
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]
nimdil
Profile Blog Joined January 2011
Poland3751 Posts
March 29 2012 12:07 GMT
#11
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]


That's the spirit. Just customize it to your preferences
docvoc
Profile Blog Joined July 2011
United States5491 Posts
March 29 2012 17:05 GMT
#12
Hmm this is pretty cool, i wonder if there is a custom look for something like a different font ^^.
User was warned for too many mimes.
nimdil
Profile Blog Joined January 2011
Poland3751 Posts
March 29 2012 18:10 GMT
#13
Of course.

Just add:

* {
font-family: Verdana !important;
}

or

* {
font-family: Helvetica !important;
}

or

* {
font-family: monospace !important;
}
Please log in or register to reply.
Live Events Refresh
Next event in 8m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko219
Rex 93
StarCraft: Brood War
Bisu 2366
BeSt 916
actioN 524
Mini 209
EffOrt 196
Last 176
Light 155
sSak 153
Mind 61
PianO 60
[ Show more ]
ToSsGirL 59
Aegong 56
Liquid`Ret 30
sorry 30
Sharp 23
Larva 21
soO 19
Icarus 17
Sacsri 16
yabsab 14
scan(afreeca) 11
Terrorterran 9
Bale 8
HiyA 5
Dota 2
XcaliburYe340
ODPixel164
Counter-Strike
x6flipin459
fl0m408
oskar105
Other Games
singsing1870
olofmeister1537
B2W.Neo543
Pyrionflax341
crisheroes247
Sick156
Hui .130
Mew2King67
Happy52
Organizations
Counter-Strike
PGL11247
StarCraft: Brood War
lovetv 16
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• LUISG 58
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos2765
Upcoming Events
OSC
8m
WardiTV52
CrankTV Team League
1h 8m
Shopify Rebellion vs Team Falcon
BASILISK vs Team Liquid
Replay Cast
11h 8m
The PondCast
21h 8m
CrankTV Team League
1d 1h
Replay Cast
1d 22h
WardiTV Invitational
2 days
ByuN vs Spirit
herO vs Solar
MaNa vs Gerald
Rogue vs GuMiho
CrankTV Team League
2 days
Replay Cast
2 days
BSL Team A[vengers]
3 days
Dewalt vs Shine
UltrA vs ZeLoT
[ Show More ]
BSL 21
3 days
Sparkling Tuna Cup
3 days
BSL Team A[vengers]
4 days
Cross vs Motive
Sziky vs HiyA
BSL 21
4 days
Wardi Open
5 days
Monday Night Weeklies
5 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.