Hi Michel,
Yes an export "All" would be at least an interesting feature. Maybe i would make this possible. The user still has the possibility to import those styles entry by entry.
Importing all/many styles at once might be too much for some computers. :-)
I use this occastion to shortly tell some things about import/export and reasons why it is so.
CTS (i mean "Color That Site") currently imports/exports only some kind of "instructions how to change" for each style. This is why the site is opened in the browser when a color edit is imported.
It would be an idea to host such edits somewhere. (Like userstyles.org for the Stylish add-on)
But currently i don't have plans to do that for two reasons:
#1 It's just takes time and work to create and mantain such a site.
#2 Lawers: In Germany there's no such thing like "fair use" in the US. I could basically be sued for every "unauthorized" thumbnail image people post on such a site.
—
Global Site Color Style – Light BackGround
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http:"), url-prefix("https:") {
* :not(img)
{background: Silver !important;}
}
—
Global Site Color Style – Dark Background
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http:"), url-prefix("https:") {
* :not(img)
{background: DarkGray !important;}
}
—