source: gs3-extensions/pharos/trunk/web/axis2-web/css/axis-style.css@ 20983

Last change on this file since 20983 was 20983, checked in by davidb, 14 years ago

Initial files for Phrasos extension to Greenstone3

File size: 1.5 KB
Line 
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 */
19BODY {
20 background-color : "#FFFFFF";
21 leftmargin:"0";
22 topmargin:"0";
23 font-family:Arial;
24 font-size:11pt;
25}
26h1 { font-family: Arial; font-size: 16pt; font-weight: bold }
27h2 { font-family: Arial; font-size: 13pt; font-weight: bold; color: #5D0D7D }
28ul { font-family: Arial; font-size: 11pt }
29input { font-family: Arial; font-size: 8pt; font-weight: bold }
30td { font-family: Arial; font-size: 10pt }
31h3 { font-family: Arial; font-size: 12pt; font-weight:bold }
32TABLE.FULL_BLANK {
33 width : 100%;
34 height : 100%;
35 border : 0;
36 padding : 0;
37}
38
39TABLE.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
48UL.loginUL LI{
49 padding: 10pt;
50}
Note: See TracBrowser for help on using the repository browser.