]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/nlibrary/topology/preamble.xml
...
[helm.git] / helm / software / matita / nlibrary / topology / preamble.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <html>
3  <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5   <style type="text/css">
6 pre, code { 
7         font-family: monospace; 
8 }
9
10 p code {
11         font-size: 130%;
12         border-style: dashed;
13         border-width: 1px;
14         padding: 0.2em;
15         line-height: 1.8em;
16         border-color: grey;
17
18
19 pre { 
20         font-size: 120%; 
21         margin-right: 5em; 
22         margin-left: 2em; 
23 }
24
25 img { 
26         margin-left: auto; 
27         margin-right: auto; 
28         display: block;
29 }
30
31 body {
32         margin-right: 1em;
33 }
34   </style>
35   <script type="text/javascript" src="sh_main.js"></script>
36   <script type="text/javascript" src="sh_grafite.js"></script>
37   <link type="text/css" rel="stylesheet" href="sh_gedit.css">
38   <script type="text/javascript">
39   function syntaxon(){
40     var pres=document.getElementsByTagName("pre")
41     for (i=0; i < pres.length; i++) {
42       pres[i].className="sh_grafite";
43     }
44     sh_highlightDocument();
45   }
46   </script>
47  </head>
48  <body onload="syntaxon();">