Chat on mobile
SHU_1558445958624-2844.png
SHU_1558446008282-2875.png
Hey this is my first theme for NodeBB.
It's a simple dark theme for NodeBB based on Vanilla theme for NodeBB.
npm install nodebb-theme-dark-rectangles
variables.less, static and templates modified from Lavender Theme for NodeBB.
Pretty cool - good job @frissdiegurke Do you have a live version of this running somewhere?
@psychobunny Nope. I haven't finished the related project yet, so I can launch them together ^^
Thanks for positive feedback
PS: added voting-system to theme now (sadly the server crashes every time I try to vote o_O need to find the reason ^^).
@wirehack7 works for me as expected. may you have forgotten to click 'save'?
Just the scaling may needs to be improved... will take a look at this.
updated, now the background-size is set to cover.
Okay thanks, it works.
I encountered a problem:
When there is a image in post, the image wont be fit in this box.
I am using this costum CSS:
.category-box .post-preview p img {
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}
It is working with that now:
@wirehack7 Thanks! updated. As you've noticed I didn't test the theme with images I thought such simple issues wouldn't happen since the theme bases on vanilla ^^ but of cause within vanilla there is no recent replies box in home...
@wirehack7 or you simply don't use your width: auto; height: auto;
This is why I left it out within the fix...
Wont work with this theme. The screen is blank then: http://highxplosive.com
Seems to be broken for 0.4.x:
GET http://highxplosive.com/404 404 (Not Found) highxplosive.com/:25
Uncaught ReferenceError: require is not defined (index):35
Uncaught ReferenceError: $ is not defined dark-rectangles.js:1
Uncaught ReferenceError: require is not defined (index):567
@wirehack7 ya, will try to bring it up to date within next week