aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/documentation/stylesheet.css
blob: fb5cda7cac6127294a6655a15ad2a509e1a58e5b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body {
        xbackground-color: #111111;
        xcolor: white;
        margin: 0;
        padding: 11% 11% 0 11%;
}

xdiv#top {
	margin: 0 11% 0 11%;
    padding: 4em 3% 4em 3%;
    background-color: white;
	color: black;
    border-radius: 8px;
}

xdiv.header {
	margin: 0 11% 0 11%;
    padding: 4em 3% 4em 3%;
    background-color: grey;
	color: black;
    border-radius: 8px;
}

div.contents {
    xbackground-image: url(noise_gradient.jpg);
    xbackground-repeat: no-repeat;
	/*margin: 0 11% 0 11%;*/
    /*padding: 4em 3% 4em 3%;*/
/*    background-color: white;*/
	xcolor: white;
    xborder-radius: 8px;
}

x#titlearea {
    border: 2px solid red;
    background-color: white;
    color: black;
}

xhr.footer {
    display: none;
}

x.footer {
    background-color: #AAA;
    color: black;
}