Website/Page/Style Ripping

From: ANT_THOMAS26 Oct 2012 12:29
To: af (CAER) 7 of 11
I'll give that idea a go.

I'm not so much wanting to apply their styles to my site, more a case of doing it the other way round and taking their design and layout and making changes to that. 

I basically want to be able to take a page and make a template of some sort out of it.
From: ANT_THOMAS26 Oct 2012 13:29
To: ALL8 of 11
Managed to strip it back and get pretty much what I want out of the page.

Next question, the CSS file has all the styles on a single line with no line breaks (fail)

Is there any software or site that will auto-format a CSS file?
From: ANT_THOMAS26 Oct 2012 13:30
To: ANT_THOMAS 9 of 11
Google it first.... http://www.cleancss.com/
From: CHYRON (DSMITHHFX)26 Oct 2012 13:39
To: ANT_THOMAS 10 of 11
search & replace with regular expressions
From: af (CAER)26 Oct 2012 14:11
To: ANT_THOMAS 11 of 11
Chrome's Sources tab in the Web Inspector has a { } button at the bottom that formats source files nicely - works for JS, CSS and HTML.