Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
[via rtcrm]
Image/Text replacement for clickable image. This is useful for logo images.
1
745
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
605
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
637
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
686
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
958
posted 14 years ago by vagrantradio
Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.
3
1194
posted 14 years ago by vagrantradio
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0
857
posted 14 years ago by vagrantradio
[font-style] [font-variant] [font-weight] font-size[/line-height] [font-family]
font-style: italic;
font-variant: normal;
font-weight: bold;
font-size: 11px;
line-height: 22px;
font-family: Arial, Helvetica, sans-serif;
0
617
posted 14 years ago by gabbo
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration.
Syntax
list-style-image: none | url (a path to a file...
0
953
posted 14 years ago by Masis