3.7 Sage Notebook CSS

Module: sage.server.notebook.css

Sage Notebook CSS

Examples in this module are not automatically tested.

Module-level Functions

css( [color=default])

Return the CSS header used by the Sage Notebook.

Input:

color
- string or pair of html colors, e.g., 'gmail' 'grey' ('#ff0000', '#0000ff')

sage: import sage.server.notebook.css as c
sage: type(c.css())
<type 'str'>

See About this document... for information on suggesting changes.