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