csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
963 B
76 lines
963 B
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font: .7em Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
min-width: 768px;
|
|
}
|
|
|
|
#Header {
|
|
padding: 10px;
|
|
font-size: 2.8em;
|
|
font-weight: bold;
|
|
border-bottom: solid 2px #888;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#Logo {
|
|
width: 48px;
|
|
height: 48px;
|
|
background: #ccc;
|
|
border: solid 1px #888;
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.clearFloats {
|
|
clear: both;
|
|
}
|
|
|
|
#Toc {
|
|
float: left;
|
|
width: 250px;
|
|
overflow: hidden;
|
|
background: #EFEFF7;
|
|
padding: 10px 10px 1000px 10px;
|
|
}
|
|
|
|
#Main {
|
|
margin-left: 300px;
|
|
font-size: 140%;
|
|
}
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
margin: 0;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
h1 {
|
|
padding-top: 10px;
|
|
margin-bottom: 1.2em;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 2.5em;
|
|
margin-bottom: 0.6em;
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 1.2em;
|
|
margin-bottom: 0.3em;
|
|
font-size: 1.0em;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 1.2em 0;
|
|
line-height: 140%;
|
|
}
|
|
|
|
img.toggle {
|
|
display: none;
|
|
}
|
|
|
|
|