[ / / / / / / / / ] [ b / news+ / boards ] [ operate / meta ] [ ]

/fringe/ - Fringe

Esoteric Wizardry

Catalog

Name
Email
Subject
Comment *
File
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Flag
Embed
(replaces files and can be used instead)
Options
dicesidesmodifier
Password (For file and post deletion.)

Allowed file types: jpg, jpeg, gif, png, webm, mp4, swf, pdf
Max filesize is 8 MB.
Max image dimensions are 10000 x 10000.
You may upload 5 per post.


[Rules] [Guide for Newbies to /fringe/] [Freedomboard] [/asatru/] [/occult/] [/edgy/] [/4chon/]
Read the rules before posting. Go to freedomboard if 8ch.net goes down.

File: 1420929198681.png (50.7 KB, 786x168, 131:28, navigation-cleaned.png)

 No.17268

Hey /fringe/ I thought you would like this code.

If you add this to your CSS stylesheet it will remove the default 8chan boards list from the navigation bar, but keeps the custom user favorite boards visible.

Navigation Bar Cleanser CSS

span.sub:first-child {
visibility: visible;
position: static;
}
span.sub {
visibility: hidden;
position: inherit;
}
span.favorite-boards {
position: relative;
}

/* Change the visibility to hidden to fully hide the nav bar */
div.boardlist {
visibility: visible;
}

 No.17269

>>17268
Dude, I'm the one who made that code you're using and posted it on /meta/.

Why are you reposting my own code here?

…and I don't use it. I made it for someone else on /meta/ who wanted it.

 No.17270

Also you're missing part of the code.

 No.17271

Oh there's a few improvements here but also a few things missing.

 No.17272

You know I can also make a thing where you hover over the top and the nav menu pops out? I could also put the navigation bar on the bottom or on the left or on the right if I want. I don't need like those features though.

 No.17273

>>17269
Synchronicity.

I just made it. What else was in your version?

 No.17275

>>17273
Some adjustments to the [options] tag to move it around.

 No.17278

>>17275
Did the code work in the board stylesheet, not just the custom user stylesheet?

 No.17282

>>17278
Yes it did.

 No.17283

>>17282
Thanks. You can delete this thread now.

 No.17424

Upgraded it to fix the bottom nav bar.

.boardlist span.sub {
display: none;
visibility: hidden;
position: inherit;
}
.boardlist span.sub:first-child {
display: inline;
visibility: visible;
position: static;
}

 No.17430

Upgraded again.

.boardlist span.sub {
display: none;
}
.boardlist span.sub:first-child {
display: inline;
}

 No.17444

Fringe Wizard, you may like the Gedit plugin called "color picker" when doing your CSS coding.

This package is needed to be installed: gedit-plugins. Then after that select "color picker" from the gedit plugins menu.

 No.17484

wtf all this hacker codes
are u invading my computer??

 No.17496

>>17484
it's CSS it's not hacking

 No.17509

File: 1421027594827.png (48.89 KB, 428x370, 214:185, Screenshot from 2015-01-11….png)

>>17444
Why the fuck would I not just use GIMP to pick my colours? or even Firefox itself which has a colour picker inside of it. I also just generally know what any hexcode is going to look like beforehand as each letter represents how much red, green, and blue is going to be mixed in and I just visualize the resulting mix.

Can I delete this thread? The board is being overwhelmed by unrelated shit.



Delete Post [ ]
[]
[Return][Go to top][Catalog]
[ / / / / / / / / ] [ b / news+ / boards ] [ operate / meta ] [ ]