Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
771 blopes 1
/*
2
 * Licensed to the Apache Software Foundation (ASF) under one or more
3
 * contributor license agreements.  See the NOTICE file distributed with
4
 * this work for additional information regarding copyright ownership.
5
 * The ASF licenses this file to You under the Apache License, Version 2.0
6
 * (the "License"); you may not use this file except in compliance with
7
 * the License.  You may obtain a copy of the License at
8
 *
9
 *      http://www.apache.org/licenses/LICENSE-2.0
10
 *
11
 * Unless required by applicable law or agreed to in writing, software
12
 * distributed under the License is distributed on an "AS IS" BASIS,
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 * See the License for the specific language governing permissions and
15
 * limitations under the License.
16
 */
17
 
18
body {
19
    font-family: Tahoma, Arial, sans-serif;
20
}
21
 
22
h1,
23
h2,
24
h3,
25
b {
26
    color           : white;
27
    background-color: #525D76;
28
}
29
 
30
h1 {
31
    font-size: 22px;
32
}
33
 
34
h2 {
35
    font-size: 16px;
36
}
37
 
38
h3 {
39
    font-size: 14px;
40
}
41
 
42
p {
43
    font-size: 12px;
44
}
45
 
46
a {
47
    color: black;
48
}
49
 
50
.line {
51
    height          : 1px;
52
    background-color: #525D76;
53
    border          : none;
54
}
55
 
56
table {
57
    width: 100%;
58
}
59
 
60
td.page-title {
61
    text-align    : center;
62
    vertical-align: top;
63
    font-family   : sans-serif, Tahoma, Arial;
64
    font-weight   : bold;
65
    background    : white;
66
    color         : black;
67
}
68
 
69
td.title {
70
    text-align    : left;
71
    vertical-align: top;
72
    font-family   : sans-serif, Tahoma, Arial;
73
    font-style    : italic;
74
    font-weight   : bold;
75
    background    : #D2A41C;
76
}
77
 
78
td.header-left {
79
    text-align    : left;
80
    vertical-align: top;
81
    font-family   : sans-serif, Tahoma, Arial;
82
    font-weight   : bold;
83
    background    : #FFDC75;
84
}
85
 
86
td.header-center {
87
    text-align    : center;
88
    vertical-align: top;
89
    font-family   : sans-serif, Tahoma, Arial;
90
    font-weight   : bold;
91
    background    : #FFDC75;
92
}
93
 
94
td.row-left {
95
    text-align    : left;
96
    vertical-align: middle;
97
    font-family   : sans-serif, Tahoma, Arial;
98
    color         : black;
99
}
100
 
101
td.row-center {
102
    text-align    : center;
103
    vertical-align: middle;
104
    font-family   : sans-serif, Tahoma, Arial;
105
    color         : black;
106
}
107
 
108
td.row-right {
109
    text-align    : right;
110
    vertical-align: middle;
111
    font-family   : sans-serif, Tahoma, Arial;
112
    color         : black;
113
}
114
 
115
TH {
116
    text-align    : center;
117
    vertical-align: top;
118
    font-family   : sans-serif, Tahoma, Arial;
119
    font-weight   : bold;
120
    background    : #FFDC75;
121
}
122
 
123
TD {
124
    text-align    : center;
125
    vertical-align: middle;
126
    font-family   : sans-serif, Tahoma, Arial;
127
    color         : black;
128
}
129
 
130
form {
131
    margin: 1;
132
}
133
 
134
form.inline {
135
    display: inline;
136
}
137
 
138
img.tomcat-logo {
139
    height: 92px;
140
    float : left;
141
}