Skip to content

Instantly share code, notes, and snippets.

@Carreau
Created June 8, 2015 00:20
Show Gist options
  • Save Carreau/6e8e929b2b62f56ce5b0 to your computer and use it in GitHub Desktop.
Save Carreau/6e8e929b2b62f56ce5b0 to your computer and use it in GitHub Desktop.
notebook theme in progress
.container {
margin:0;
width:100%;!important
}
body, html, .notebook_app, #header
{
background-color:white;!important
box-shadow:none;!important
}
#menubar{
display:none
}
#header-container {
margin:10px
}
.cell.selected {
border:none;
border-left: solid thick #9c3 !important
}
.cell {
border:none;
border-left: solid thick transparent !important
}
.toolbar .btn-group .btn {
border:none;!important
}
#maintoolbar{
/*height:20px;*/
}
.navbar , .btn , #menubar-container {
background-color: #eee; !important
}
#notebook-container{
box-shadow:none;!important
}
div#notebook-container.container{
padding:0;!important
}
div.input_area{
border:none;
background:transparent;
border-left:solid 2px #ccc;
border-radius:0;
}
.code_cell {
background-color:#EEE;
}
#notebook {
border-top: 17px solid #DDD;
padding-top:0px;
}
@rgbkrk
Copy link

rgbkrk commented Jun 8, 2015

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment