Pages: 1
Posted on 07-25-16, 03:15 am (rev. 1 by xKitten on 07-25-16, 03:15 am)
Koopa
banned: childish fight with Super-toad 65

Karma: 255
Posts: 93/101
Since: 05-14-16
I dunno how hard this would be to code, but I'm not a big fan of the sidebar being the only place where you can get from place to place. I also dislike it's on the right, as opposed to Blargboard.

Anyway, would it be a possibility to have a layout changer akin to SMWC? As in, switching between right sidebar (default), left sidebar, Acmlmboard, and ABXD layouts? just a suggestion, don't know how hard it'd actually be to do.
_________________________
It's time we take a stand.
Posted on 07-25-16, 05:03 am (rev. 1 by Yami on 07-25-16, 05:03 am)
(ーωー。)

Karma: 721
Posts: 124/240
Since: 08-12-13
I just played around with it, and it's nothing very difficult.

To get it more like AcmlmBoard:
Fist off, remove "float: right;" from "#sidebar", and:

#sidebar { width: 100%; padding: 6px; }


Next, change the Table Style from "width: 135px" to "width: 100%".

<table id="navigation" class="outline margin" style="width: 100%;">


Then, under "ul.sidemenu", change "text-align: left;" to "text-align: center;".
And finally, under "ul.sidemenu li", change "display: block;" to "display: inline-block;".

Oh, and one more thing to fix the Post stuff: Remove "margin-right: 140px;" from "#main".

And the final result:

_________________________
Posted on 07-25-16, 08:16 am (rev. 1 by Thierry on 07-25-16, 08:16 am)
この記号は… 解読できないよ…


Karma: 6043
Posts: 1933/2725
Since: 01-17-13
@xkitten: You may not like it on the right, but it looks wierder when reversed.


@Yami: from how the sidebar is fixed to help you navigate quicker, your code would look wierd on pages you can scroll on, unless you make it entirely static.


Either way, I gave it a try. Works alright, but it's passable design-wise.
Posted on 07-25-16, 02:04 pm
Koopa
banned: childish fight with Super-toad 65

Karma: 255
Posts: 97/101
Since: 05-14-16
I feel like there's too much on the sidebar is what I'm saying. If there were less on the sidebar, it'd look better.

Anyway, Yami, that looks okay, but I'd also like the little profile menu under/above it.

and thierry, I'm okay with that change, it's alright
_________________________
It's time we take a stand.
Posted on 07-25-16, 02:48 pm
a

Karma: 1579
Posts: 1182/1290
Since: 02-12-13
@Thierry That change looks like Blargboard, doesn't it? : o
Posted on 07-25-16, 02:51 pm
Fire Brother
Eugene

Karma: 3646
Posts: 899/1120
Since: 11-29-11
I prefer the 'normal' sidebar on the right, since it moves with you when scrolling down the page unlike the sidebar you created.

(Still nice tho that you managed to make something like this.)
Posted on 07-25-16, 02:53 pm
Koopa
banned: childish fight with Super-toad 65

Karma: 255
Posts: 99/101
Since: 05-14-16
Why the emphasis on "you?"

anyway, i don't really like it coming down the page, it looks weird when it does, and it's also known to mess with profile comments whenever there's a link
_________________________
It's time we take a stand.
Posted on 07-25-16, 02:54 pm (rev. 1 by  snake block on 07-25-16, 02:54 pm)
a

Karma: 1579
Posts: 1183/1290
Since: 02-12-13
Perhaps the topbar could stay...on the top of the page, even if you scroll? Like the sidebar?
Pages: 1