forked from lballabio/quantlib-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathql.css
More file actions
158 lines (138 loc) · 2.85 KB
/
Copy pathql.css
File metadata and controls
158 lines (138 loc) · 2.85 KB
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
149
150
151
152
153
154
155
156
157
/*
CSS file for ObjectHandler, gensrc, QuantLibAddin, and QuantLibXL.
There is a glitch in Microsoft Compiled HTML Help (*.chm) files
which causes images from this CSS file to be excluded. A workaround
is implemented in file license.docs.
*/
body {
position: relative;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
width: 890px;
}
#wrapper {
position: relative;
float: left;
width: 890px;
margin: 0px auto;
padding: 10px;
}
#header {
position: relative;
top: 0px;
height: 82px;
background: url(images/header.jpg) top left no-repeat;
}
#floatleft {
position: relative;
float: left;
}
#floatright {
position: relative;
float: right;
}
.imglink:focus, .imglink:hover, .imglink:active, .imglink:visited {
background-color: transparent; /* override doxygen setting*/
outline: none;
}
#content {
width: 890px;
margin: 0px auto;
background: url(images/background.jpg) top left repeat-y;
}
#col-left {
position: relative;
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}
#col-right {
position: relative;
float: right;
width: 690px;
margin: 0px;
padding: 10px;
word-wrap: break-word;
}
#version {
color: white;
font-size: 12px;
font-weight: bold;
display: block;
padding: 10px 0px 10px 30px;
}
#sidebar {
text-align: left;
}
#sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#sidebar li {
margin: 0px;
border-bottom: 2px solid #A1CFFF;
}
#sidebar li.menuheader {
border-bottom: 0px;
margin-top: 5px;
}
#sidebar a {
display: block;
font-size: 11px;
text-decoration: none;
color: #FFFFFF;
padding: 3px 0px 3px 30px;
background-color: transparent; /* override doxygen setting*/
outline: none;
}
#sidebar a:hover {
color: #074BB4;
}
#sidebar li.menuheader a {
padding: 5px 0px 5px 30px;
font-size: 12px;
font-weight: bold;
background-image: url('images/menu_header.jpg');
width: 150px;
}
.logo {
text-align: center;
}
.vspace {
height: 20px;
}
#footer {
clear: both;
background-image: url('images/footer.jpg');
height: 48px;
font-family: sans-serif;
font-size: 10px;
text-align: center;
color: #074BB4;
padding-top: 22px;
line-height: 125%;
}
#footer a, #footer a.focus, #footer a.hover, #footer a.active, #footer a.visited {
text-decoration: underline;
color: #074BB4;
background-color: transparent; /* override doxygen setting*/
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#download {
float: right;
padding: 10px 0px 10px 10px;
}