Blame view

templates/html/common/zim-style.css 2.13 KB
1f4a50657   William Daniau   Utilisation de fi...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  /* Common zim definitions */
  
          a          { text-decoration: none;
                       color: blue;}
          a:link     { text-decoration: none;
                       color: blue;}
          a:hover    { text-decoration: none;
                       color: blue;}
          a:active   { text-decoration: none;
                       color: blue;}
          a:visited  { text-decoration: none;
                       color: blue;}
                       
          strike     { color: grey                }
          
          u          { text-decoration: underline;
                       background-color: white   }
                       
          tt         { color: darkmagenta;
                       font-family: monospace;
                       font-size: large}
                       
          pre        { color: darkmagenta;
                       margin-left: 20px;
                       margin-right: 5px;
                       margin-bottom: 5px;
                       margin-top: 5px;
                       font-family: monospace;
                       font-size: large }
                       
          code       { font-size: large; font-family: monospace; color: saddlebrown}
          
          h1         { text-decoration: underline;
                       color: #4e9a06;
                       margin-bottom: 0;
                       margin-top: 1em; }
                       
          h2         { color: #4e9a06;
                       margin-bottom: 0; 
                       margin-left: 20px; 
                       margin-top: 1em;}
                       
          h3         { color: #4e9a06;
                       margin-bottom: 0; 
                       margin-left: 40px;  
                       margin-top: 1em; 
                       font-style: italic; }
                       
          h4         { color: #4e9a06; 
                       margin-bottom: 0; 
                       margin-left: 60px; 
                       margin-top: 1em;}
                       
          h5         { color: #4e9a06;
                       margin-bottom: 0; 
                       margin-left: 80px; 
                       margin-top: 1em;}
                       
          p          { margin-top: 0              }