Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
CSS
CSS - CSS3 Safari style toolbar buttons rounded box shadow pressed border radius for Moz, Firefox, KHTML
1
1028
posted 14 years ago by brandonjp
Zurb didn't post the full code, but they made a short post tutorial and it appears to be open source. I found the code here and fixed a border problem, and I also cleaned it up so it's easier to read.<ul><li>Sizes: small, medium, large</li>...
0
717
posted 14 years ago by illegal3alien
Found this online somewhere. It\'s now the starting point for all my CSS font layouts
0
593
posted 14 years ago by reynish
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
0
683
posted 14 years ago by vagrantradio
When developing a website, an important consideration is accessibility on other media, including the medium of print. However, the printing engines of most browsers render content differently to allow for simple printed pages. One of the most notable...
1
953
posted 14 years ago by karlhorky
The foundational CSS Fonts provides cross-browser typographical normalization and control while still allowing users to choose and adjust their font size.
0
708
posted 14 years ago by jonkemp
The foundational CSS Reset removes the inconsistent styling of HTML elements provided by browsers. This creates a dependably flat foundation to built upon.
3
775
posted 14 years ago by jonkemp
Great little piece of CSS which adds a top text-shadow of 45% black and a bottom text-shadow of 75% white creating a very nice letterpress text effect.
2
1132
posted 14 years ago by usman
Cross browser css round corners with no images, using google's code .htc
http://code.google.com/p/curved-corner/
4
764
posted 14 years ago by crispunk
[via rtcrm]
Image/Text replacement for clickable image. This is useful for logo images.
1
733
posted 14 years ago by mennyj
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the css file. orientation media-query is used for browsers that support it (a slightly cleaner view for portrait mode).
0
590
posted 14 years ago by minky
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
2
629
posted 14 years ago by 67ideas
I never, ever remember the @font-face declaration, so I made a snippet. This makes it easy to quickly include a webfont in your source.
2
676
posted 14 years ago by 67ideas
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
940
posted 14 years ago by vagrantradio