File: synopsis.css

package info (click to toggle)
synopsis 0.8.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,112 kB
  • ctags: 12,996
  • sloc: cpp: 34,254; ansic: 33,620; python: 10,975; sh: 7,261; xml: 6,369; makefile: 773; asm: 445
file content (72 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download | duplicates (6)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body 
{
    margin: 0;
    color: #003030;
    background-color: #ffffff;
}
:link { color: #bb0000; text-decoration: none;}
:visited { color: #770000; text-decoration: none;}
:active { color: #ff0000; text-decoration: none;}

div.navheader 
{
  border-bottom: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 10px;
}

div.navfooter
{
  border-top: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 10px;
}

div.page-heading 
{
    position:float;
    border-width:0 0 2px;
    border-color:grey;
    border-style:solid;
    text-align:center;
    padding:10px 40px;
    background-color:#ffffff;
    font-family: "arial";
    font-style: italic;
    font-size:xx-large;
    color:darkred;
}
p, dl, ul, ol { margin-left: 30px; }
pre { margin-left: 50px; background-color:#f2f5f7; padding:5px;}
h2, h3 { margin-left: 10px; padding:3px;}
dt { font-weight:bold; }
span.type 
{
  font-family: monospace;
  font-size: smaller;
}
pre.programlisting 
{
    font-size : smaller;
    background: #f2f5f7;
}

div.segmentedlist table
{
    background: #f2f5f7;
    border-spacing: 1px;
}

div.segmentedlist table th
{
  background: #f2f5f7;
  padding: 4px;
}

div.segmentedlist table td
{
  background-color: #ffffff;
  padding: 4px;
}