-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths.css
More file actions
133 lines (132 loc) · 2.38 KB
/
s.css
File metadata and controls
133 lines (132 loc) · 2.38 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/*
//--------------------------------------------------------
//
// ReqHeap
// Version: 1.0
//
// Copyright, GnostX GmbH, Bern info(at)gnostx.ch, 2007
//
// Programmed by i-nature.com
//
//--------------------------------------------------------
*/
body {
font : normal 12px Arial, Verdana;
color : #000;
margin : 10px 10px 10px 10px;
padding : 0px;
background-color: #E1E4ED;
}
body.print {
font : normal 12px Arial, Verdana;
color : #000;
margin : 10px 10px 10px 10px;
padding : 0px;
background-color: #FFFFFF;
}
table.main{
align : center;
border : 1px solid #000000;
background-color: #FFFFFF;
}
table.topMenu{
align : left;
border : 1px solid #000000;
background-color: #C2D5FC;
}
table.content{
width : 100%;
border : solid 1px #000000;
}
td{
font : normal 12px Arial, Verdana;
color : #000000;
}
tr.blue{
color : #000000;
background-color: #C2D5FC;
}
tr.light_blue{
color : #000000;
background-color: #DBE7FE;
}
tr.gray{
color : #000000;
background-color: #F2F1F1;
}
tr.red{
color : #000000;
background-color: #FCBABA;
}
tr.violet{
color : #000000;
background-color: #E4BDD0;
}
tr.green{
color : #000000;
background-color: #B6EAD9;
}
tr.orange{
color : #000000;
background-color: #FCE1BA;
}
tr.yellow{
color : #000000;
background-color: #D1EAB6;
}
td.blue{
color : #000000;
background-color: #C2D5FC;
}
td.light_blue{
color : #000000;
background-color: #DBE7FE;
}
td.gray{
color : #000000;
background-color: #F2F1F1;
}
td.red{
color : #000000;
background-color: #FCBABA;
}
td.violet{
color : #000000;
background-color: #E4BDD0;
}
td.green{
color : #000000;
background-color: #B6EAD9;
}
td.yellow{
color : #000000;
background-color: #D1EAB6;
}
td.orange{
color : #000000;
background-color: #FCE1BA;
}
a, a:link, a:active, a:visited {
font : normal 12px Arial, Verdana;
color : #194EBC;
text-decoration: underline;
vertical-align: middle;
}
a:hover {
text-decoration: underline;
}
a.footer, a.footer:link, a.footer:active, a.footer:visited {
font : 11px;
}
form{
display : inline;
}
input, input.checkbox, input.radio , select, textarea{
font : normal 11px Arial, Verdana;
color : #000;
border : 1px solid #000;
background : #fff;
}
.error{
color : #E75050;
}