Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
body {
background-color : @ body-bg ;
}
@media ( max-width : 767px ) {
// remove bootstrap-responsive's body padding on small screens
body.notebook_app {
padding-left : 0 px ;
padding-right : 0 px ;
}
}
# ipython-main-app {
.border-box-sizing() ;
}
span # notebook_name {
height : 1 em ;
line-height : 1 em ;
padding : 3 px ;
border : none ;
font-size : 146.5 % ;
&:hover {
// ensure body is lighter on dark palette,
// and vice versa
background-color : contrast ( @ body -bg , lighten (@ body -bg , 30 % ), darken ( @ body -bg , 10 % ));
}
.corner-all ;
}
div # notebook_panel {
margin : 0 px 0 px 0 px 0 px ;
padding : 0 px ;
.border-box-sizing() ;
}
div # notebook {
font-size : @ notebook_font_size ;
line-height : @ notebook_line_height ;
overflow-y : hidden ;
overflow-x : auto ;
width : 100 % ;
/* This spaces the cell away from the edge of the notebook area */
padding : 2 em 0 2 em 0 ;
margin : 0 px ;
outline : none ;
.border-box-sizing() ;
}
div . ui-widget-content {
border : 1 px solid @ border_color ;
outline : none ;
}
pre . dialog {
background-color : @ cell_background ;
border : 1 px solid #ddd ;
.corner-all ;
padding : 0.4 em ;
padding-left : 2 em ;
}
p . dialog {
padding : 0.2 em ;
}
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
*/
pre , code , kbd , samp { white-space : pre-wrap ; }
# fonttest {
font-family : @ font-family - monospace ;
}
p {
margin-bottom : 0 ;
}
. end_space {
height : 200 px ;
}
. lower-header-bar {
width : 100 % ;
height : 0 px ;
border-bottom : 1 px solid @ navbar-default-border ;
margin-bottom : -1 px ;
}
. notebook_app # header {
.box-shadow(@notebook-shadow) ;
@media print {
display : none ;
}
}
/* Hide the header when printing */
@media print {
#header-spacer {
display : none ;
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages