source: josm/trunk/styles_nodist/potlatch2/source/core_interactive.css@ 3983

Last change on this file since 3983 was 3983, checked in by bastiK, 13 years ago

potlatch2 dev moved to git, mirror the style sources here

File size: 1.6 KB
Line 
1/* Turn restrictions */
2
3relation[type=restriction] node { z-index:11; icon-image: icons/restriction.png; }
4
5/* Interactive way behaviour */
6
7way :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; }
8way :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;}
9way :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;}
10way :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;}
11/*way !:drawn !:hasTags{ z-index:10; width: 0.5; color: red; }*/
12way !:drawn { z-index:10; width: 1; color: #333333; }
13way :tiger { casing-color: #ff00ff;}
14
15/* Interactive node behaviour */
16
17node :dupe { z-index: 9; icon-image: circle; icon-width:8; color: white; opacity: 0.4; casing-opacity: 0.4; casing-color: red; casing-width: 3; }
18node :hoverway { z-index: 9; icon-image: square; icon-width: 7; color: blue; layer: 5; }
19node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
20node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 4; color: black; }
21node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }
22node !:drawn :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; }
23node :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; }
24node :junction :selectedway { z-index: 8; icon-image: square; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; }
Note: See TracBrowser for help on using the repository browser.