]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/.metadata/.plugins/org.apache.axis2.facet/exploadedwar/axis2-web/css/axis-style.css
Salome HOME
SIMAN Eclipse workspace first version
[tools/siman.git] / Workspace / .metadata / .plugins / org.apache.axis2.facet / exploadedwar / axis2-web / css / axis-style.css
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one
3  * or more contributor license agreements. See the NOTICE file
4  * distributed with this work for additional information
5  * regarding copyright ownership. The ASF licenses this file
6  * to you under the Apache License, Version 2.0 (the
7  * "License"); you may not use this file except in compliance
8  * with the License. You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing,
13  * software distributed under the License is distributed on an
14  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  * KIND, either express or implied. See the License for the
16  * specific language governing permissions and limitations
17  * under the License.
18  */
19 BODY         {
20         background-color : "#FFFFFF";
21         leftmargin:"0";
22         topmargin:"0";
23         font-family:Arial;
24         font-size:11pt;
25 }
26 h1           { font-family: Arial; font-size: 16pt; font-weight: bold }
27 h2           { font-family: Arial; font-size: 13pt; font-weight: bold; color: #5D0D7D }
28 ul           { font-family: Arial; font-size: 11pt }
29 input        { font-family: Arial; font-size: 8pt; font-weight: bold }
30 td           { font-family: Arial; font-size: 10pt }
31 h3           { font-family: Arial; font-size: 12pt; font-weight:bold }
32 TABLE.FULL_BLANK {
33         width : 100%;
34         height : 100%;
35         border : 0;
36         padding : 0;
37 }
38
39 TABLE.LOG_IN_FORM{
40         height: 200px%;
41         border:1px solid #000000;
42         width: 300px%;
43         cellspacing:1px;
44         cellpadding:1px;
45         background-color: #f7f7f7 ;
46 }
47
48 UL.loginUL LI{
49         padding: 10pt;
50 }