Last change
on this file since 5857 was 5215, checked in by bastiK, 13 years ago |
update Potlatch 2 style from upstream. (Fixes casing-width)
|
File size:
1.5 KB
|
Line | |
---|
1 | /*
|
---|
2 |
|
---|
3 | Potlatch 2 core stylesheet
|
---|
4 |
|
---|
5 | This stylesheet should contain commonly used features and only the most essential extra attributes
|
---|
6 | (e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in
|
---|
7 | order not to kill performance on slower systems and those with a less effective Flash Player (i.e.
|
---|
8 | Linux).
|
---|
9 |
|
---|
10 | It is expected that experienced mappers will switch between this and other stylesheets as required.
|
---|
11 |
|
---|
12 | */
|
---|
13 |
|
---|
14 | @import("stylesheets/core_ways.css");
|
---|
15 | @import("stylesheets/core_pois.css");
|
---|
16 | @import("stylesheets/core_landuse.css");
|
---|
17 | @import("stylesheets/core_relations.css");
|
---|
18 | way .area_small_name {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
|
---|
19 | @import("stylesheets/core_interactive.css");
|
---|
20 |
|
---|
21 | /* Rendering for licence status */
|
---|
22 |
|
---|
23 | way[_status=no]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; }
|
---|
24 | way[_status=partial]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
|
---|
25 | way[_status=unsure]::status { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
|
---|
26 | node[_status=no]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; }
|
---|
27 | node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
|
---|
28 | node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.