Vegeta897
Banned as all ****
- Joined
- Jan 12, 2004
- Messages
- 26,141
- Reaction score
- 471
Hi I'm vegeta this is a video:
Instructions:
1. Get Stylebot for Chrome: https://chrome.google.com/webstore/detail/oiaejidbmkiecgbjeifoejpgmdaleoha
2. Click this (right side of your omni bar) while on any valvetime.net page:
3. Click
4. Paste this code in there: http://pastebin.com/5K2D7uyr
5. Click
And now your viewing experience should be similar to the one seen in the video.
One of the 'design decisions' I made was to get rid of the header. I found it utterly useless and it was too damn big to begin with. Usability 101.
This isn't intended to be an official fix as the vt.net tech team is still making changes to the site and will perhaps make their own full width theme, or at the very least break some of the things my modification does.
Please post any problems or bugs with this layout if you find any, and check back with the thread for any updates I make.
Thanks.
UPDATE! Add the following code to fix youtube player controls:
#video-player-flash {
width: 500px;
}
And I've also added this bit to make the forum names stand out more in the What's New thread list:
a.forumLink {
text-decoration: underline;
}
By default all that text just kind of runs together and it's hard to easily see what forum section the thread is in.
UPDATE 2! Add the following code to fix the position of the alerts bubble in the top right if you have the header disabled:
#AlertsMenu_Counter {
top: 28px;
}
#AlertsMenu_Counter .arrow {
right: 8px;
top: -3px;
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
Instructions:
1. Get Stylebot for Chrome: https://chrome.google.com/webstore/detail/oiaejidbmkiecgbjeifoejpgmdaleoha
2. Click this (right side of your omni bar) while on any valvetime.net page:
3. Click
4. Paste this code in there: http://pastebin.com/5K2D7uyr
5. Click
And now your viewing experience should be similar to the one seen in the video.
One of the 'design decisions' I made was to get rid of the header. I found it utterly useless and it was too damn big to begin with. Usability 101.
This isn't intended to be an official fix as the vt.net tech team is still making changes to the site and will perhaps make their own full width theme, or at the very least break some of the things my modification does.
Please post any problems or bugs with this layout if you find any, and check back with the thread for any updates I make.
Thanks.
UPDATE! Add the following code to fix youtube player controls:
#video-player-flash {
width: 500px;
}
And I've also added this bit to make the forum names stand out more in the What's New thread list:
a.forumLink {
text-decoration: underline;
}
By default all that text just kind of runs together and it's hard to easily see what forum section the thread is in.
UPDATE 2! Add the following code to fix the position of the alerts bubble in the top right if you have the header disabled:
#AlertsMenu_Counter {
top: 28px;
}
#AlertsMenu_Counter .arrow {
right: 8px;
top: -3px;
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}