File: toc.css

package info (click to toggle)
libtpl 1.5-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,284 kB
  • ctags: 748
  • sloc: sh: 10,059; ansic: 5,644; perl: 1,062; makefile: 119; cpp: 32
file content (35 lines) | stat: -rwxr-xr-x 697 bytes parent folder | download | duplicates (4)
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
#toc {
  float: right;
  font-family: sans-serif; 
  border: 1px solid #000;
  margin: 0px 0px 20px 20px;
  padding: 0px;
  background: #f0f0f0;
  font-size: 80%;
}

#toc #hdr {
  color:#ffffff;
  background:#98b1c4;
  text-align:center;
  margin-bottom:5px;
}

a img {
   border: 0
}

#toc a:visited, #toc a:link { color:#000; text-decoration: none }
#toc a:hover { color:#00f; text-decoration: underline; }

#toc .level2 { margin-left: 1em; margin-top: 2px; margin-bottom: 2px; text-decoration: underline; }
#toc .level3 { margin-left: 2em; font-size: 0.8em }

.toplink {
    float: right;
    font-size: 50%;
    cursor: pointer;
}

#topnav  {font-weight: bold}
#topnav a {font-weight: normal}