Welcome to mirror list, hosted at ThFree Co, Russian Federation.

colors.mapcss « style-clear « new_style « styles « data - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61714163be6dc9f609930fb9e15a40b4546b85d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* BASE */
@white: #ffffff;
@background: #DDDDCC; /* #EDEAE1;	/* @background: #f1eee8; */
@backgroundone: #E1E1D1;

/* BOUNDARIES */
@border_country: #73736D;
@border_country_light: #73736D;
@border_region: #73736D;


/* ROADS */
/* ROADS */
@trunk: #FF5102;
@trunk_medium: #F86B39;
@trunk_light: #F87C4A;
@motorway: #FF5102;
@primary:  #FF864E;
@primary_medium: #FC9757;
@primary_ligth: #FCA462;
@secondary: #FFFFFF;
@residential: #F8F8F8;
@tertiary: #F8F8F8;
@unclassified: #F8F8F8;
@pedestrian: #F8F8F8;
@footway: #F8F8F8;
@cycleway: #FF87AD;
@steps: #FFFFFF;
@construction: #BBBBAA;

/* bridges */
@bridge_background: #EEEEDD;
@bridge_casing: #808080;

/* tunnels */
@trunk_tunnel: #FF5102;
@trunk_tunnel_medium: #F86B39;
@trunk_tunnel_light: #F87C4A;
@trunk_tunnel_casing: #808080;
@primary_tunnel: #FF864E;
@primary_tunnel_medium: #FC9757;
@primary_tunnel_ligth: #FCA462;
@primary_tunnel_casing: #808080;
@secondary_tunnel: #FFFFFF;
@secondary_tunnel_casing:  #808080;
@tertiary_tunnel: #FFFFFF;
@tertiary_tunnel_casing:  #808080;
@unclassified_tunnel: #FFFFFF;
@unclassified_tunnel_casing: #808080;
/*roads_links */
@trunk_link: #FFFFFF;
@primary_link: #FFFFFF;
@secondary_link: #FFFFFF;
@tertiary_link: #f8f8f8;


/* TRANSPORT */
@railway: #999988;
@tram: #555555;
@ferry: #3B9AB8;

/* NATURAL */
@glacier: #FFFFFF;
@water: #83C6D2; /* #82a6bd,#91C8E2 7CBAD6 */
@river: #56B4D7;
@forest: #A4B265;
@park: #A4B265;

/* BUILDINGS */
@building: #CCCCBE;

/* LANDUSE */
@pedestrian_area: #FFFFFF;
@unversity: #DDCCAA;
@hospital: #FFAAAA;
@industrial: #D1D1D1;

/* BARRIERS */
@fence: #BBBBAA;

/* PLACE LABELS */
@city_label: #595959;
@city_label_light: #7F7F7F;
@city_halo: #DDDDCC;
@city_halo_light: #DDDDCC;
@country_label: #595957;
@state_name: #8C8C8C;
@district_label: #7F7F7F;
@poi_label: #444444;
@subway_label: #333333;
@railway_label: #333333;

/* ROADS LABELS */
@primary_road_label: #2E2E2E;
@secondary_road_label: #333333;

/* NATURAL LABELS */
@water_label: #3B9AB8;
@park_label: #3A7921;


/* OTHER LABELS */
@building_label: #7F7F7F;