Blob Blame History Raw
body {
    padding: 0;
    margin: 0;
}

h4 {
    color: #CE5C00;
    font-size: 16px;
    margin: 0.8em 0 0.4em;
}

input {
    font-size: 100%;
}

pre, code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.issue_action input[type="submit"] {
    font-size: 75%;
}

.issue_action select {
    font-size: 75%;
}

textarea {
    font-family: monospace;
    font-size: 120%;
    border: 1px #ccc solid;
    background: rgba(255, 255, 255, 0.5);
}

button {
    font-size: 100%;
}

select {
    font-size: 100%;
}

td, th {
    padding: .1em .2em;
}

.message {
    color: green;
}

.errors, .new_commit {
    color: red;
}

.warnings {
    color: orange;
}

.new_commit {
    margin-left: -12px;
}

.nobutton {
    background:none!important;
    border:none;
    padding:0!important;
    color: #0066CC;
    text-decoration: none;
}

#header input {
    border-radius: 10px;
}

.right {
    float:right!important;
}

table.list thead th,
table.list thead th a,
.user_list a:hover,
.project_list > header,
[id=fork_button]:hover,
[id=settings_button]:hover,
[id=profile_button]:hover,
.fgradient{
    color: white;
    background: #426ead; /* Old browsers */
    background: -moz-linear-gradient(top, #426ead 0%, #1e4a88 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#426ead), color-stop(100%,#1e4a88)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #426ead 0%,#1e4a88 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #426ead 0%,#1e4a88 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #426ead 0%,#1e4a88 100%); /* IE10+ */
    background: linear-gradient(to bottom, #426ead 0%,#1e4a88 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426ead', endColorstr='#1e4a88',GradientType=0 ); /* IE6-9 */
}

div.horizontal-menu {
    background-color: #EDEDED;
    border-radius: 10px;
    height: 3em;
}

div.horizontal-menu ul {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

div.horizontal-menu li {
    display: inline-block;
    height: 100%;
}

div.horizontal-menu a,
#profile_button a {
    color: #4D4D4D;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: .61em .61em .9em;
}

div.horizontal-menu li.selected a, div.horizontal-menu li.hovered a {
    background: url("pink_arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

div.horizontal-menu li.selected a, div.horizontal-menu li.left-for-now a {
    color: #DB3279;
    margin-left: auto;
    margin-right: auto;
}

header h1,
header h2,
header p {
    margin:0;
}

header h1 span {
    float: right;
    color: rgba(255, 255, 255, .5);
    font-size: 0.7em;
    font-weight: normal;
}

#content {
    position: relative;
    margin: .5em;
}

#projectinfo {
    display: inline-block;
}

#projectinfo p {
    display: inline-block;
}

.project_list > header {
    border-radius: 10px 10px 0 0;
    padding: .5em;
    border-bottom: 1px solid rgba(237, 237, 237, 0.4);
}

.project_list header h3, .project_list header h2 {
    font-size: 1em;
    margin:0;
}

.project_list > div {
    display: table;
    border-spacing: 1em;
}

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

.project_link {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: black;
    display: table-cell;
    overflow: hidden;
    padding: 2em;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 85px;
    width: 15em;
}

.project_link:visited {
    color: black;
}

.project_link:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    color: #0066CC;
}

.project_link span {
    display: block;
}

.ui-accordion .accordion-link {
    position: absolute;
    right: 2%;
    margin-top: 12px; /* adjust as needed to vertically center the icon */
    z-index: 1;
    width: 12px; /* approx 12x12 link icon */
    height: 12px;
    background: url(link.png) center center no-repeat;
}

.project_name {
    font-weight: bold;
    margin: .5em 0;
}

.project_row {
    display: table-row;
}

.project_row[a] {
    display: block;
}

#information {
    width: 500px;
    height: 200px;
}

.ui-autocomplete {
    width: 100px;
}

.readme {
    border-style:solid;
    border-width:5px;
    border-color:#adadad;
    padding-left:1em;
}

.docs_content {
    border-style:solid;
    border-width:2px;
    border-color:#3979D3;
    padding-left:1em;
    min-height: 400px;
}

.inline {
    margin: 2em 0 1em;
}

.inline h2 {
    margin: 0;
}

.inline h2, .inline a, .inline li, .inline_it{
    display: inline-block;
}

#comment {
   min-width: 500px;
   min-height: 120px;
}

#issue_content {
    min-width: 500px;
    min-height: 120px;
}

#ssh_key {
    min-width: 500px;
    min-height: 120px;
}


.delete_icon {
  padding-left: 20px !important;
  background-image: url(delete.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

.code_table {
    background: #f8f8f8;
    min-width: 100%;
}

.code_table tr td{
    padding: 0;
}

.code_table tr td pre{
    padding: 0;
    margin: 0;
}

.code_table tr .cell1{
    width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.code_table tr .cell1 a::before {
    content: attr(data-line-number);
}

.git_links {
    padding-top: 3em;
}

.prc {
    width: 13px;
}

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

.prc img {
    display: none;
    cursor: pointer;
}

.pr_comment {
    background: #fff;
}

.del_icon,
.star_icon {
    display: inline;
}

/* Stealed this from flask-admin */
.icon button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    line-height: normal;
    padding: 0;
    padding-left: 0.5em;
    text-decoration: none;
    cursor: pointer;
}

.icon_button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    line-height: normal;
    padding: 0;
    padding-left: 0.5em;
    text-decoration: none;
}

.avatar {
    vertical-align: middle;
}

.circle {
    border-radius: 50%;
}

.settings div {
    padding: 0em 0em 1em 0em;
}

.list_users form,
.list_groups form  {
    display: inline;
}

pre {
    font-size: 1.3em;
}

.tree_list {
    clear: both;
}

.tree_list li.folder {
    list-style-image: url(images/folder.png);
}

.tree_list li.file {
    list-style-image: url(images/file.png);
}

.tree_list .view_commit,
.tree_list .filehex,
.tag_list .tagid
{
    float: right;
    text-align: right;
}

.filehex, .commitid {
    font-family: "courier new";
}

.commit_list table,
.commit_list td {
    border-collapse: collapse;
    margin: 0;
}

.commit_list table {
    width: 100%;
}

.commit_list table .commitid,
.commit_list table .commit_msg_btn
{
    width: 8%;
}

.commit_list table .commitdate
{
    width: 12%;
}

.tree_list li:nth-child(odd),
.commit_list li:nth-child(odd),
.commit_list tr:nth-child(odd),
.tag_list li:nth-child(odd),
table.list tr:nth-child(odd) td
{
    background-color: #ededed;
}

.tree_list ul {
    padding-left: 25px;
}

.commit_list ul,
.commit_list td,
.tag_list ul, {
    padding-left: 0;
}

.commit_list li,
.commit_list td,
.tag_list li {
    list-style-type: none;
}

.commit_list li,
.commit_list td,
.tree_list li,
.tag_list li {
    padding:0 .5em;
}

.tree_list li:hover,
.commit_list li:hover,
.commit_list tr:hover,
.tag_list li:hover,
table.list tr:hover td
{
    color: white;
    background-color: #0066cc;
    border-color: #0066cc;
}

.tree_list li:hover a,
.commit_list li:hover a,
.commit_list tr:hover a,
.tag_list li:hover a,
.commit_list li:hover > a > span.commitid,
.commit_list tr:hover > a > span.commitid,
.tag_list li:hover > a > span.tagid,
.commit_list li:hover > a > span.commitdate,
.commit_list tr:hover > a > span.commitdate,
.tree_list li:hover > a > span.filehex,
table.list tr:hover td > a
{
    color:white;
}

.commit_list li > a:first-child,
.commit_list td > a:first-child,
.tree_list li > a:first-child,
.tag_list li > a:first-child,
table.list tbody td > a
{
    display: block;
}

.commit_list li > a > span.commitid,
.commit_list td > a > span.commitid,
.tag_list li > a > span.tagid,
.tree_list li > a > span.filehex
{
    color: #4d4d4d;
    display: inline-block;
    width: 5em;
}

.admin_list {
    float: right;
    width: 40%;
}

.admin_list ul{
    padding-right: 5em;
    max-height: 200px;
    overflow: auto;
}

.admin_list li {
    list-style-type: none;
}

.branch_list {
    width: 50%;
}

.branch_list ul{
    max-height: 200px;
    overflow: auto;
}

.commit_list li > a > span.commitdate,
.commit_list td > .commitdate
{
    color: #4d4d4d;
    display: inline-block;
    float: right;
}

.pr {
    float: right;
}

#issue_action {
    float: right;
    display: inline-block;
    vertical-align: top;
}

.btn_reset button, .btn_create button {
    width: 135px;
    padding: auto;
}

table.list {
    width: 100%;
}

table.list th {
    padding: .5em;
}

table.list td {
    padding: .1em .2em;
}

table.list td:first-child {
    width: 2em;
}

table.list .open_date,
table.list .open_by,
table.list .assigned {
    width: 9em;
}

.noresult {
    text-align: center;
    font-weight: bold;
}

.issueid {
    color: #aaa;
}

.issue_comment. .request_comment, .add_comment, .project_list {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1em;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.issue_comment > div,
.issue_comment > form > div,
.request_comment > div,
.request_comment > form > div {
    padding: .2em .5em;
}
.issue_comment > p.
request_comment > p {
    padding: .5em;
}

.issue_comment p,
request_comment p {
    margin: .5em 0 1em;
}

.issue_comment > header,
.issue_comment > form > header,
.request_comment > header,
.request_comment > form > header,
.file_content > header,
.commit_diff > header
{
    border-radius: 10px 10px 0 0;
    padding: .5em;
    border-bottom: 1px solid rgba(237, 237, 237, 0.4);

    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    font-family: Cantarell,sans-serif;
}

.issue_action,
.delete_ticket {
    float: right;
    text-align: right;
    clear: both;
}

.issue_action div {
    display: inline-block;
}

.highlight {
    overflow: auto;
}

.pr_actions form {
    display: inline-block;
}

.user_list li {
    list-style-type: none;
    display: inline-block;
    width: 25em;
    margin: 0 .5em;
}


.user_list a {
    display: inline-block;
    width: 100%;
    padding: .5em;
}

#groups .user_list a {
    width: 75%;
}

.header .buttons,
header .buttons {
    display: inline-block;
    float: right;
    list-style-type: none;
    text-align: right;
    margin: 0;
}

.header .buttons li,
header .buttons li {
    display: inline-block;
    padding-left: .5em;
}

.header .button,
header .button {
    display: inline-block;
    color: white;
    background: #0066cc;
    border-radius: 3px;
    padding: .2em .5em;
    border:none;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #0066cc, #34609f);
    background-image: -moz-linear-gradient(top, #0066cc, #34609f);
    background-image: -o-linear-gradient(top, #0066cc, #34609f);
    background-image: linear-gradient(to bottom, #0066cc, #34609f);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}

.header .button:hover,
header .button:hover {
    background-image: linear-gradient(to bottom, #34609f, #0066cc);
}

.header a.button:visited,
.header a.button:hover,
header a.button:visited,
header a.button:hover {
    color: white;
}

.file_content,
.commit_diff {
    border: 1px solid rgba(237, 237, 237, 0.4);
    border-radius: 10px 10px 0 0;
}

.show_parts {
    float: right;
    margin-top: -3.6em;
}

[id=error] h2 {
    color: red;
}

a.user_settings,
a.edit_icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: 20px;
    overflow: hidden;
    background: url(images/edit.png) top left no-repeat;
    vertical-align: middle;
}

[id=parent] {
    float: right;
}

header.repo {
    background: url(images/git.png) 0 50% no-repeat;
    padding-left: 40px;
}


header.repo.forked {
    background-image: url(images/forked.png);
}


header.repo.forked > p {
    display: inline-block;
}

#request_pull,#fork_button, #settings_button, #profile_button {
    border-radius: 10px;
}

#fork_button a,
#settings_button a,
#profile_button a {
    background-position: 8px 50%;
    background-repeat: no-repeat;
    margin-top: .2em;
    padding-left: 30px;
    padding-bottom: .61em;
}

#request_pull {
    background-color: rgb(54, 97, 190);
    padding: 6px;
}

#fork_button a {
    background-image: url(images/fork_button.png);
}

#settings_button a {
    background-image: url(images/settings_button.png);
}

#profile_button a {
    background-image: url(images/profile_button.png);
}

#request_pull:hover {
    background-color: rgb(84, 138, 255);
}

#request_pull a,
#fork_button:hover a,
#settings_button:hover a,
#profile_button:hover a {
    color: white;
}

#fork_button:hover a {
    background-image: url(images/fork_button_hover.png);
}

#settings_button:hover a {
    background-image: url(images/settings_button_hover.png);
}

#profile_button:hover a {
    background-image: url(images/profile_button_hover.png);
}

#profile_button {
    display: inline-block;
}

#fork_project, .clickable {
    cursor: pointer;
}

.header > h3,
.commit_diff > header h3 {
    display: inline-block;
    margin: .4em 0 0;
}

.commit_message_body {
    display: block;
    font-weight: normal;
    font-size: .9em;
    white-space: pre-line;
}

.commit_diff {
    margin-top: 2em;
}

.addrem_bar {
    display: inline-block;
    width: 100px;
    padding: 0!important;
    text-align: left;
    background-color: #ffdddd;
}

.addrem_bar > span {
    display: block;
    background-color: #dbffdb;
}

.issues_pbar {
    background-color: #ffdddd!important;
}

.issues_pbar > span {
    background-color: #8bf08b;
}

ul.changes {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.header {
    padding: .5em 0;
}

.reply {
    cursor: pointer;
    padding-right: 1em;
}

.tag_form,
.tag_form input {
    display: inline-block;
    margin-left: 0.3em;
    margin-bottom: 0.3em;
}

.progress-trough {
    border: 1px solid #000000;
    height: 18px;
    width: 100%;
    position: relative;
}

.progress-bar {
    width: 50%;
    height: 100%;
    background-color: #0066cc;
}

#preview img,
.comment_body img {
    width: 50%;
}

#preview img.emojione {
    width: initial;
}

#more_gits {
    cursor: pointer;
}

#tabs {
    width: 98%;
}

#tabs textarea {
    width: 100%;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}


span.NO_CHANGE {
  padding-left: 20px;
  background: url(/static/grey.png) 0 50% no-repeat;
}

span.FFORWARD {
  padding-left: 20px;
  background: url(/static/green.png) 0 50% no-repeat;
}

span.MERGE {
  padding-left: 20px;
  background: url(/static/orange.png) 0 50% no-repeat;
}

span.CONFLICTS {
  padding-left: 20px;
  background: url(/static/red.png) 0 50% no-repeat;
}

.ui-widget-content {
    color: #666!important;
}

.tabs .ui-widget-content a,
.tabs .ui-widget-content table tr td a
{
    color: #0066CC!important;
}

.tabs #commit_list table tr:hover > td a
{
    color: white!important;
}

.tabs .ui-widget-content .button{
    color: white!important;
}

.tabs .ui-widget-content .submit{
    color: #444!important;
}

.tabs .ui-state-hover a:hover{
    color: white;
}

.tabs .ui-tabs-active a:hover{
    color: #e59728!important;
}

#pr_flags table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 1em 0em 1em 0em;
    color: black;
}

#pr_flags table tr{
    margin-bottom: 1em;
}

.textAreaLine {
    width: 950px;
    overflow: hidden;
    position: relative;
    text-indent: 1em;
}

.lineNum {
    left: 0;
    position: absolute;
    text-align: right;
    margin-top: 0.4px;
    width: 27px;
    line-height: 100%;
    font-family: monospace;
    font-size: 120%
}

.lineNum br {
    margin-top: 2px;
}

#commit_block {
    padding-top: 2em;
    padding-left: 2em;
}

#issue_content, #comment {
    font-family: monospace;
    font-size: 120%;
}