File: florence.css

package info (click to toggle)
florence 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,436 kB
  • ctags: 1,115
  • sloc: sh: 11,243; ansic: 7,644; xml: 2,569; makefile: 173
file content (13 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.shape {
	fill: @SHAPE_COLOR@;
	stroke: @BORDER_COLOR@;
	stroke-opacity: 0.35;
	stroke-width: 4px;
}

.symbol {
	fill: @SYM_COLOR@;
	stroke: @SYM_OUTLINE_COLOR@;
	stroke-width: 2px;
}