-
Notifications
You must be signed in to change notification settings - Fork 2
/
nju.css
48 lines (38 loc) · 778 Bytes
/
nju.css
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
/* Extra css file for personal jemdoc customizations. */
/* Copyright (C) Jacob Mattingley 2007. */
a, a > tt {
color:rgb(106, 0, 95);
}
a:hover {
border-bottom: 1px rgb(106, 0, 95) dotted;
}
div#toptitle {
margin-bottom: 1.3em;
border-bottom: 1px solid #c0c0c0;
}
h1, h2, h3{
color: rgb(106, 0, 95);
}
#layout-menu a.current:link, #layout-menu a.current:visited {
background-color:rgb(106, 0, 95);
color:white;
}
#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
color: rgb(106, 0, 95);
text-decoration: none;
}
h1, h2{
border-bottom: 1px solid #c0c0c0;
}
div#footer-text {
padding-bottom: 0;
}
div.blocktitle {
color: rgb(106, 0, 95);
}
div.blockcontent {
border: 1px solid #c0c0c0;
}
div#footer-text {
padding-bottom: 8px;
}