File: report.css

package info (click to toggle)
dcmtk 3.6.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 95,648 kB
  • sloc: ansic: 426,874; cpp: 318,177; makefile: 6,401; sh: 4,341; yacc: 1,026; xml: 482; lex: 321; perl: 277
file content (91 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (9)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* Copyright (C) 2000-2010, OFFIS e.V. 
   All rights reserved.  See COPYRIGHT file for details.
   Sample CSS for HTML output of "dsr2html"
*/

body {
	background-color: #dddddd;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	background-color: #000099;
	color: white;
	width: 100%;
}

h1 {
	padding: 4px;
	font-size: x-large;
	font-weight: bold;
}

h2 {
	padding: 3px;
	font-size: large;
}

h3, h4, h5, h6 {
	padding: 2px;
}

h4, h5, h6 {
	font-size: medium;
}

h2 a[name] {
	color: white;
	text-decoration: none;
}

div {
    background-color: white;
	text-align: justify;
}

div small {
	width: 100%;
	color: black;
	text-align: left;
}

td {
	background-color: #ccccff;
	font-family: sans-serif;
	padding: 4px;
}

a[href] {
	color: maroon;
}

a:hover {
	color: red;
}

a[name]:hover {
    text-decoration: underline;
}

div.footnote {
	background-color: #dddddd;
	color: gray;
}

div.footnote a, div.footnote small {
	color: gray;
}

div.footnote a:hover {
    color: black;
}

span.under {
    text-decoration: underline;
}

hr {
	color: silver;
	background: transparent;
	border: thin;
}