summaryrefslogtreecommitdiff
path: root/data/example/css/default.css
blob: 3bfeeaf432178188a62dfeee547f13846bded247 (plain)
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
body {
    width: 600px;
    margin: 0px auto 0px auto;
}

div#navigation {
    text-align: center;
    border-bottom: 4px solid black;
}

div#navigation a {
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 3px 10px 3px 10px;
    margin: 0px 10px 0px 10px;
}

div.figure {
    float: right;
    margin: 20px 0px 20px 20px;
}

div.figure p.caption {
    text-align: center;
    font-style: italic;
}