Page 1 of 1

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

Posted: Wed Oct 06, 2021 4:22 am
by radthemad4
If you want the den to look like this
[spoiler]Image[/spoiler]

use this script

[spoiler]

Code: Select all

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

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

.wrap {
    max-width: 85%;
}
[/spoiler]

with any browser addon that modifies CSS and add it to the the den. e.g. Stylus (Firefox, Chrome)

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

Posted: Wed Oct 06, 2021 4:05 pm
by The Adventurer's Almanac
Sweet, feels better already!

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

Posted: Tue Aug 09, 2022 9:23 pm
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.