Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged style
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Unlike linked style sheets, it is necessary to enclose CSS in Headers in a "style type".
This example media query is for screens under 1024 (tablets and phones) to make sure the images do not extend beyond the layout.
0
1188
posted 9 years ago by jefferis
CSS stylesheet template - including HTML5 reset, tweaks for mobile including media queries, print reset styles, and base styles for standardization
7
1405
posted 12 years ago by rickygri
We use lists for all sorts of things, especiall navigation elements for which bullets don't make sense. Often, it is most convenient to remove bullet/list styles from all list elements globally. In fact many css resets do just that. However, there ma...
0
905
posted 13 years ago by rumremix
This is the quickest way to style the search bar. It involves creating one single image that includes both the input area and search button.
0
986
posted 13 years ago by rumremix
CSS
CSS - CSS3 Safari style toolbar buttons rounded box shadow pressed border radius for Moz, Firefox, KHTML
1
1044
posted 14 years ago by brandonjp
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
966
posted 14 years ago by karlhorky
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
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
Fairly simple, cross-browser way to rotate text using only CSS.
0
827
posted 15 years ago by Winkyboy
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
1
873
posted 15 years ago by kstetson
The first part resets all the browser\\\'s default styles. The second part adds some styles back in and provides a few classes for common issues. The third part will check your page for invalid markup.
2
846
posted 15 years ago by BFTrick
Wenn man eine Seite horizontal zentrieren möchte, ist das eigentlich recht einfach. Per CSS kann man mit margin:0px auto; einen div layer perfekt und schnell zentrieren. Bei älteren Browserversionen wie IE5.5 oder IE5.0 funktioniert das aber leider...
1
955
posted 17 years ago by smilylion
Used for rounding corners of a div. Need an upper left corner and an upper right corner. Example page is http://www.ruby-lang.org/en/documentation/quickstart/
3
889
posted 17 years ago by ryanprel
« Prev 1 Next »