Using a iframe where I call a site from my webspace, Using one css file with body {background-color: #222}.
body {background-color: #222}
The iframe src also use this CSS file. The P
Remember that a Javascript can modify only properties of iframe with the same origin of the site, otherwise you'll get a Security Error.
Protocols, domains and ports must match.