Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
/**
* Primary styles
*
* Author: IPython Development Team
*/
body {
background-color : white ;
/* This makes sure that the body covers the entire window and needs to
be in a different element than the display: box in wrapper below */
position : absolute ;
left : 0 px ;
right : 0 px ;
top : 0 px ;
bottom : 0 px ;
overflow : visible ;
}
div # header {
/* Initially hidden to prevent FLOUC */
display : none ;
background-color : @ body-bg ;
/* Display over codemirror */
z-index : 100 ;
#header-container {
padding-left : 30 px ;
padding-bottom : 5 px ;
padding-top : 5 px ;
.border-box-sizing() ;
}
.header-bar {
width : 100 % ;
height : 0 px ;
border-bottom : 1 px solid @ navbar-default-border ;
}
}
# header-spacer {
width : 100 % ;
visibility : hidden ;
}
# ipython_notebook {
padding-left : 0 px ;
padding-top : ( @ navbar-height - @ logo_height ) / 2 ;
padding-bottom : ( @ navbar-height - @ logo_height ) / 2 ;
}
# noscript {
width : auto ;
padding-top : 16 px ;
padding-bottom : 16 px ;
text-align : center ;
font-size : 22 px ;
color : red ;
font-weight : bold ;
}
# ipython_notebook img {
font-family : Verdana , "Helvetica Neue" , Arial , Helvetica , Geneva , sans-serif ;
height : @ logo_height ;
text-decoration : none ;
color : black ;
}
# site {
width : 100 % ;
display : none ;
.border-box-sizing() ;
}
/* Smaller buttons */
. ui-button . ui-button-text {
padding : 0.2 em 0.8 em ;
font-size : 77 % ;
}
input . ui-button {
padding : 0.3 em 0.9 em ;
}
span # login_widget {
float : right ;
}
span # login_widget > . button ,
# logout
{
.btn-default() ;
}
. nav-header {
text-transform : none ;
}
# header > span {
margin-top : 10 px ;
}
// class for stretching dialogs to fill the screen
. modal_stretch . modal-dialog {
.vbox() ;
min-height : 80 % ;
.modal-body {
max-height : none ;
flex : 1 ;
}
}
@media ( min-width : 768px ) {
.modal .modal-dialog {
width : 700 px ;
}
}
// less mixin to be sure to add the right class to get icons with font awesome .
. icon ( @ico ) {
.fa() ;
content : @ ico ;
}
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