mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-08 00:00:14 -05:00
restyle example styles in template SVGs
This commit is contained in:
parent
c7871be46b
commit
6960477da6
@ -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 |
@ -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 |
Loading…
x
Reference in New Issue
Block a user