File: wireframe.css

package info (click to toggle)
josm 0.0.svn7643%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 67,480 kB
  • ctags: 25,960
  • sloc: java: 177,482; xml: 8,896; perl: 1,570; sh: 102; makefile: 81
file content (17 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*

	Stylesheet that does simple wireframe display
	
*/

way :hover	{ z-index: 2; width: 1; color: blue; }
way :selected { z-index: 2; width: 1; color: red; }
way !:drawn { z-index:10; width: 1; color: black; } 

node :selectedway { z-index: 8; icon-image: square; icon-width: 6; color: green; }
node :hoverway { z-index: 9; icon-image: square; icon-width: 6; color: blue; }
node :selected { z-index: 9; icon-image: square; icon-width: 6; color: red; casing-color: black; casing-width: 1; }
node !:drawn :poi { z-index: 2; icon-image: square; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 6; color: black; }
node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }