OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <!-- | 3 <!-- |
4 about:memory template page | 4 about:memory template page |
5 --> | 5 --> |
6 <html id="t"> | 6 <html id="t"> |
7 <head> | 7 <head> |
8 <title>About Memory</title> | 8 <title>About Memory</title> |
9 | 9 |
10 <style> | 10 <style> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 background-size: 100%; | 62 background-size: 100%; |
63 border: 1px solid #3a75bd; | 63 border: 1px solid #3a75bd; |
64 border-radius: 6px; | 64 border-radius: 6px; |
65 color: white; | 65 color: white; |
66 text-shadow: 0 0 2px black; | 66 text-shadow: 0 0 2px black; |
67 } | 67 } |
68 div#header h1 { | 68 div#header h1 { |
69 padding-left: 37px; | 69 padding-left: 37px; |
70 margin: 0; | 70 margin: 0; |
71 display: inline; | 71 display: inline; |
72 background: url('gear.png') 12px 60% no-repeat; | 72 background: url('shared/images/gear.png') 12px 60% no-repeat; |
73 color: white; | 73 color: white; |
74 } | 74 } |
75 div#header p { | 75 div#header p { |
76 font-size: 84%; | 76 font-size: 84%; |
77 font-style: italic; | 77 font-style: italic; |
78 padding: 0; | 78 padding: 0; |
79 margin: 0; | 79 margin: 0; |
80 color: white; | 80 color: white; |
81 padding-left: 0.4em; | 81 padding-left: 0.4em; |
82 display: inline; | 82 display: inline; |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 padding-left: 25px; | 283 padding-left: 25px; |
284 background-position: 5px center; | 284 background-position: 5px center; |
285 background-repeat: no-repeat; | 285 background-repeat: no-repeat; |
286 } | 286 } |
287 | 287 |
288 div.help { | 288 div.help { |
289 display: inline-block; | 289 display: inline-block; |
290 width: 14px; | 290 width: 14px; |
291 margin: -1px 0; | 291 margin: -1px 0; |
292 height: 14px; | 292 height: 14px; |
293 background: url('help.gif') center bottom no-repeat; | 293 background: url('shared/images/help.gif') center bottom no-repeat; |
294 opacity: 0.33; | 294 opacity: 0.33; |
295 } | 295 } |
296 div.help:hover { | 296 div.help:hover { |
297 opacity: 1; | 297 opacity: 1; |
298 } | 298 } |
299 div.help div { | 299 div.help div { |
300 display: none; | 300 display: none; |
301 } | 301 } |
302 #helpTooltip { | 302 #helpTooltip { |
303 z-index: 1000; | 303 z-index: 1000; |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 No results found. | 709 No results found. |
710 </td> | 710 </td> |
711 </tr> | 711 </tr> |
712 </table> | 712 </table> |
713 </div> | 713 </div> |
714 </body> | 714 </body> |
715 <script> | 715 <script> |
716 enableHelpTooltips(); | 716 enableHelpTooltips(); |
717 </script> | 717 </script> |
718 </html> | 718 </html> |
OLD | NEW |