mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
29 lines
448 B
CSS
29 lines
448 B
CSS
.pmode {
|
|
display:none; !important
|
|
}
|
|
|
|
.presentation_mode h1{
|
|
text-align: center;
|
|
}
|
|
|
|
.presentation_mode .maintoolbar-container{
|
|
display:none; !important
|
|
}
|
|
|
|
.presentation_mode div#notebook-container {
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none:
|
|
|
|
}
|
|
|
|
.presentation_mode #header {
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
border-bottom: thin silver solid;
|
|
|
|
}
|
|
|
|
body.presentation_mode {
|
|
background-color:white;
|
|
}
|