Blob Blame History Raw
html
{
  font-size:14px;
}

body{
  background-color:transparent;
}

.container{
  max-width: 1100px!important;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.nowrap{
  white-space: nowrap;
}


.notification-spacer .container{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 999;
  max-width: 600px!important;
}

.notification-spacer .alert{
  box-shadow:0 0 10px 2px rgba(0,0,0,0.1)
}

pre {
  background-color: transparent;
}

.code_table {
    background: #fff;
    min-width: 100%;
    display:block;
    overflow-x: auto;
}

.code_table tr td{
    padding: 0;
}

.code_table tr td pre{
    padding: 0;
    margin: 0;
    /* prevent scrollbars appearing on each line when
    zooming in some cases */
    overflow: hidden;
}

.code_table tr .cell1{
    width: 20px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:center;
}

.code_table tr .cell2{
    padding-left:15px;
}

.code_table tr .cell1 a::before {
    content: attr(data-line-number);
    color:#91a1a1!important;
    font-family: Hack;
    padding-left:3px;
    padding-right:3px;
}

.open_changed_file_icon_wrap {
  /* Hidden until user hovers over it */
  visibility: hidden;
}

.open_changed_file_icon {
  /* some adjustments to make the icon look better */
  font-size: 13px !important; /* default size turns out too small here */
  top: 3px !important; /* work around a small vertical misalignment */
}

.open_changed_file_icon:hover {
  cursor: pointer;
}

.stretch-table-column
{
    min-width:99%;
}

/*Set minimum height of the preview box and input
  for the tabs when making a comment */
#preview, .form-control#initial_comment
{
    min-height: 12rem;
}

.bodycontent
{
min-height: 85vh;
z-index:1;
}


#headerSearch .selectize-control.single .selectize-input::after,
#userdash_searchform .selectize-control.single .selectize-input::after
{
  content: "\f002";
  font-family: "FontAwesome";
  border:none;
  top:30%;
  right:22px;
  color:#aaa;
}

#headerSearch .selectize-control{
  width:250px;
  margin-top:3px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ellipsis-left
{
  direction:rtl;
}

.nav-tabs .nav-link {
    padding: 0.5em 0.6em;
}


.pagination > li {
    display: inline;
}

.prc {
    min-width: 13px;
}

.prc p {
    padding:0!important;
    margin:0!important;
}

.prc_img {
    display: none;
    cursor: pointer;
}

.highlighted-line,
.highlighted-line td,
.highlighted-line td pre,
.highlighted-line td pre code {
     background-color: #FFFABA;
}


/* Added */

.commit_message_body
{
  font-family: "Open Sans";
  background: transparent;
  padding: 0;
  font-size: 100%;
}

.card pre
{
margin-bottom:0;
}

a.notblue {
    color: inherit;
    text-decoration:none;
}

a.notblue:hover {
    color: #444;
    text-decoration:underline;
}

#user_graph {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 150px;
}
.content-loading {
    background-image: url("images/spinner.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 30px;
}

.comment_body img {
    max-width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #999;
}

pre.softwrap
{
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote {
  background: #f3f5f6;
  color: #586e75;
  padding: 1em 1em 0.1em 1em;
}

.messagetitle{
  border-top: 1px solid #eee;
}

.messageitem{
  padding-left: 2em;
}

.messageicon{
  float: left;
  font-size: 1.5em;
  padding-right: 0.5em;
  margin-top: -4px;
  color: #999;
}

.msg-git-hash{
  font-family:monospace;
  background-color:#eee;
  color:#777;
}

th[data-sort] {
  cursor: pointer;
}


.readme dd{
  margin-left:2em;
}

.hidden, .milestone_inactive{
  display: none;
}

.code_table .cell_commit{
  padding-left:0.5em;
}


#cal-heatmap {
  padding:0.5em;
  overflow:auto;
}

.attachment_list p {
  margin-bottom: 0;
}

.btn-group-sm .btn-nopad,
.btn-nopad {
  padding: 0rem .375rem!important;
  margin-left: .5rem !important
}

#update_comment {
  height: 15em;
}

/*Our specific responsive overrides*/

@media (min-width:544px) {
.pr_comment_form .card, .inline-pr-comment .card{max-width:500px}
}
@media (min-width:768px) {
.pr_comment_form .card, .inline-pr-comment .card{max-width:400px}
}
@media (min-width:992px) {
.pr_comment_form .card, .inline-pr-comment .card{max-width:550px}
}
@media (min-width:1200px) {
.pr_comment_form .card, .inline-pr-comment .card{max-width:680px}
}

#watch_project a {
  cursor: pointer;
}

#home .dropdown-menu {
  min-width:10pc;
  padding:5px 0;
  margin:1px 0 0;
  font-size:1rem;
  color:#373a3c;
  text-align:left;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.15);
  border-radius:.25rem;
  box-shadow:none;
}

.btn-align {
  padding: 6px 0;
  line-height: 1.42857143;
  vertical-align: middle;
}

a.nav-link.btn{
  color:white!important;
}

.input-sm {
  height: 28px;
  /*
  font-size: 10px;
  */
  line-height: 14px;
}

.semi_link {
  color: #0275d8;
  cursor: pointer;
}

.nav-sidetabs{
  height: 100%;
  border-right: 1px solid #ddd;
  padding-top: 1em;
  min-height: 85vh;
}

.nav-tabs.nav-sidetabs .nav-link.active{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #fff;
  box-shadow: 2px 0 0 0 white;
}

.nav-tabs.nav-sidetabs .nav-link:focus, .nav-tabs.nav-sidetabs .nav-link:hover{
  background: #f5f5f5;
  border: 1px solid white;
}

.nav-tabs.nav-sidetabs .nav-link.active:focus, .nav-tabs.nav-sidetabs .nav-link.active:hover{
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tooltip-inner{
  max-width: 400px;
}

.progress-bar{
  height: inherit;
}

.text-semimuted{
  color:#555!important;
}

.text-ccc{
  color: #ccc!important;
}

.font-size-09{
  font-size:0.9em;
}

.font-size-1{
  font-size:1em;
}

.opacity-100{
  opacity:1!important;
}

.autogenerated-comment p{
  margin-bottom:0;
}

.custom-file.comment-upload-browse{
  width:100%!important;
  height:1.5em!important;
}

.custom-file.comment-upload-browse .custom-file-control:lang(en)::before{
  content: "\f1c5\00a0\00a0 Browse";
  font-family: FontAwesome;
  font-weight:bold;
  color:#666;
}

.custom-file.comment-upload-browse .custom-file-control::before{
  height:1.5em;
  padding:0.9em 1em;
  line-height: 0.1em;
  border-radius: 0.25rem;
}

.custom-file.comment-upload-browse .custom-file-control{
  height:1.5em;
  padding:0.9em 1em;
  line-height: 0.1em;
  color:#777;
  border:0;
}

.diff2html-output .d2h-file-header{
  display: none;
}

.diff2html-output .d2h-file-wrapper{
  border: 0;
  margin: 0;
}

.commit_diff .hljs.diff .hljs-addition,
.commit_diff .hljs.patch .hljs-addition,
.commit_diff .hljs.diff .hljs-deletion,
.commit_diff .hljs.patch .hljs-deletion
{
  background: transparent!important;
}

.commit_diff .hljs.diff .hljs-meta,
.commit_diff .hljs.patch .hljs-meta
{
  background: transparent!important;
  color: rebeccapurple;
}

.hljs {
  padding: 0!important;
  background: #fff;

.userdash-tabs .nav-sidetabs{
  background: #f3f3f3;
  box-shadow: -2000px 0 0 2000px #f3f3f3;
  position: relative;
  z-index: 1;
}