JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / examples / css / ie6.css
1 /**
2  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
3  * Copyright (C) 2015 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 #nav #navInner
20 {
21 margin-top:0x;
22 }
23
24
25 #sddm
26 {
27         position:relative;
28         top:0;
29 }
30
31
32 #sddm li a.download-right
33 {
34 position:absolute;
35 top:28px;
36 left:270px;
37 }
38
39 #sddm li
40 {
41 padding-top:30px;
42 padding-bottom:30px;
43 }
44
45 #sddm div
46 {       position: absolute;
47         visibility: hidden;
48         margin: 0;
49         padding: 0;
50         top:80px;
51         z-index:9999;
52         width:0;
53         display:none;
54 }
55
56
57         #sddm div a
58         {       position: relative;
59                 display: block;
60                 margin: 0;
61                 padding:8px;
62                 width: 200px;
63                 white-space: nowrap;
64                 text-align: left;
65                 text-decoration: none;
66                 background: #555;
67                 color: #fff;
68                 border: 1px solid #000000;
69                 background: #555;
70                 z-index:100;
71                 left:-1100px;
72         }
73         
74         
75 #nav
76 {
77 position:relative;
78 z-index:2;
79    clear:both;
80     float:left;
81     width:100%;                /* width of whole page */
82 }
83
84 #content 
85 {
86 position:relative;
87 z-index:2;
88    clear:both;
89     float:left;
90     width:100%;                /* width of whole page */
91 }