projects
/
tiramisu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
28c256ed2ad0dfa46ac80ceea55001f39d31936a
[tiramisu.git]
/
doc
/
eole-report
/
eolreport
/
build
/
style.css
1
@import url(docutils.css);
2
@import url(default.css);
3
a:link {
4
color: orange;
5
font-weight: bold;
6
text-decoration: none;
7
}
8
a:visited {
9
text-decoration: none;
10
color: #999999;
11
}
12
a:hover {
13
text-decoration: none;
14
color: #999999;
15
}
16
a:active {
17
text-decoration: none;
18
color: #999999;
19
}
20
21
.header {
22
color: orange;
23
background-color: white;
24
padding: 1em;
25
}
26
.footer {
27
color: #666;
28
background-color: inherit;
29
font-size: 75%;
30
}
31
32