Project

General

Profile

1
 /*
2
  *   '$RCSfile: eml_xsl.css,v $'
3
  *     Purpose: Default style sheet for KNB project web pages 
4
  *              Using this stylesheet rather than placing styles directly in 
5
  *              the KNB web documents allows us to globally change the 
6
  *              formatting styles of the entire site in one easy place.
7
  *   Copyright: 2000 Regents of the University of California and the
8
  *               National Center for Ecological Analysis and Synthesis
9
  *     Authors: Matt Jones
10
  *
11
  *    '$Author: cjones $'
12
  *      '$Date: 2004/10/05 23:50:34 $'
13
  *  '$Revision: 1.1 $'
14
  *
15
  * This program is free software; you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
17
  * the Free Software Foundation; either version 2 of the License, or
18
  * (at your option) any later version.
19
  *
20
  * This program is distributed in the hope that it will be useful,
21
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
  * GNU General Public License for more details.
24
  *
25
  * You should have received a copy of the GNU General Public License
26
  * along with this program; if not, write to the Free Software
27
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
  */
29
    
30
/******************************************************************************/  
31
/******************************************************************************/  
32
/**  USED BY EML STYLESHEETS ONLY - NO OTHERS                                **/
33
/******************************************************************************/  
34
/******************************************************************************/  
35

    
36
.mainContainerTable {
37
    width: 750px;
38
    background-color: #ffffff; 
39
    font-size: 12px;
40
}
41

    
42
.linkedHeaderStyle {
43
    background: #B2D2FE;
44
    border-top: solid #ffffff 5px;
45
    padding-left: 15%;
46
    text-align: left;
47
    font-weight: bold; 
48
}
49

    
50
.highlight  {
51
    background-color: #dddddd; 
52
    font-size: 12px;
53
    border: solid #ffffff 1px;
54
}
55

    
56
.bordered {
57
    background-color: #dddddd; 
58
    text-align: left;
59
    padding-left: 5px;
60
    padding-right: 5px;
61
    border: solid #ffffff 1px;
62
}
63

    
64
.coleven {
65
    background-color: #e0e0e0; 
66
    padding-left: 5px;
67
    padding-right: 5px;
68
    text-align: left;
69
    border-top: solid #ffffff 1px;
70
    border-bottom: solid #ffffff 1px;
71
}
72

    
73
.colodd {
74
    background-color: #ffffff; 
75
    padding-left: 5px;
76
    padding-right: 5px;
77
    text-align: left;
78
}
79

    
80
.innercolodd {
81
    border: solid #bbbbbb 1px;
82
    font-size: 10px;
83
    padding-left: 2px;
84
    padding-right: 2px;
85
    text-align: left;
86
}
87

    
88
.innercoleven {
89
    border: solid #aaaaaa 1px;
90
    background-color: #e0e0e0; 
91
    font-size: 10px; 
92
    padding-left: 2px;
93
    padding-right: 2px;
94
    text-align: left;
95
}    
(57-57/58)