remove old readme
[atutor.git] / themes / default / ie_styles.css
1 /* IE specific styles */
2 .page_wrapper{
3
4     /* For IE 8 */    
5     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
6      /* For IE 5.5 - 7 */
7     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
8
9 }
10
11
12
13 label {
14         zoom:100%;
15         margin:0px;
16 }
17
18 table.data tfoot input {
19         min-width:0px;
20
21 }
22
23 #topnavlistcontainer {
24         margin-bottom:-1px;
25         border-bottom:0;
26 }
27
28 ul#topnavlist li {
29         margin-bottom:-3em;
30         *display: inline;
31 }
32
33 ul#topnavlist {
34         zoom:100%;
35         margin:0px;
36         position:absolute;
37         top:5em;
38 }
39
40 ul#topnavlist li {
41         zoom:100%;
42         padding:0.3em;
43         margin-bottom:-3px;
44         border-bottom:0;
45         min-height:3.5em;
46
47 }
48 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
49         margin-bottom:-25px;    
50         padding: .2em 1.8em .1em 1.8em;
51         border-bottom: none;
52 }
53
54 #header{
55         height: 5.0em;
56         margin-bottom:.1em;
57 }
58
59 div#top-links{
60         float:right;
61 }
62
63 div#top-links a:active{
64         color:black;
65         background-color:#F6EAD6;
66
67 }
68
69 .outside_box{
70         height:9.6em;
71 }
72
73
74 ul#subnavlist li {
75         *display: inline;
76         margin-right:.5em;
77         
78
79 }
80 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active, ul#subnavlist li:hover{
81         color: black;
82         text-decoration:none;
83         background-color: #F8F8F8;
84         border-bottom:thin solid #F8F8F8;
85
86
87 }
88
89 fieldset.group_form{
90         padding:.5em;
91         padding-bottom:2em;
92         min-height:150px;
93 }
94
95 table.etabbed-table     {
96         *table-layout:fixed;
97         *margin-left:35px;
98 }
99 .tab-spacer{
100         *width:10px;
101 }
102 .editor_tab{
103         zoom:100%;
104         *width:auto;    
105         *display: inline-block;
106         *clear: left;
107         *padding: 0 30px 0 5px;
108 }
109 .editor_buttontab {
110         zoom:100%;
111         clear:both;
112         padding-right:1em;
113 }
114
115 .editor_tab_selected{
116         *width:auto;
117 }
118
119 .etabbed-list-container{
120         *height:1.9em;
121 }
122 .etabbed-list{
123         *height:1.8em;
124         *padding-top:.4em;
125 }
126
127
128
129 ul.folders {
130         list-style: disc url(../../images/folder.gif) outside;
131         font-family: Verdana, Helevetica, Arial, sans-serif;
132         margin-bottom: 5em;;
133         margin-top: 0px;
134         margin-right: 0px;
135 }
136
137 li.folders .disabled {
138         color: #B8AE9C;
139 }
140
141 .current_box{
142         width:30%; 
143         float:left;
144         margin-left:3em;
145
146 }
147
148 ul.current_list{
149       line-height:2em; 
150       list-style-type:none;
151       margin-left:0;
152 }
153
154 .outside_box{
155     /* For IE 8 */    
156     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
157      /* For IE 5.5 - 7 */
158     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
159
160 }
161
162 #top-links-jump{
163         background-color:#eeeeee;
164         padding-right:.5em;
165
166 }
167 div#top-links {
168         white-space:nowrap;
169         width:40%;
170         float:right;
171         clear:right;
172         height:1.7em;
173         padding-right: 5px;
174         margin-right:20px;
175         margin-top:0em;
176 }
177 #course_title_container{
178         margin-top:-2em;
179         *margin-top:-1em;
180 }
181 h1#section-title {
182         margin-top:.5em;
183         
184 }
185 div#guide_box{
186         *width:12%;
187
188 }
189 #shortcuts{
190         *width:12%;
191 }
192 #side-menu ul{
193         width:18em;
194         padding-left:1em;
195         padding-right:2em;
196 }
197 /* the * prefix targets IE7, dangerous hack but necessary */
198 /* to target IE6 use _ and to target IE8 and below use a trailing \9 before the style's closing semicolon */
199 .fl-force-right{
200         *margin-top:-1.2em;
201 }
202 #contentcolumn {
203         overflow:hidden;
204 }
205
206 .logoutbar{
207         margin-top:-2.5em;      
208 }
209 textarea#body_text{
210         *width:600px;
211 }