<!DOCTYPE html> <html> <head> <title></title> </head> <body> <script type="text/javascript"> var style = document.defaultView.getComputedStyle(document.body, "")["cssText"] alert(style); </script> </body> </html>