error.css
830 Bytes
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
/**
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
.outline {
border: 1px solid #cccccc;
background: #ffffff;
padding: 2px;
}
body {
margin: 15px;
height: 100%;
padding: 0;
font-family: Arial, Helvetica, Sans Serif;
font-size: 11px;
color: #333333;
background: #ffffff;
}
.frame {
background-color: #FEFCF3;
padding: 8px;
border: solid 1px #000000;
margin-top: 13px;
margin-bottom: 25px;
}
h1 {
color: #cc3333;
font-size: 18px;
}
.table {
border-collapse: collapse;
margin-top: 13px;
}
td {
padding: 3px;
padding-left: 5px;
padding-right: 5px;
border: solid 1px #bbbbbb;
font-size: 10px;
}
.type {
background-color: #cc0000;
color: #ffffff;
font-weight: bold;
padding: 3px;
}