• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

Jonathan HunterJ

Jonathan Hunter

@Jonathan Hunter
About
Posts
10
Topics
1
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    How to change the up vote/down vote
  • Jonathan HunterJ Jonathan Hunter

    @azeus Ok damb, thats odd cos when I add these style on your site in dev tools it seams to work ok.

    .topic [component="post/downvote"] {
    background-image: url("/uploads/files/1467360867036-down-copy.png");
    background-size: cover;
    }

    Sorry Couldn't get it to work.


  • How to change the up vote/down vote
  • Jonathan HunterJ Jonathan Hunter

    What do you mean mosaic?

    Looks ok to me. . Except the hand is a little cut off.

    Perhaps change backgruond size to 18 or 16px

    EDIT* @torn2 you may want to edit this style as well to make yours centered and look a bit better.

    Ok I see. :

    Try put this instead of making the backgrund-size in px:

    background-size: cover;


  • How to change the up vote/down vote
  • Jonathan HunterJ Jonathan Hunter

    @azeus Cool. Glad I could help. 💃


  • How to change the up vote/down vote
  • Jonathan HunterJ Jonathan Hunter

    Solved for Persona Theme:

    .topic [component="post/upvote"] {
    background-image: url("https://i.imgur.com/EWAgx1K.png");
    background-size: 20px;
    }
    .fa-chevron-up {
    color: rgba(250,235,215,0);
    }


  • How to change the up vote/down vote
  • Jonathan HunterJ Jonathan Hunter

    Yep I did. CSS is in the other thread of mine.


  • Who is using NodeBB?
  • Jonathan HunterJ Jonathan Hunter

    Hey Guys.. Been setting up my NodeBB for my website 420smokers.us ..We will most likely use the subdomain talk.420smokers.us ... Right now testing on http://107.170.19.54:4567/

    Just want to say NodeBB rocks! Love it so far! 💯

    Thank you so much for everyone that has developed this amazing piece of open source software as well as the awesome lavender theme! You can be sure to be getting some donations from us once we are making some money from the forum. 👍


  • Anyone want to do a little bit of work for a little bit of beer money?
  • Jonathan HunterJ Jonathan Hunter

    @UncleSam Yep @pichalite is right.. Its lavender with a few html side widgets.

    These are the only css changes I have so far :

    Changed font by doing this :

    @import url(http://fonts.googleapis.com/css?family=Oswald:300,400);

    body {
    font-family: "Oswald", sans-serif !important;
    }

    Changed some colors :

    a {
    color:#346634;
    }

    a:hover {
    color:#234423;
    }

    .category-box {
    background: #f2f2f2;
    }

    .panel-default {
    border-top-color: #6bb85c;
    }

    .btn-primary {
    color: white;
    background-color: #346634;
    border-color: #234423;
    }

    .btn-primary:hover {
    color: white;
    background-color: #234423;
    border-color: #234423;
    }

    .btn-default {
    color: #346634;
    background-color: white;
    border-color: #234423;
    }

    .btn-default:hover {
    color: #346634;
    background-color: white;
    border-color: #234423;
    }

    .open>.dropdown-toggle.btn-default {
    color: #346634;
    background-color: white;
    border-color: #234423;
    }

    .topic .posts>li .topic-title {
    color:#346634;
    }

    .btn-info {
    color: white;
    background-color: #6bb85c;
    border-color: #234423;
    }

    .btn-info:hover {
    color: white;
    background-color: #6bb85c;
    border-color: #234423;
    }

    .open>.dropdown-toggle.btn-info {
    color: white;
    background-color: #6bb85c;
    border-color: #234423;
    }

    .topic .post-bar {
    border-left: 2px solid #6bb85c;
    }

    .tag-topic-count {
    border: solid 1px #6bb85c;
    background-color: #6bb85c;
    }

    Changed upvote/downvote to be weed leafs rather than chevron :

    .upvote {
    background-image: url("http://420.vawta.com/wp-content/uploads/2016/06/2000px-Cannabis_leaf.svg_.png");
    background-size: 20px;
    }

    .fa-chevron-up {
    display:none;
    }

    .downvote {
    background-image: url("http://420.vawta.com/wp-content/uploads/2016/06/red-leaf-md.png");
    background-size: 20px;
    }

    .fa-chevron-down {
    display:none;
    }

    Added Custom Background to display on desktop only:

    @media only screen and (min-width: 768px) {
    body {
    background: url("http://www.all-sweets.com/images/white-gradient-5-1920x1080.jpg");
    background-size: cover;
    background-attachment: fixed;
    }
    }

    Made is so recent post/comments doesn't display on mobile on home page:

    @media only screen and (max-width: 950px) {
    .category-item .post-preview:last-child {
    border-bottom: none;
    display: none;
    }
    }

    (This last change makes it look really clean on mobile so it is not so messy)


  • Anyone want to do a little bit of work for a little bit of beer money?
  • Jonathan HunterJ Jonathan Hunter

    @julian HAHHa.. Yep I know.. Sorry didnt mean to offend devs with min wages.

    But luckily I found someone to do the work... For the record I paid $10 to get my emoji's working and will pay more for the other work.

    This forum seams friendly though so will stick around. 😄


  • Anyone want to do a little bit of work for a little bit of beer money?
  • Jonathan HunterJ Jonathan Hunter

    Nobody ?

    Arrg. lame


  • Anyone want to do a little bit of work for a little bit of beer money?
  • Jonathan HunterJ Jonathan Hunter

    I have been setting up a nodebb site here: http://107.170.19.54:4567/

    As you can see I have gotten pretty far on my own.. But I need some help setting up SSO and emoticons. Two things I cant get working. Also have a few other small things but these two are the most urgent.

    I can pay a little bit but not much, sorry.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.