drd: Process stack registration client requests
[valgrind.git] / docs / lib / vg_basic.css
blob49367fed27d7a6a9298d9a8a467d6cf964c96c07
1 /* default link colours */
2 a, a:link, a:visited, a:active { color: #74240f; }
3 a:hover { color: #888800; }
5 body {
6 color: #202020;
7 background-color: #ffffff;
10 body, td {
11 font-size: 90%;
12 line-height: 125%;
13 font-family: Arial, Geneva, Helvetica, sans-serif;
16 h1, h2, h3, h4 { color: #74240f; }
17 h3 { margin-bottom: 0.4em; }
19 code, tt { color: #761596; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
21 color: #761596;
22 text-decoration: none;
23 border-bottom: dashed 1px #761596;
26 pre { color: #3366cc; }
27 pre.programlisting {
28 color: #000000;
29 padding: 0.5em;
30 background: #f2f2f9;
31 border: 1px solid #3366cc;
33 pre.screen {
34 color: #000000;
35 padding: 0.5em;
36 background: #eeeeee;
37 border: 1px solid #626262;
40 ul { list-style: url("images/li-brown.png"); }
42 .titlepage hr {
43 height: 1px;
44 border: 0px;
45 background-color: #7f7f7f;
48 /* header / footer nav tables */
49 table.nav {
50 color: #0f7355;
51 border: solid 1px #0f7355;
52 background: #edf7f4;
53 background-color: #edf7f4;
54 margin-bottom: 0.5em;
56 /* don't have underlined links in chunked nav menus */
57 table.nav a { text-decoration: none; }
58 table.nav a:hover { text-decoration: underline; }
59 table.nav td { font-size: 85%; }
61 /* yellow box just for massif blockquotes */
62 blockquote {
63 padding: 0.5em;
64 background: #fffbc9;
65 border: solid 1px #ffde84;