File: quantlib.css

package info (click to toggle)
quantlib 0.2.1.cvs20020322-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,716 kB
  • ctags: 4,614
  • sloc: cpp: 19,601; sh: 7,389; makefile: 796; ansic: 22
file content (148 lines) | stat: -rw-r--r-- 2,611 bytes parent folder | download
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
body {
    font-family: georgia, verdana, arial, sans-serif;
    color: #000;
    background: #fff;
}

a:active { text-decoration: none }

table.layout {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    border-left: 0;
    border-right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: georgia, verdana, arial, sans-serif;
}

td.main {
    font-family: georgia, verdana, arial, sans-serif;
    vertical-align: top;
}

td.navbar {
    width: 20%;
    font-family: verdana, arial, sans-serif;
    color: #000;
    background-color: #ccccff;
    border-width: 1px;
    border-color: #000;
    vertical-align: top;
    padding: 1em;
}

.navbartitle { text-align: center }

a.navlink { font-weight: normal }

.hide { display: none }

.addtopspace { margin-top: 2em }

.endmatter {
    font-family: times-new-roman, sans-serif;
    font-size: 60%;
    font-style: italic;
}

.button { border-style: none }

.center { text-align: center }

.right { text-align: right }

OL.navlinklist{
    line-height: 2.0;
    list-style-type: decimal;
}

pre {
    margin-left: 1%;
    color: green;
    background: white;
    font-family: monospace;
}


.rule { margin-top: 2em }
.recom { }
.rationale { FONT-SIZE: 0.75em }

H1 { text-align: center; }
A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code {
    text-decoration: none;
    font-weight: normal;
    color: #4444ee;
    background-color: white
}
A.codeRef {
    font-weight: normal;
    color: #4444ee;
    background-color: white
}
DL.el { margin-left: -1cm }
DIV.ah {
    background-color: black;
    color: white;
    margin-bottom: 3em;
    margin-top: 3em
}
DIV.fragment {
    margin-left: 1%;
    color: green;
    background: white;
    font-family: monospace;
}
TD.md {
    background-color: #f2f2ff;
    color: black;
}
TD.mdname1 {
    background-color: #f2f2ff;
    color: black;
}
DIV.groupHeader {
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold
}
DIV.groupText {
    margin-left: 16em;
    font-style: italic;
    font-size: smaller
}
FONT.keyword {
    color: #008000;
    background-color: white
}
FONT.keywordtype {
    color: #604020;
    background-color: white
}
FONT.keywordflow {
    color: #e08000;
    background-color: white
}
FONT.comment {
    color: #800000;
    background-color: white
}
FONT.preprocessor {
    color: #806020;
    background-color: white
}
FONT.stringliteral {
    color: #002080;
    background-color: white
}
FONT.charliteral {
    color: #008080;
    background-color: white
}