• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 13:50
CEST 19:50
KST 02:50
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
BSL 2025 Warsaw LAN + Legends Showmatch0Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29
StarCraft 2
General
StarCraft II 5.0.15 PTR Patch Notes #1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast
Tourneys
RSL: Revival, a new crowdfunded tournament series Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia WardiTV TL Team Map Contest #5 Tournaments
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
Soulkey on ASL S20 BW General Discussion ASL20 General Discussion ASL TICKET LIVE help! :D NaDa's Body
Tourneys
[ASL20] Ro16 Group D [Megathread] Daily Proleagues [ASL20] Ro16 Group C BSL 2025 Warsaw LAN + Legends Showmatch
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Borderlands 3 Path of Exile Nintendo Switch Thread General RTS Discussion Thread
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread UK Politics Mega-thread Canadian Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
i'm really bored guys
Peanutsc
I <=> 9
KrillinFromwales
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1682 users

Let's get wide!

Blogs > nimdil
Post a Reply
nimdil
Profile Blog Joined January 2011
Poland3748 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
Poland3748 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
Poland3748 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
Poland3748 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 16h 10m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
UpATreeSC 188
JuggernautJason120
ProTech99
Codebar 37
StarCraft: Brood War
Britney 23631
Bisu 1325
EffOrt 768
Mini 615
Hyuk 266
Soulkey 133
Larva 118
ggaemo 101
hero 100
Rush 79
[ Show more ]
Hyun 39
Aegong 32
ToSsGirL 22
sas.Sziky 20
scan(afreeca) 19
Yoon 19
Sexy 10
IntoTheRainbow 7
Shine 0
Dota 2
Gorgc7892
qojqva3855
Fuzer 139
League of Legends
Trikslyr74
Counter-Strike
fl0m1046
ScreaM866
Other Games
tarik_tv25850
gofns23595
FrodaN1620
Beastyqt629
Lowko307
RotterdaM270
Hui .226
ArmadaUGS133
C9.Mang0102
QueenE60
mouzStarbuck44
NeuroSwarm36
Sick19
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Reevou 1
• intothetv
• Kozan
• sooper7s
• AfreecaTV YouTube
• Migwel
• LaughNgamezSOOP
• IndyKCrew
StarCraft: Brood War
• Azhi_Dahaki19
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 3561
• WagamamaTV491
League of Legends
• Nemesis3133
• TFBlade632
Other Games
• imaqtpie440
• Shiphtur234
Upcoming Events
RSL Revival
16h 10m
Zoun vs Classic
Map Test Tournament
17h 10m
Korean StarCraft League
1d 9h
BSL Open LAN 2025 - War…
1d 14h
RSL Revival
1d 16h
Reynor vs Cure
BSL Open LAN 2025 - War…
2 days
RSL Revival
2 days
Online Event
2 days
Wardi Open
3 days
Monday Night Weeklies
3 days
[ Show More ]
Sparkling Tuna Cup
4 days
LiuLi Cup
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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.