Last change
on this file since 14900 was 5215, checked in by bastiK, 13 years ago |
update Potlatch 2 style from upstream. (Fixes casing-width)
|
File size:
1.4 KB
|
Line | |
---|
1 | /*
|
---|
2 |
|
---|
3 | Stylesheet that does simple wireframe display
|
---|
4 |
|
---|
5 | */
|
---|
6 |
|
---|
7 | way :hover { z-index: 2; width: 14; color: yellow; linecap: round; }
|
---|
8 | way :selected { z-index: 2; width: 14; color: yellow; linecap: round; }
|
---|
9 | way !:drawn { z-index: 1; width: 14; color: #444444; linecap: round; }
|
---|
10 |
|
---|
11 | node :selectedway { z-index: 8; icon-image: circle; icon-width: 16; color: green; }
|
---|
12 | node :hoverway { z-index: 9; icon-image: circle; icon-width: 16; color: blue; }
|
---|
13 | node :selected { z-index: 9; icon-image: circle; icon-width: 16; color: red; casing-color: black; casing-width: 1; }
|
---|
14 | node !:drawn :poi { z-index: 6; icon-image: circle; icon-width: 16; color: green; casing-color: black; casing-width: 1; }
|
---|
15 | node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
|
---|
16 | node :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
|
---|
17 |
|
---|
18 | way[_status=incomplete]::statushighlight { z-index: 0; width: 20; color: #d95f02; linecap: round; }
|
---|
19 | way[_status=complete]::statushighlight { z-index: 0; width: 18; color: #1b9e77; opacity: 0.4; linecap: round; }
|
---|
20 | way[_status=complete] { opacity: 0.7; }
|
---|
21 | node[_status=incomplete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 24; color: #d95f02; }
|
---|
22 | node[_status=complete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 20; color: #1b9e77; opacity: 0.4; }
|
---|
23 | node[_status=complete] { opacity: 0.7; }
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.