File: reportx.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 (104 lines) | stat: -rw-r--r-- 1,342 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
92
93
94
95
96
97
98
99
100
101
102
103
104
/* Copyright (C) 2000-2010, OFFIS e.V.
   All rights reserved.  See COPYRIGHT file for details.
   Sample CSS for XHTML 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[id] {
	color: white;
	text-decoration: none;
}

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

a[href] {
	color: maroon;
}

a:hover {
	color: red;
}

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

div.para {
    background-color: white;
	text-align: justify;
    margin-bottom: 1em;
}

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

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

div.footnote a {
	color: gray;
}

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

span.under, span.relation, span.date, span.time, span.datetime, span.pname, span.num, span.code {
    text-decoration: underline;
}

span.observe {
	color: gray;
	font-size: small;
}

span.super {
	font-size: x-small;
	vertical-align: super;
}

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