lanlv_wev8.css
1.7 KB
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
TABLE.ViewForm TD {
background-color:#fff;
}
.outertable{
/*
border-collapse:collapse !important;
border-style:solid !important;
border-color: #005782 !important;
border-width:1px !important;
*/
}
.reqname{
color:#000000 !important;
font-size:16pt !important;
font-weight:bold !important;
}
.maintable{
border-collapse:collapse !important
border-style:solid !important;
border-color: #005782 !important;
border-width:0px !important;
margin-top:4px !important;
text-align: left;
}
.fname{
background-color: #ebf5ff !important;
border:1px solid #b0d6fe!important;
/*
height: 20px !important;
font-size:10pt !important;
border-style:solid !important;
border-color: #005782 !important;
border-width:1px !important;
*/
}
.fvalue{
border:1px solid #b0d6fe!important;
/*
height: 20px !important;
background-color: #FFFFFF !important;
border-style:solid !important;
border-color: #005782 !important;
border-width:1px !important;
*/
}
Table.form TR TD {
padding:0px!important;
}
.detailtable{
/*
border-collapse:collapse !important;
border-style:solid !important;
border-color: #005782 !important;
border-width:1px !important;
*/
border:1px solid #b0d6ff!important;
}
.detailtitle{
/*
height: 20px !important;
font-size:10pt !important;
background-color: #C4E1FF !important;
border-style:solid !important;
border-color: #005782 !important;
border-width:1px !important;
*/
background: #f0f8fe!important;
border:1px solid #b0d6ff!important;
}
.detailfield{
/*
background-color: #FFFFFF !important;
border-bottom-style:solid !important;
border-bottom-color: #005782 !important;
border-bottom-width:1px !important;
*/
border-bottom:1px solid #b0d6ff!important;
padding:5px!important;
}