Belle II Software development
StylingWidget Class Reference
Inheritance diagram for StylingWidget:
StylingWidget IPythonWidget

Static Public Attributes

str css_string
 The css string for styling the notebook.
 

Detailed Description

The css string for styling the notebook.

Definition at line 13 of file viewer.py.

Member Data Documentation

◆ css_string

str css_string
static
Initial value:
= """
#notebook {
background-color: rgba(20, 166, 255, 0.3);
background-image: url("http://www-ekp.physik.uni-karlsruhe.de/~nbraun/belle.svg");
background-repeat: no-repeat;
background-position: right bottom;
}
#notebook-container {
width: 90%;
}
#menubar-container {
width: 90%;
}
#header-container {
width: 90%;
}
"""

The css string for styling the notebook.

Definition at line 17 of file viewer.py.


The documentation for this class was generated from the following file: