[nodebb-theme-lavender] Lavender Theme for NodeBB
-
ahahah (finger)
-
@psychobunny I've always been a fan of Open Sans and Droid Sans.
-
I get some problems with buttons and always shows "Login and Register" Buttons ..
What i do wrong?
http://gippy.com.ar/ -
I'm getting some errors on your site ex.
TypeError: footerEl is null
-
@psychobunny if I used your lavender theme could you give me the code to put in 42 to change the color to a pale blue?
-
-
I've not actually used 42 before, but I imagine it would be a little bit of work... probably will have to modify everywhere that has purple
I can start you off though,
.panel-default > .panel-heading { border-color: #yourblue } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-color: #yourblue; border-color: #darkerblue; } a, a:hover, a:focus { color: #yourblue }
That should take care of maybe 75% of the purples in Lavender
-
@julian said:
@StuartH possibly looking into a better way to handle styling than using plugin -42 (no offense @bentael :D)... shoving CSS modifying javascript nto the footer is really a hack anyway...
none taken. I don't use it for CSS changes really, but you can.
@StuartH, unrelated, are you using the latest 42 ?
-
@bentael yes they upgraded me yesterday, I've put my html in for a server status viewer but its taking an age to appear still was not showing a good 3 hours after putting the code in, unfortunately the site is down atm so I can not check if it is now working.
-
let me know when it's back up, that's really weird. Can you run the server with
NODE_ENV=development nodebb start
so it won't use the minified JS - i have a feeling that the minification is either skipping the generated JS or happening ahead, or not not happening at all.@julian can I add an option to force re-minifying on server start if needed?
-
Anything about my problem?
-
@Pablo-Macaluso said:
Anything about my problem?
are you full up to date? I was looking at the other thread and it sounds like you're not in 0.3.x