Script for adjusting the den's layout (profile on left, smaller columns on left and right)

Practice posts and questions about the boards. The registration code for this board is 'Th3G@m|ngD3n' (Note the use of numbers and symbols!)

Moderator: Moderators

Post Reply
radthemad4
Duke
Posts: 2073
Joined: Mon Nov 18, 2013 8:20 pm

Script for adjusting the den's layout (profile on left, smaller columns on left and right)

Post by radthemad4 »

If you want the den to look like this
Image
use this script

Code: Select all

.postprofile {
    float: left;
    border-width: 0 1px 0 0;
    width: 15%;
}

.postbody {
    float: right;
    width: 83%;
}

.wrap {
    max-width: 85%;
}
with any browser addon that modifies CSS and add it to the the den. e.g. Stylus (Firefox, Chrome)
User avatar
deaddmwalking
Prince
Posts: 3543
Joined: Mon May 21, 2012 11:33 am

Re: Script for adjusting the den's layout (profile on left, smaller columns on left and right)

Post by deaddmwalking »

This is amazing.

I did not know how to use Stylus and input the code, but with a couple of minutes of jiggering, I got it. In the event that anyone else has looked at this and wanted to change the website appearance but didn't have the time to try to figure it out, I can provide a step-by-step for how I was able to paste radthemad4's code into the script.
-This space intentionally left blank
Post Reply