restyle example styles in template SVGs

This commit is contained in:
Justin Kunimune 2023-12-20 17:45:06 -08:00
parent c7871be46b
commit 6960477da6
2 changed files with 18 additions and 16 deletions

View File

@ -17,14 +17,15 @@
.country circle {
display:none;
}
/* color in countries and show their circles here by inserting their ISO 3166 A3 codes. for example:
.BRA, .FRA, .VIR {
fill:#00ff00; (color Brazil, France, and the US Virgin Islands green)
}
.BRA circle, .FRA circle, .VIR circle {
display:block; (display the small-country circles for these regions and their dependencies)
}
*/
/*
* color in countries and show their circles here by inserting their ISO 3166 A3 codes. for example:
* .BRA, .FRA, .VIR {
* fill:#00ff00; (color Brazil, France, and the US Virgin Islands green)
* }
* .BRA circle, .FRA circle, .VIR circle {
* display:block; (display the small-country circles for these regions and their dependencies)
* }
*/
.water {
fill:#ffffff;
stroke:none;

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

@ -9,14 +9,15 @@
A map of the world with the top-level administrative divisions for all countries shown. Borders precise to 50 km.
</desc>
<style type="text/css">
/* color in provinces here by inserting their or their countries' ISO 3166 A2 codes. for example:
.CA-AB {
fill:#ff0000; (color Alberta, Canada in red)
}
.BR {
fill:#00ff00; (color all of Brazil in green)
}
*/
/*
* color in provinces here by inserting their or their countries' ISO 3166 A2 codes. for example:
* .CA-AB {
* fill:#ff0000; (color Alberta, Canada in red)
* }
* .BR {
* fill:#00ff00; (color all of Brazil in green)
* }
*/
.province {
stroke:#ffffff;
stroke-width:.03;

Before

Width:  |  Height:  |  Size: 29 MiB

After

Width:  |  Height:  |  Size: 29 MiB