📚 The CoCalc Library - books, templates and other resources
License: OTHER
body {1font-family: "Raleway";2}3a {4color: #CE5C00;5}6input,7button,8select,9textarea {10font-family: "Raleway";11}12pre {13font-size: 11px;14}1516h1, h2, h3, h4, h5, h6 {17clear: left;18margin-top: 40px;19}20h1 {21font-size: 30px;22line-height: 36px;23}24h2 {25font-size: 24px;26line-height: 30px;27}28h3 {29font-size: 19px;30line-height: 21px;31}32h4 {33font-size: 17px;34line-height: 19px;35}36h5 {37font-size: 15px;38line-height: 17px;39}40h6 {41font-size: 13px;42line-height: 15px;43}44blockquote {45border-left: 0;46}47dt {48font-weight: normal;49margin-top: 15px50}51dd {52margin-left: 20px;53margin-top: 5px;54}5556.logo {57float: left;58margin: 20px 0 20px 22px;59}60.logo img {61height: 70px;62}6364.hero {65padding: 10px 25px;66}6768.gallery-random {69float: right;70line-height: 180px;71}72.gallery-random img {73max-height: 180px;74}7576.coins-sample {77padding: 5px;78}7980.sidebar-box {81padding: 0;82}83.sidebar-box-heading {84padding-left: 15px;85}8687#current {88font-weight: bold;89}9091.headerlink {92margin-left: 10px;93color: #ddd;94display: none;95}96h1:hover .headerlink,97h2:hover .headerlink,98h3:hover .headerlink,99h4:hover .headerlink,100h5:hover .headerlink,101h6:hover .headerlink {102display: inline;103}104.headerlink:hover {105color: #CE5C00;106text-decoration: none;107}108109.footer {110margin-top: 30px;111padding: 5px 10px;112color: #999;113}114.footer a {115color: #999;116text-decoration: underline;117}118119.ohloh-use, .gplus-use {120float: left;121margin: 0 0 10px 15px;122}123124/* Documentation */125126/* general table settings */127table.docutils {128margin-bottom: 10px;129border-color: #ccc;130}131table.docutils td, table.docutils th {132padding: 5px;133border-color: #ccc;134text-align: left;135}136137.toc ul ul {138font-size: 13px;139margin-right: -15px;140}141142/* master content table */143.contentstable.docutils, .contentstable.docutils td {144border-color: transparent;145}146.contentstable.docutils .first {147font-weight: bold;148}149.contentstable.docutils .last {150padding-left: 10px;151}152153.docutils .label, .docutils .badge {154background: transparent;155text-shadow: none;156font-size: 13px;157padding: 5px;158line-height: 20px;159color: #333;160}161162/* module summary table */163.longtable.docutils {164font-size: 12px;165margin-bottom: 30px;166}167.longtable.docutils, .longtable.docutils td {168border-color: #ccc;169}170171/* function and class description */172dl.class, dl.function, dl.method, dl.attribute {173border-top: 1px solid #ccc;174padding-top: 10px;175}176.descclassname {177color: #aaa;178font-weight: normal;179font-family: monospace;180}181.descname {182font-family: monospace;183}184dl.class em, dl.function em, dl.class big, dl.function big {185font-weight: normal;186font-family: monospace;187}188dl.class dd, dl.function dd {189padding: 10px;190}191.docutils.field-list th {192background-color: #eee;193padding: 10px;194text-align: left;195vertical-align: top;196width: 100px;197}198.docutils.field-list td {199padding: 10px 10px 10px 20px;200text-align: left;201vertical-align: top;202}203.docutils.field-list td blockquote p {204font-size: 13px;205line-height: 18px;206}207p.rubric {208font-weight: bold;209font-size: 19px;210margin: 15px 0 10px 0;211}212p.admonition-title {213font-weight: bold;214text-decoration: underline;215}216217/* example gallery */218219.gallery {220height: 200px;221}222223.figure {224float: left;225margin: 1em;226}227228.figure img {229display: block;230margin-left: auto;231margin-right: auto;232max-height: 150px;233max-width: 200px;234}235236.figure .caption {237width: 200px;238text-align: center !important;239}240241/* misc */242div.math {243text-align: center;244}245246247