• Web Interface

    From Mojo@1:103/705 to echicken on Fri Apr 21 17:10:30 2017
    Is there a way to have custom colors for the nav bar at the top of the page?

    Thanks
    Mojo

    ---
    * Synchronet * Mojo's World BBS - mojo.synchro.net
    * Origin: Vertrauen - vert.synchro.net (1:103/705)
  • From echicken@1:103/705 to Mojo on Sat Apr 22 00:16:36 2017
    Re: Web Interface
    By: Mojo to echicken on Fri Apr 21 2017 17:10:30

    Is there a way to have custom colors for the nav bar at the top of the page?

    Should be possible.

    Edit the file 'web/root/css/custom.css'. Create the file if it doesn't exist already. Add the following to the end of the file:

    .navbar-fixed-top, .dropdown-menu>li>a, .navbar-nav>li>.dropdown-menu {
    background-color: #000000;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .dropdown-menu>li>a {
    color: #FFFFFF;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover {
    color: #000000;
    background-color: #FFFFFF;
    }

    /* Stop copying here */

    That's a start, but it may need more tweaks beyond that.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    * Synchronet * electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - vert.synchro.net (1:103/705)
  • From Mojo@1:103/705 to echicken on Sat Apr 22 08:08:28 2017
    Re: Web Interface
    By: echicken to Mojo on Sat Apr 22 2017 12:16 am

    Edit the file 'web/root/css/custom.css'. Create the file if it doesn't exist already. Add the following to the end of the file:

    .navbar-fixed-top, .dropdown-menu>li>a, .navbar-nav>li>.dropdown-menu { background-color: #000000;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .dropdown-menu>li>a {
    color: #FFFFFF;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover {
    color: #000000;
    background-color: #FFFFFF;
    }

    /* Stop copying here */

    That's a start, but it may need more tweaks beyond that.


    Cool thanks I will make that change and go from there.


    Mojo

    ---
    * Synchronet * Mojo's World BBS - mojo.synchro.net
    * Origin: Vertrauen - vert.synchro.net (1:103/705)
  • From KK4QBN@1:103/705 to Mojo on Sat Apr 22 10:17:56 2017
    Re: Web Interface
    By: Mojo to echicken on Sat Apr 22 2017 08:08 am

    Edit the file 'web/root/css/custom.css'. Create the file if it
    doesn't exist already. Add the following to the end of the file:

    .navbar-fixed-top, .dropdown-menu>li>a, .navbar-nav>li>>.dropdown-men .navbar-fixed-top, .dropdown-menu>li>a, .navbar-nav>li>>u {
    background-color: #000000;
    }
    }

    .navbar-default .navbar-nav>li>>a, .navbar-default .navbar-brand, .dropdown-menu>li>>a {
    color: #FFFFFF;
    }

    All that crap with bootsrap and stuff is just spanglish to me.. so is css too I presume.. but we manage to get along.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
    * Origin: Vertrauen - vert.synchro.net (1:103/705)
  • From DaiTengu@1:103/705 to KK4QBN on Sat Apr 22 11:50:02 2017
    Re: Web Interface
    By: Mojo to echicken on Sat Apr 22 2017 08:08 am

    All that crap with bootsrap and stuff is just spanglish to me.. so is css too I presume.. but we manage to get along.


    I don't get along real well with CSS either, but with Chrome's built-in developer tools it makes things a lot easier.
    right-click on a thing you want to change, go to "inspect" and then play around with the CSS. you can click on the color under the CSS code to change what it will look like in real time, then go edit your custom.css file.

    Really with CSS is you just have to remember that you can have a setting listed 1000 times, if you want, and the last one is all that matters.

    I got a wild hair last night and set up ecwebv4 on my site, then did a little customization based off a bootstrap theme I found.

    http://warensemble.com

    ---
    * Synchronet * War Ensemble BBS - The sport is war, total war - warensemble.com
    * Origin: Vertrauen - vert.synchro.net (1:103/705)