sl 0.0.0

A scientific library
Documentation

body{
  margin-left: 14%;
  margin-right: 6%;
  margin-top: 2em;
  margin-bottom: 10em;
  max-width: 40em;
  color: #404030;
  font-family: "DejaVu Sans", "Verdana", sans-serif;
}
@media(max-width: 60em){
  body{
    margin-left: 10%;
    margin-right: 4%;
  }
}
@media(max-width: 48em){
  body{
    margin-left: 6%;
    margin-right: 4%;
  }
}
@media(max-width: 26em){
  body{
    margin-left: 2%;
    margin-right: 1%;
  }
  ol, ul{
    padding-left: 2em;
  }
}

h1,h2,h3,h4{
  color: #463c20;
}

a{
  color: #20506a;
  text-decoration: none;
}
a:hover{
  color: #102a40;
  text-decoration: underline;
}

.modest{
  color: #808072;
}

pre, code{
  font-family: "FreeMono", "Courier New", monospace;
  color: #403020;
}

table.bt{
  border-collapse: collapse;
}

table.bt td, table.bt th{
  border: 1px solid #b0b0a0;
  padding-left: 0.2em;
  text-align: left;
  vertical-align: top;
}

table.bt th{
  background-color: #e0e0ca;
}

td.r, th.r{
  text-align: right;
}

dl.code dt {
  font-family: "FreeMono", "Courier New", monospace;
}
dd{
  margin-bottom: 1em;
}