comparison css/default.css @ 24:f4a3ea2e76af

fixed css for IE
author nick <nrclark@essex.ac.uk>
date Wed, 21 Nov 2012 18:27:24 +0000
parents 2b8de4c69a20
children 5a2fb49e3566
comparison
equal deleted inserted replaced
23:0fcc62e7a6b5 24:f4a3ea2e76af
16 16
17 17
18 body { 18 body {
19 background-color: #fff; 19 background-color: #fff;
20 color: #000; 20 color: #000;
21 font-family: "Helvetica Neue", "DejaVu Sans", "Verdana"; 21 font-family: "Helvetica Neue", "DejaVu Sans", "Verdana", sans-serif;
22 text-align: center; 22 text-align: center;
23 line-height: 150%; 23 line-height: 150%;
24 } 24 }
25 25
26 a:link, a:visited{ 26 a:link, a:visited{
50 pre br { display: none; } 50 pre br { display: none; }
51 51
52 h1, h2, h3 { 52 h1, h2, h3 {
53 font-family: "Gill Sans"; 53 font-family: "Gill Sans";
54 padding: 0; 54 padding: 0;
55 margin: 1.6em 0 0.6em -0.9em; 55 margin: 1.6em 0 0.6em 0;
56 line-height: 1.25em; 56 line-height: 1.25em;
57 letter-spacing: 0.03em; 57 letter-spacing: 0.03em;
58 } 58 }
59 59
60 h1 { 60 h1 {
136 136
137 #pages { /* Parent Wrapper for inside boxes */ 137 #pages { /* Parent Wrapper for inside boxes */
138 /* display: inline; */ /* IE Hack */ 138 /* display: inline; */ /* IE Hack */
139 width: 12em; 139 width: 12em;
140 float: left; 140 float: left;
141 text-align: left;
142 margin-right: 2em; 141 margin-right: 2em;
143 font-family: "Gill Sans"; 142 font-family: "Gill Sans",sans-serif;
144 font-size: 11pt; 143 font-size: 11pt;
145 text-align: right; 144 text-align: right;
146 border-right: 1px solid #ccc; 145 border-right: 1px solid #ccc;
147 padding-right: 2em; 146 padding-right: 2em;
148 } 147 }
153 } 152 }
154 #pages ol li { 153 #pages ol li {
155 padding: 0.3em 0 0.6em 0em; 154 padding: 0.3em 0 0.6em 0em;
156 color: #CC0033; 155 color: #CC0033;
157 font-weight: bold; 156 font-weight: bold;
158 font-size: 13pt;
159 } 157 }
160 #pages ol li ol { 158 #pages ol li ol {
161 margin-top: 0.3em; 159 margin-top: 0.3em;
162 padding: 0.3em 0 0.9em 0.9em; 160 padding: 0.3em 0 0.9em 0.9em;
163 } 161 }
172 padding: 0.3em 0 0.5em 0.5em; 170 padding: 0.3em 0 0.5em 0.5em;
173 } 171 }
174 #pages ol li p { 172 #pages ol li p {
175 font-weight: normal; 173 font-weight: normal;
176 color: #000; 174 color: #000;
177 vertical-align: center; 175 vertical-align: middle;
178 } 176 }
179 177
180 178
181 #content { /* Parent Wrapper for inside boxes */ 179 #content { /* Parent Wrapper for inside boxes */
182 /* display: inline; *//* IE Hack */ 180 /* display: inline; *//* IE Hack */
183 float: right; 181 float: left;
184 width: 44em; 182 width: 44em;
185 margin-left: 0.3em; 183 margin-left: 0.3em;
186 margin-bottom: 5em; 184 margin-bottom: 5em;
185 word-wrap: break-word; /* prevents container divs from wrapping */
187 } 186 }
188 187
189 ol.toc { 188 ol.toc {
190 list-style: none; 189 list-style: none;
191 padding: 0; 190 padding: 0;