Please enable JavaScript to use RhodeCode Enterprise
/* Normal text */
p {
font-size : 12 px ;
}
/* This is the main menu bad*/
div . userbar {
border-top : thin solid grey ;
border-bottom : thin solid grey ;
text-align : right ;
font-size : 12 px ;
}
/* This is the top bar, displaying user's full name */
div . title {
font-size : 12 px ;
background : #ddffdd ;
border : 1 px solid black ;
padding : 2 px ;
margin-top : 3 px ;
margin-bottom : 5 px ;
}
div . title span . contest-over-msg {
font-size : 15 px ;
color : red ;
font-weight : bold ;
}
div . title table {
width : 100 % ;
}
div . title td . left-col {
text-align : left ;
vertical-align : top ;
}
div . title td . right-col {
text-align : right ;
vertical-align : top ;
}
/* Standard table with header and rows with alternating background */
table . info {
border : 1 px solid black ;
border-collapse : collapse ;
font-size : 12 px ;
}
table . info th {
border : 1 px solid black ;
}
table . info td {
border-left : 1 px solid black ;
border-right : 1 px solid black ;
}
tr . info-head {
background : #777777 ;
color : white ;
}
tr . info-odd {
background : #dddddd ;
}
tr . info-even {
background : #f0f0f0 ;
}
/*******************************
[ Main ]
********************************/
div . submitbox {
border : thin solid black ;
padding : 5 px ;
color : white ;
background-color : #777777 ;
font-weight : bold ;
font-size : 13 px ;
}
/*******************************
[ Settings ]
********************************/
table . uinfo {
border-collapse : collapse ;
border : 1 px solid black ;
font-size : 13 px ;
}
td . uinfo {
vertical-align : top ;
border : 1 px solid black ;
padding : 5 px ;
}
th . uinfo {
background : lightgreen ;
vertical-align : top ;
text-align : right ;
border : 1 px solid black ;
padding : 5 px ;
}
/*******************************
[ Submission ]
********************************/
div . compilermsgbody {
font-family : monospace ;
}
div . task-menu {
text-align : center ;
font-size : 13 px ;
font-weight : bold ;
border-top : 1 px solid black ;
border-bottom : 1 px solid black ;
margin-top : 2 px ;
margin-bottom : 4 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
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 permissions settings