mocha0range


Member since 07/22/2009

4 snippets

1101 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

mocha0range's Recent Snippets



« Prev 1 Next »
This finds individual CSS attributes, i.e. "foo : bar;" or "bar : 2px solid foo;"
4 1226 posted 14 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 670 posted 14 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 618 posted 14 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 504 posted 14 years ago by mocha0range
« Prev 1 Next »