source: josm/trunk/styles_nodist/potlatch2/source/wireframe.css@ 7895

Last change on this file since 7895 was 5215, checked in by bastiK, 12 years ago

update Potlatch 2 style from upstream. (Fixes casing-width)

File size: 802 bytes
Line 
1/*
2
3 Stylesheet that does simple wireframe display
4
5*/
6
7way :hover { z-index: 2; width: 1; color: blue; }
8way :selected { z-index: 2; width: 1; color: red; }
9way !:drawn { z-index:10; width: 1; color: black; }
10
11node :selectedway { z-index: 8; icon-image: square; icon-width: 6; color: green; }
12node :hoverway { z-index: 9; icon-image: square; icon-width: 6; color: blue; }
13node :selected { z-index: 9; icon-image: square; icon-width: 6; color: red; casing-color: black; casing-width: 1; }
14node !:drawn :poi { z-index: 2; icon-image: square; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
15node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 6; color: black; }
16node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }
17
Note: See TracBrowser for help on using the repository browser.