source: josm/trunk/nodist/styles/potlatch2/source/snapshot.css@ 16006

Last change on this file since 16006 was 5215, checked in by bastiK, 12 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
7way :hover { z-index: 2; width: 14; color: yellow; linecap: round; }
8way :selected { z-index: 2; width: 14; color: yellow; linecap: round; }
9way !:drawn { z-index: 1; width: 14; color: #444444; linecap: round; }
10
11node :selectedway { z-index: 8; icon-image: circle; icon-width: 16; color: green; }
12node :hoverway { z-index: 9; icon-image: circle; icon-width: 16; color: blue; }
13node :selected { z-index: 9; icon-image: circle; icon-width: 16; color: red; casing-color: black; casing-width: 1; }
14node !:drawn :poi { z-index: 6; icon-image: circle; icon-width: 16; color: green; casing-color: black; casing-width: 1; }
15node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
16node :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
17
18way[_status=incomplete]::statushighlight { z-index: 0; width: 20; color: #d95f02; linecap: round; }
19way[_status=complete]::statushighlight { z-index: 0; width: 18; color: #1b9e77; opacity: 0.4; linecap: round; }
20way[_status=complete] { opacity: 0.7; }
21node[_status=incomplete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 24; color: #d95f02; }
22node[_status=complete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 20; color: #1b9e77; opacity: 0.4; }
23node[_status=complete] { opacity: 0.7; }
24
25
26
Note: See TracBrowser for help on using the repository browser.