Advertisement
Guest User

Untitled

a guest
Aug 19th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.47 KB | None | 0 0
  1. meta {
  2.   title: ГисРусса;
  3. }
  4.  
  5. canvas {
  6.   antialiasing: none;
  7.   background-color: #F1FFFF;
  8.   text-color: black;
  9.   fill-color: #F1FFFF;
  10.   fill-opacity: 1.0;
  11. }
  12.  
  13. way {
  14.   text-color: black;
  15.   font-weight: 400;
  16.   font-size: 10px;
  17. }
  18.  
  19. node {
  20.   text-color: black;
  21.   font-weight: 400;
  22.   font-size: 10px;
  23.   text-position: center;
  24.   z-index: 1;
  25. }
  26.  
  27. area {
  28.   text-color: black;
  29.   font-weight: 400;
  30.   font-size: 10px;
  31.   text-position: center;
  32.   fill-opacity: 1.0;
  33. }
  34.  
  35. area|z8-10[place] {
  36.   fill-color: #FFFACD;
  37.   text-position: center;
  38.   text: name;
  39. }
  40.  
  41. area|z11-12[landuse=residential] {
  42.   fill-color: #FFE4C4;
  43.   text-position: center;
  44.   text: name;
  45. }
  46.  
  47. area|z12-[amenity=parking] {
  48.   fill-color: #F0F0F0;
  49.   text-position: center;
  50.   text: name;
  51. }
  52.  
  53. area|z12-[landuse=retail] {
  54.   fill-color: #F8B880;
  55.   text-position: center;
  56.   text: name;
  57. }
  58.  
  59. area|z12-[amenity=school],area[amenity=university] {
  60.   fill-color: #F8B880;
  61.   text-position: center;
  62.   text: name;
  63. }
  64.  
  65. area[amenity=doctors],area[amenity=hospital] {
  66.   fill-color: #F8B880;
  67.   text-position: center;
  68.   text: name;
  69. }
  70.  
  71. area|z11-[landuse=industrial] {
  72.   fill-color: #E8E8E8;
  73.   text-position: center;
  74.   text: name;
  75. }
  76.  
  77. area|z15-[building][building!=garages] {
  78.   fill-color: #969696;
  79.   text-position: center;
  80.   text: addr: housenumber;
  81.   z-index: 2;
  82. }
  83.  
  84. area|z13-[building=garages] {
  85.   fill-color: #E2E2E2;
  86.   text-position: center;
  87.   text: name;
  88. }
  89.  
  90. area|z12-[leisure=park] {
  91.   fill-color: #90BE00;
  92.   text-position: center;
  93.   text: name;
  94. }
  95.  
  96. area|z12-[leisure] {
  97.   fill-color: #F8B880;
  98.   text-position: center;
  99.   text: name;
  100.   z-index: 1;
  101. }
  102.  
  103. area|z9-[natural=water],area[waterway=riverbank] {
  104.   fill-color: #0080FF;
  105.   text-position: center;
  106.   text: name;
  107. }
  108.  
  109. area|z9-[natural=wood],area[landuse=forest] {
  110.   fill-color: #B7E999;
  111.   text-position: center;
  112.   text: name;
  113. }
  114.  
  115. area|z10-[natural=wetland] {
  116.   fill-color: #4ACA4A;
  117.   text-position: center;
  118.   text: name;
  119. }
  120.  
  121. area[landuse=recreation_ground],area[landuse=grass] {
  122.   fill-color: #90BE00;
  123. }
  124.  
  125. way[highway=trunk],way[highway=motorway] {
  126.   color: #C46442;
  127.   width: 4px;
  128.   text-color: black;
  129.   text-position: line;
  130.   text: name;
  131.   casing-width: 1;
  132.   casing-color: black;
  133.   text-offset: -8;
  134.   shield-color: white;
  135.   shield-frame-color: #C46442;
  136.   shield-frame-width: 1;
  137.   shield-shape: rectangular;
  138.   shield-text: ref;
  139. }
  140.  
  141. way[highway=primary] {
  142.   color: #DC7C5A;
  143.   width: 3px;
  144.   text-color: black;
  145.   text-position: line;
  146.   text: name;
  147.   casing-width: 1;
  148.   casing-color: black;
  149.   text-offset: -8;
  150. }
  151.  
  152. way[highway=secondary],way|z12-[highway=unclassified] {
  153.   color: #E68664;
  154.   width: 2px;
  155.   text-color: black;
  156.   text-position: line;
  157.   text: name;
  158.   casing-width: 1;
  159.   casing-color: black;
  160.   text-offset: -8;
  161. }
  162.  
  163. way|z12-[highway=tertiary] {
  164.   color: #E88866;
  165.   width: 2px;
  166.   text-color: black;
  167.   text-position: line;
  168.   text: name;
  169.   casing-width: 1;
  170.   casing-color: black;
  171.   text-offset: -8;
  172. }
  173.  
  174. way|z12-[highway=residential] {
  175.   color: #EE8E6C;
  176.   width: 1px;
  177.   text-color: black;
  178.   text-position: line;
  179.   text: name;
  180.   casing-width: 1;
  181.   casing-color: black;
  182.   text-offset: -8;
  183. }
  184.  
  185. way|z12-[highway=service],way[highway=pedestrian] {
  186.   color: #C46442;
  187.   width: 1px;
  188.   text-color: black;
  189.   text-position: line;
  190.   text: name;
  191.   text-offset: -8;
  192. }
  193.  
  194. way|z11-[highway=primary_link] {
  195.   color: #E88866;
  196.   width: 2px;
  197.   text-color: black;
  198.   text-position: line;
  199.   text: name;
  200.   casing-width: 1;
  201.   casing-color: black;
  202.   text-offset: -8;
  203. }
  204.  
  205. way|z12-[highway=track] {
  206.   color: black;
  207.   width: 1px;
  208.   text-color: black;
  209.   text-position: line;
  210.   text: name;
  211.   dashes: 4;
  212.   text-offset: -8;
  213. }
  214.  
  215. way|z11-[highway=trunk_link] {
  216.   color: #C46442;
  217.   width: 2px;
  218.   text-color: black;
  219.   text-position: line;
  220.   text: name;
  221.   text-offset: -8;
  222. }
  223.  
  224. way|z12-[highway=road] {
  225.   color: red;
  226.   width: 1px;
  227.   text-color: black;
  228.   text-position: line;
  229.   text: name;
  230.   text-offset: -8;
  231. }
  232.  
  233. way|z11-[highway][junction=roundabout] {
  234.   color: #E88866;
  235.   width: 2px;
  236.   text-color: black;
  237.   text-position: line;
  238.   text: name;
  239.   casing-width: 1;
  240.   casing-color: black;
  241.   text-offset: -8;
  242. }
  243.  
  244. way|z11-[railway] {
  245.   color: white;
  246.   width: 1px;
  247.   text-color: black;
  248.   text-position: line;
  249.   text: name;
  250.   dashes: 3;
  251.   casing-width: 1;
  252.   casing-color: black;
  253. }
  254.  
  255. way|z12-[highway=footway],way|z12-[highway=path] {
  256.   color: black;
  257.   width: 1px;
  258.   text-color: black;
  259.   text-position: line;
  260.   text: name;
  261.   text-offset: -8;
  262. }
  263.  
  264. way|z12-[waterway=stream] {
  265.   color: black;
  266.   width: 1px;
  267.   text-color: blue;
  268.   text-position: line;
  269.   text: name;
  270.   text-offset: -8;
  271. }
  272.  
  273. way[boundary=administrative][admin_level=4] {
  274.   color: #00C864;
  275.   width: 1px;
  276.   text-color: #00C864;
  277.   text-position: line;
  278.   text: name;
  279. }
  280.  
  281. way[boundary=administrative][admin_level=6] {
  282.   color: #00C864;
  283.   width: 1px;
  284.   text-color: #00C864;
  285.   text-position: line;
  286.   text: name;
  287. }
  288.  
  289. way|z9-[waterway] {
  290.   color: blue;
  291.   width: 1px;
  292.   text-color: blue;
  293.   text-position: line;
  294.   text: name;
  295.   text-offset: -8;
  296. }
  297.  
  298. way|z12-[power=line] {
  299.   color: gray;
  300.   width: 1px;
  301. }
  302.  
  303. way|z12-[barrier=fence],way|z12-[barrier=wall] {
  304.   color: #00C864;
  305.   width: 1px;
  306.   text-color: #00C864;
  307.   text-position: line;
  308.   text: name;
  309.   dashes: 4;
  310. }
  311.  
  312. node[place] {
  313.   z-index: 10;
  314. }
  315.  
  316. node[place=city] {
  317.   icon-image: icons_free_russa/0001.png;
  318.   font-size: 10px;
  319.   text: name;
  320.   font-weight: 700;
  321. }
  322.  
  323. node[place=town] {
  324.   icon-image: icons_free_russa/0002.png;
  325.   font-size: 10px;
  326.   text: name;
  327.   font-weight: 700;
  328. }
  329.  
  330. node|z13-[place=village] {
  331.   icon-image: icons_free_russa/0003.png;
  332.   font-size: 9px;
  333.   text: name;
  334.   font-weight: 400;
  335. }
  336.  
  337. node|z13-[place=suburb],node|z13-[place=hamlet] {
  338.   icon-image: icons_free_russa/0004.png;
  339.   font-size: 9px;
  340.   text: name;
  341.   font-weight: 200;
  342. }
  343.  
  344. node|z13-[traffic_calming=bump],node|z12-[traffic_calming=hump] {
  345.   icon-image: icons_free_russa/1283.png;
  346.   text: name;
  347. }
  348.  
  349. node|z13-[highway=bus_stop] {
  350.   icon-image: icons_free_russa/1240.png;
  351.   text: name;
  352. }
  353.  
  354. node|z13-[amenity=post_office] {
  355.   icon-image: icons_free_russa/1077.png;
  356.   text: name;
  357. }
  358.  
  359. node|z13-[natural=tree] {
  360.   icon-image: icons_free_russa/1040.png;
  361.   text: name;
  362. }
  363.  
  364. node|z13-[shop=convenience],node|z13-[shop=mall],node|z13-[shop=supermarket] {
  365.   icon-image: icons_free_russa/1070.png;
  366.   text: name;
  367. }
  368.  
  369. node|z13-[shop=alcohol] {
  370.   icon-image: icons_free_russa/1054.png;
  371.   text: name;
  372. }
  373.  
  374. node|z13-[shop=clothes] {
  375.   icon-image: icons_free_russa/1071.png;
  376.   text: name;
  377. }
  378.  
  379. node|z13-[amenity=restaurant],node|z13-[amenity=food_court],node|z13-[amenity=fast_food] {
  380.   icon-image: icons_free_russa/1031.png;
  381.   text: name;
  382. }
  383.  
  384. node|z13-[tourism=hotel],node|z13-[tourism=hostel],node|z13-[tourism=motel] {
  385.   icon-image: icons_free_russa/1032.png;
  386.   text: name;
  387. }
  388.  
  389. node|z13-[tourism=camp_site] {
  390.   icon-image: icons_free_russa/1033.png;
  391.   text: name;
  392. }
  393.  
  394. node|z13-[historic] {
  395.   icon-image: icons_free_russa/1034.png;
  396.   text: name;
  397. }
  398.  
  399. node|z13-[amenity=library] {
  400.   icon-image: icons_free_russa/1037.png;
  401.   text: name;
  402. }
  403.  
  404. node|z13-[tourism=viewpoint] {
  405.   icon-image: icons_free_russa/1038.png;
  406.   text: name;
  407. }
  408.  
  409. node|z13-[amenity=school] {
  410.   icon-image: icons_free_russa/1039.png;
  411.   text: name;
  412. }
  413.  
  414. node|z13-[tourism=zoo] {
  415.   icon-image: icons_free_russa/1041.png;
  416.   text: name;
  417. }
  418.  
  419. node|z13-[amenity=theatre] {
  420.   icon-image: icons_free_russa/1044.png;
  421.   text: name;
  422. }
  423.  
  424. node|z13-[amenity=bar],node|z13-[amenity=pub] {
  425.   icon-image: icons_free_russa/1045.png;
  426.   text: name;
  427. }
  428.  
  429. node|z13-[leisure=golf_course],node|z13-[sport=golf] {
  430.   icon-image: icons_free_russa/1048.png;
  431.   text: name;
  432. }
  433.  
  434. node|z13-[leisure=ice_rink],node|z13-[sport=skating] {
  435.   icon-image: icons_free_russa/1051.png;
  436.   text: name;
  437. }
  438.  
  439. node|z13-[sport=swimming] {
  440.   icon-image: icons_free_russa/1052.png;
  441.   text: name;
  442. }
  443.  
  444. node|z13-[leisure=sports_centre][!sport] {
  445.   icon-image: icons_free_russa/1053.png;
  446.   text: name;
  447. }
  448.  
  449. node|z13-[amenity=pharmacy] {
  450.   icon-image: icons_free_russa/1072.png;
  451.   text: name;
  452. }
  453.  
  454. node|z13-[amenity=fuel] {
  455.   icon-image: icons_free_russa/1074.png;
  456.   text: name;
  457. }
  458.  
  459. node|z13-[amenity=bank] {
  460.   icon-image: icons_free_russa/1078.png;
  461.   text: name;
  462. }
  463.  
  464. node|z13-[amenity=parking] {
  465.   icon-image: icons_free_russa/1098.png;
  466.   text: name;
  467. }
  468.  
  469. node|z13-[amenity=doctors],node|z13-[amenity=hospital] {
  470.   icon-image: icons_free_russa/1104.png;
  471.   text: name;
  472. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement