Changeset 5215 in josm for trunk/styles_nodist/potlatch2/source/core_interactive.css
- Timestamp:
- 2012-05-06T12:46:32+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/source/core_interactive.css
r3983 r5215 5 5 /* Interactive way behaviour */ 6 6 7 way :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } 8 way :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} 9 way :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;} 10 way :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;} 7 way::highlight :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } 8 way::highlight :hover :background { color: lightcyan; } 9 way::highlight :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} 10 way::highlight :selected :background { color: cyan; } 11 way::highlight :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;} 12 way::highlight :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;} 11 13 /*way !:drawn !:hasTags{ z-index:10; width: 0.5; color: red; }*/ 12 14 way !:drawn { z-index:10; width: 1; color: #333333; } … … 16 18 17 19 node :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; } 18 node :hoverway { z-index: 9; icon-image: square; icon-width: 7; color: blue; layer: 5; } 19 node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 4; color: green; casing-color: black; casing-width: 1; } 20 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 4; color: black; } 21 node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; } 22 node !:drawn :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; } 23 node :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; } 24 node :junction :selectedway { z-index: 8; icon-image: square; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; } 20 node :hoverway { z-index: 9; icon-image: circle; icon-width: 8; color: blue; layer: 5; } 21 node !:drawn :hasTags :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #00ac00; casing-color: #004400; casing-width: 1; } 22 node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #BBB; casing-color: #333; casing-width: 1; } 23 node !:drawn :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 10; color: black; layer: 5; } 24 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 8; color: black; } 25 node !:drawn :selectedway { z-index: 9; icon-image: circle; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; } 26 node::selectedNode :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; } 27 node::selectedNode :selected :background { color: cyan; } 28 node::junctionNode :junction :selectedway { z-index: 8; icon-image: circle; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; }
Note:
See TracChangeset
for help on using the changeset viewer.
