File: fpgastyle.css

package info (click to toggle)
fpgatools 0.0%2B201212-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: ansic: 25,528; makefile: 284; sh: 119; awk: 75
file content (22 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rect.background
{
  fill: black;
}
text
{
  stroke: yellow;
  font-family: sans-serif;
}
text.small
{
  font-size: 10pt;
  text-anchor: end;
}
path
{
  stroke: yellow;
}
circle
{
  stroke: yellow;
}