Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
/* This class is the outer container of all output sections. */
div . output_area {
padding : 0 px ;
page-break-inside : avoid ;
.hbox() ;
}
/* This is needed to protect the pre formating from global settings such
as that of bootstrap */
div . output_area pre {
font-family : @ monoFontFamily ;
margin : 0 ;
padding : 0 ;
border : 0 ;
font-size : 100 % ;
vertical-align : baseline ;
color : black ;
background-color : transparent ;
.border-radius(0) ;
line-height : inherit ;
}
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div . output_subarea {
padding : 0.44 em 0.4 em 0.4 em 1 px ;
margin-left : 6 px ;
.box-flex1() ;
}
/* The rest of the output_* classes are for special styling of the different
output types */
/* all text output has this class: */
div . output_text {
text-align : left ;
color : @ textColor ;
font-family : @ monoFontFamily ;
/* This has to match that of the the CodeMirror class line-height below */
line-height : @ code_line_height ;
}
/* stdout/stderr are 'text' as well as 'stream', but pyout/pyerr are *not* streams */
div . output_stream {
padding-top : 0.0 em ;
padding-bottom : 0.0 em ;
}
div . output_stdout {
}
div . output_stderr {
background : #fdd ; /* very light red background for stderr */
}
div . output_latex {
text-align : left ;
}
div . output_html {
}
div . output_png {
}
div . output_jpeg {
}
. js-error {
color : darkred ;
}
/* raw_input styles */
div . raw_input {
padding-top : 0 px ;
padding-bottom : 0 px ;
height : 1 em ;
line-height : 1 em ;
font-family : @ monoFontFamily ;
}
span . input_prompt {
font-family : inherit ;
}
input . raw_input {
font-family : inherit ;
font-size : inherit ;
color : inherit ;
width : auto ;
margin : -2 px 0 px 0 px 1 px ;
padding-left : 1 px ;
padding-top : 2 px ;
height : 1 em ;
}
p . p-space {
margin-bottom : 10 px ;
}
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