To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / onto / doc / style.css @ 0:1e44d666ced1

History | View | Annotate | Download (485 Bytes)

1
div.specterm {
2
        padding: 0 0 10px 20px;
3
        border: 1px solid black;
4
}
5

    
6
body {
7
        padding: 0 25px 50px 50px;
8
        background-color: #E7F5F2;
9
}
10

    
11
h1 {
12
        font-size: 3em;
13
}
14

    
15
h2 {
16
        font-size: 2em;
17
        padding-top: 1.5em;
18
}
19

    
20
h3 {
21
        font-size: 1.5em;
22
}
23

    
24
p.copyright {
25
        font-size: small;
26
}
27

    
28
div.page {
29
        min-width: 750px;
30
        width: 90%;
31
        padding: 30px 20px 30px 20px;
32
        margin-top: 5px;
33
        float: center;
34
        background-color: white;
35
}
36

    
37
div.glance {
38
        padding: 5px; 
39
        border: dotted; 
40
        background-color: #C6D3D0;"
41
        
42
}