Tag “CSS”
-
Create Opening Doors in CSS
10 Dec 2020
In this post we will open doors solely with the magic of modern CSS. Using the well-supported 3D transforming properties, we achieve this without a single line of Javascript.
-
Reverse Ordered Lists with CSS
6 Dec 2011
The other minute I’ve read an interesting article on the new HTML5 reversed attribute on ordered lists, that, who would have thought, reverses the counting. The article proposed a JavaScript polyfill. However, I thought,…
-
motokai, a dark motif for ChatZilla
28 Jun 2011
I’m a sucker for the monokai color scheme, especially in its Vim theme incarnation molokai. It is easy to imagine, how surprised I was, that this scheme wasn’t ported to a ChatZilla motif yet. After all it exists no…
-
On Replacing Checkboxes and Radio Buttons with CSS3 and w/o Images
13 Jun 2011
There are several techniques to replace native checkboxes with images. This approach will need no extra markup, degrades gracefully and doesn’t harm a single image.
-
HTML5 Reset Styles
2 May 2011
The HTML5 specification lists default CSS rules. The article describes how to revert these.
-
Markup for Syntax Highlighting
28 Apr 2011
The article describes a way to mark up syntax highlighted source code with a simple pre element while retaining the advantages of other solutions.
-
Website Thumbnails with CSS
14 Dec 2010
A thumbnail view of a website is meanwhile a common sight. Google has recently introduced it in its search results page, and numerous ad services offer more or less annoying tool tips with page previews. What all these i…