Show HN: A simple hand drawn HTML/CSS theme
chr15m.github.io
Show HN: A simple hand drawn HTML/CSS theme
1–10 of 37 posts
Re: Show HN: A simple hand drawn HTML/CSS theme
#2This looks great and would be great for certain use case like a website for kids.
Re: Show HN: A simple hand drawn HTML/CSS theme
#3Hi, it looks really great. Reminds me of XKCD-inspired chart themes.
Several issues to better respect UI standards:
- Controls should have `cursor:pointer` so it show a hand on hover.
- Controls should have an active style.
- Clicking on a label associated with a checkbox should select/unselect the checkbox, just like radio buttons.
- Radio buttons should be visually more distinct from checkboxes, maybe by making them less round.
Re: Show HN: A simple hand drawn HTML/CSS theme
#4I love this
Re: Show HN: A simple hand drawn HTML/CSS theme
#5Very neat and fun, well done!
Re: Show HN: A simple hand drawn HTML/CSS theme
#6Love it - only comment I have is to consider (it may not be possible) making the "●" characters in the password entry field match the rest of the design - similar to the stylized radio button asterisk indicators perhaps?
Great work.
Re: Show HN: A simple hand drawn HTML/CSS theme
#7Awesome!
(Rough.js comes to mind in this space.)
Re: Show HN: A simple hand drawn HTML/CSS theme
#8Really nice. You could add "::file-selector-button" and "::-webkit-file-upload-button" to your button selectors to style the file input.
Re: Show HN: A simple hand drawn HTML/CSS theme
#9[deleted]
Re: Show HN: A simple hand drawn HTML/CSS theme
#10Looks very nice, but on Safari select box, checkboxes and radio buttons aren’t working as intended.