cantera/doc/sphinx/cttheme/static/cantera.css
Bryan W. Weber e8d28b0e89 Redo layout.html to match the style of and to add links to the main site
We need to replace most of the Sphinx-defaults with things that look
like our new Nikola website and that link to places in the Nikola
website.
2018-07-29 17:47:14 -04:00

19 lines
511 B
CSS

@import url('./alabaster.css');
dl.method, dl.attribute, dl.staticmethod, dl.classmethod {
border-top: 1px solid #aaa;
padding-top: 4px;
}
dl.class, dl.function {
border-top: 2px solid #888;
padding-top: 4px;
}
.nav-link {
text-decoration: none !important;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
font-size: 1rem !important;
}
#logo { width: 250px; }