Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-headers-and-footers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /nas/content/live/bavotasan/wp-includes/functions.php on line 6121
Stylesheet Archives - bavotasan.com

Tag: Stylesheet

PHP Array for Font Awesome 4.1.0

I needed to list all of the available icons from Font Awesome 4.1.0 in order to allow users to select one. The code for the selector was easy enough but…

Override the Default bbPress Stylesheet

After installing bbPress back onto my theme site, I realized the default stylesheet was pretty bloated. At first, I started abusing the important declaration in my own stylesheet, but then…

HTML5 Support in WordPress 3.6

For the longest time, I had hooked into the default search and comment form to add HTML5 features for my themes. With the release of WordPress 3.6, a new core…

Rotated Images with CSS3

I have been playing around with a lot of CSS3 lately due to PressWork, and I’ve come up with some cool tricks. One that I really like uses the transform…

Amazing Hover Effects with CSS3

I have received a lot of questions lately about hover effects and how you can execute them using only CSS. There was a time when you would have to use…

CSS

Using CSS Resets

Before you start building a new site, one important decision you need to make is whether or not you want certain elements of your design to rely on the default…

Rotating Text

Text Rotation with CSS3

I’m working on a new design for Themes by bavotasan.com and I have been contemplating a few different approaches for some new buttons. This one fell by the wayside but…