Profile
Achievement
mocha0range's Recent Snippets
- All /
« Prev 1 Next »
This finds individual CSS attributes, i.e. "foo : bar;" or "bar : 2px solid foo;"
4
1480
posted 15 years ago by mocha0range
This finds CSS style names, i.e. "#foo" or "#foo, .bar"
Note: You'll need to chomp the trailing "\s{" off the end of the matched string. I matched it just to make sure that it didn't get anything else.
5
851
posted 15 years ago by mocha0range
This finds the entire style definition - from #foo to the last brace.
i.e. ".foo, #bar { foo: bar; foo: bar; bar: foo; }"
4
795
posted 15 years ago by mocha0range
returns URL that's an I'm feeling lucky search on wikipedia. Handy when paired with a database of names of things.
2
688
posted 15 years ago by mocha0range