File: bwm-ng.css

package info (click to toggle)
bwm-ng 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 520 kB
  • sloc: ansic: 3,259; sh: 117; makefile: 24
file content (51 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

BODY {
    font:      10pt Arial, Helvetica, sans-serif;
    text-decoration: none;
}


.bwm-ng-output {
	padding: 3px 10px 0.5ex 10px;
	margin: 10px;
	width: 50ex;
	border-width: 1px;
	border-style: solid;
}

.bwm-ng-header {
	margin: 10px;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bwm-ng-head {
	font-weight: bold;
}

.bwm-ng-name {
    margin-left: 10px;
	width: 10ex;
    font-weight: bold;
}

.bwm-ng-in {
	width: 10ex;
}

.bwm-ng-out {
    width: 10ex;
}

.bwm-ng-total {
	width: 10ex;
    font-weight: bold;
}

.bwm-ng-errors {
    color: #FF0000;
}

.bwm-ng-dummy {
}