JAL-1503 update version in GPL header
[jalview.git] / utils / jalopy / docs / site.css
1 #-------------------------------------------------------------------------------
2 # Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
3 # Copyright (C) 2014 The Jalview Authors
4
5 # This file is part of Jalview.
6
7 # Jalview is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License 
9 # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10 #  
11 # Jalview is distributed in the hope that it will be useful, but 
12 # WITHOUT ANY WARRANTY; without even the implied warranty 
13 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14 # PURPOSE.  See the GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
17 # The Jalview Authors are detailed in the 'AUTHORS' file.
18 #-------------------------------------------------------------------------------
19 /**
20  $Id$
21  */
22 A               { color: #00F; }
23 A:link          { text-decoration: none; }
24 A:active        { text-decoration: none; }
25 A:visited       { text-decoration: none; }
26 A:hover         {  text-decoration: underline; }
27
28 body    {
29         font-size : 0.9em;
30         font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
31         margin: 20px 20px 20px 20px;
32         padding-bottom:15px;
33         }
34 h1{
35         font-weight : bold;
36         font-family : Verdana,Arial,Helvetica,sans-serif;
37 }
38
39 h2{
40         font-weight : bold;
41         font-family : Verdana,Arial,Helvetica,sans-serif;
42 }
43
44 h3{
45         font-weight : bold;
46         font-family : Verdana,Arial,Helvetica,sans-serif;
47 }
48
49 h4{
50         font-weight : bold;
51         font-family : Verdana,Arial,Helvetica,sans-serif;
52 }
53
54 h5{
55         font-weight : bold;
56         font-family : Verdana,Arial,Helvetica,sans-serif;
57 }
58
59 hr{
60         border : none;
61         background : #808080;
62         height : 1px;
63 }
64
65 td,p,div,form,blockquote,ul,ol{
66         font-family : Verdana,Arial,Helvetica,sans-serif;
67 }
68
69 th{
70         font-family : Verdana,Arial,Helvetica,sans-serif;
71 }
72
73 .footer{
74         color : #808080;
75         font-size : 9px;
76         font-family : Verdana,Arial,Helvetica,sans-serif;
77 }
78
79 .sublogo{
80         padding-bottom : 5px;
81         color : #333366;
82         font-size : 9px;
83         font-family : Arial,Helvetica,sans-serif;
84 }
85
86 .logo{
87         padding-left : 10px;
88         font-weight : bold;
89         font-size : 26pt;
90         font-family : Verdana,Arial,Helvetica,sans-serif;
91 }
92
93 .navlink:link           { color: #FFF; text-decoration: none; }
94 .navlink:active         { color: #FFF; text-decoration: none; }
95 .navlink:visited        { color: #FFF; text-decoration: none; }
96 .navlink:hover          { color: #FFF; text-decoration: underline; }
97
98 .navlink2:link          { color : #000; text-decoration : none; }
99 .navlink2:active        { color : #000; text-decoration : none; }
100 .navlink2:visited       { color : #000; text-decoration : none; }
101 .navlink2:hover         { color : #000; text-decoration : underline; }
102
103 .shade{
104         background-color: ;
105         background : #FDF5E6;
106 }