A collection of (mostly) WordPress-related snippets and references I’ve found useful and worth keeping where I can find them. Feel free to use what you like, and point me to some better snippets or references.
CSS Animations and Transitions»
CSS syntax and examples.
Animation, CSS3 | Type: CSS
CSS Border Radius»
Can hardly remember what it was like in the old days when we wanted rounded corners.
CSS3 | Type: CSS
CSS Cursor Showcase»
View, experience and choose a cursor for your application.
CSS | Type: CSS
CSS Grid Layout»
The smart way to do layout.
CSS | Type: CSS
CSS Transitions»
Some transition basics.
Animation, CSS3 | Type: CSS
CSS-only Accordians»
When javascript doesn’t make the grade. HTML <div class="wrapper"> <div class="half"> <p>Open <strong>multiple</strong></p> <div class="tab"><input id="tab-one" name="tabs" type="checkbox" /> <!--can open several tabs at once--> <label for="tab-one">Label One</label> <div class="tab-content">…
CSS, Javascript | Type: CSS
CSS-only Mobile Menu»
Mobile menu that doesn't use javascript. Uses hidden checkbox to toggle state.
CSS, Responsive | Type: CSS
CSS3 Multiple Columns»
Unfortunately, this is buggy with uneven column lengths. There may be some javascript that does this better.
CSS3 | Type: CSS
Custom Login Logo and Logo Link»
Add other styles as necessary.
Custom Admin | Type: CSS
Custom TinyMCE Styles»
Consider replacing current approach with this plugin (still need to remove h1, blockquote, etc from formats)
Custom Admin, TinyMCE, Users | Type: PHP