| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243 | /*! * Gogs - Go Git Service (http://gogits.org) * Copyright 2014 Gogs. * Licensed under MIT (https://github.com/gogits/gogs/blob/master/LICENSE) */body {    background: #F6F6F6;}html, body {    height: 100%;    font-family: Helvetica, Arial, sans-serif;}/* override bs3 */.tooltip-inner {    border-radius: 3px;    background: #333;    border: none;}.tooltip-arrow {    border-bottom-color: #333 !important;}.tooltip-arrow:before {    border-bottom-color: transparent !important;}.fa {    margin: 0 .5em;}.fa-m {    margin: 0;}.list-group .list-group-item {    background-color: transparent;}.btn {    cursor: pointer;}.panel-default .panel-heading {    background-color: #FAFAFA;    border-bottom: 1px solid #DDD;    font-weight: bold;}/* gogits nav header */.masthead {    background-color: #428bca;    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);    margin: 0;}/* gogits nav item link */.nav-item {    position: relative;    display: inline-block;    padding: 10px;    font-weight: bold;    color: #EEE;    font-size: 100%;    height: 46px;}#nav-logo {    padding-left: 0;    padding-right: 0;    margin-right: 10px;}.nav-item:hover,.nav-item:focus {    color: #fff;    text-decoration: none;}.nav-item.navbar-right {    margin-top: 3px;}.nav-item.navbar-btn {    cursor: pointer;    margin-top: 8px;    padding: 5px 15px;    height: 30px;}.nav-item.navbar-right .fa {    margin: 0;}/* gogits nav item active status */#masthead .nav .active {    color: #fff;}#masthead .nav .active:after {    position: absolute;    bottom: -1px;    left: 50%;    width: 0;    height: 0;    margin-left: -5px;    vertical-align: middle;    content: " ";    border-right: 5px solid transparent;    border-bottom: 5px solid;    border-left: 5px solid transparent;}#nav-logo:after {    bottom: -4px !important;}#nav-avatar:after {    bottom: -4px !important;}.nav .tooltip {    border: none;}/* gogits logo */#nav-avatar {    margin-top: 0;}#logo, #nav-avatar img {    width: 28px;    height: 28px;}#nav-out {    margin-top: 10px;    padding: 5px 0;    margin-left: 10px;    height: 28px;    float: right;}#nav-signin, #nav-signup {    float: right;    margin-left: 1em;}#nav-out .fa {    vertical-align: -10%;    margin: 0 .5em;}/* gogits body */#body {    padding-bottom: 60px;    margin-top: 30px;}#body .btn-default {    background-color: #FFF;    background-image: linear-gradient(to bottom, #FFF 0, #FAFAFA 100%);}#body-nav {    background-color: #FFF;    border-bottom: 1px solid #DDD;    height: 66px}#body-nav .nav {    font-size: 14px;    margin-top: 12px;}#body-nav .nav-pills li a {    color: #444;}#body-nav .nav-pills li.active a {    font-weight: bold;    border-bottom: 2px solid #d26911;    background-color: transparent;    color: #444;}#body-nav .nav-pills li:hover a {    background-color: transparent;    text-decoration: underline;}/* gogits login card */.card {    margin: auto;    padding: 30px;    background: #fff;    border: 1px solid #ccc;    border-radius: 5px;    box-sizing: border-box;}.card h3 {    margin-top: 0;    margin-bottom: 30px;    padding-bottom: 20px;    border-bottom: 1px solid #ccc;}#login-card {    width: 600px;}#login-card .form-control {    padding: 6px 12px;    box-sizing: content-box;}#login-card .control-label {    height: 44px;    line-height: 30px;}#install-card {    width: 800px;}#install-card .form-group {    margin-left: 0;    margin-right: 0;}.card .btn {    cursor: pointer;    margin-right: 1.2em;}#social-login {    margin-top: 30px;    padding-top: 20px;    border-top: 1px solid #ccc;}#social-login .btn {    float: none;    margin: auto;}/* gogs-user-profile */#user-avatar {    width: 200px;    height: 200px;    border-radius: 6px;}#user-avatar-commit {    width: 16px;    height: 16px;    border-radius: 2px;}#user-name {    margin-top: 20px;    font-size: 1.6em;    font-weight: bold;    margin-bottom: 20px;}#user-profile .profile-info .list-group-item {    background-color: transparent;    padding-top: 18px;    color: #666;}#user-profile .profile-info .list-group-item a {    margin: 0;    padding: 0;    display: inline;    color: #0093c4;}#user-profile .profile-info .list-group {    border-top: 1px solid #ccc;    padding-bottom: 18px;    border-bottom: 1px solid #ccc;    padding-left: 18px;    padding-right: 18px;}#user-activity .tab-pane {    padding: 20px;}#user-act-tabs li.active a {    border-bottom-color: #ddd;}/* gogits repo create */#repo-create {    width: 800px;}#repo-create textarea[name=desc] {    height: 8em;}/* gogits user setting */#user-setting-nav > h4, #user-setting-container > h4, #user-setting-container > div > h4,#ssh-keys > h4, #user-delete > h4, #repo-setting-container .tab-pane > h4 {    padding-bottom: 18px;    margin-bottom: 18px;    border-bottom: 1px solid #CCC;}#user-setting-nav .list-group .list-group-item a {    margin-left: 0;    padding: .6em;    font-size: 14px;    color: #3B73AF;}#user-setting-nav .list-group .list-group-item {    background-color: transparent;}#user-setting-nav .list-group .list-group-item-success a {    font-weight: bold;    color: #444;}.admin-nav {    background-color: #FFF;    padding-top: 10px;    padding-left: 0;    padding-right: 0;    border: 1px solid #D8D8D8;}.admin-nav li {    margin-bottom: 8px;    border-left: 4px solid transparent;}.admin-nav li:hover {    border-left-color: #EEE;}.admin-nav li.active:hover {    border-left: 4px solid #DD4B39;}#repo-setting-container .form-horizontal label {    line-height: 30px;}/* gogits user ssh keys */#ssh-keys .list-group-item {    padding: 15px 0;    border-bottom: 1px solid #DDD;}#ssh-keys .list-group-item .delete {    margin: -5px 50px 0;}#ssh-keys .list-group-item:after {    clear: both;}#ssh-keys .name {    font-size: 14px;    font-weight: bold;}#ssh-keys .print {    padding-left: 1em;    color: #888;}#ssh-add {    display: inline-block;    color: white;    cursor: pointer;    margin-left: 0;    border-radius: 3px;}#ssh-form textarea {    height: 16em;}/* #feed */#feed-right .repo-panel .panel-heading .btn {    margin-top: -4px;}#feed-right .repo-panel .panel-body {    padding: 0;}#feed-right .repo-panel .list-group {    margin-bottom: 0;}#feed-right .repo-panel .list-group-item a {    display: block;    margin-left: 0;    background-color: transparent;    padding-left: 0;    font-weight: bold;}#feed-right .repo-panel .list-group-item .fa {    color: #666;}#feed-right .repo-panel .list-group-item {    font-size: 14px;    line-height: 32px;    border-bottom: 1px solid #DDD;    padding-left: 15px;    clear: both;}#feed-right .repo-panel .list-group-item:last-child {    border-bottom: none;}#feed-right .repo-panel .list-group-item:hover {    background-color: #eafffd;    background-color: rgba(65, 131, 196, 0.1);}#feed-right .repo-panel span.stars {    color: #666;    margin-right: 1em;}/* gogits repo single page */#body-nav.repo-nav {    padding-top: 16px;    padding-bottom: 30px;    height: auto;}.repo-nav .name {    margin-top: 15px;}.repo-nav .desc {    color: #888;    margin-bottom: 0;}.repo-nav h3 .fa {    color: #BBB;    margin-left: 0;}.repo-nav .actions {    padding-top: 20px;}.repo-nav .btn-default {    font-family: Tahoma, Arial, sans-serif;}#repo-watching .dropdown-menu {    width: 280px;    padding: 0;}#repo-watching .dropdown-menu .dropdown-item:hover .dropdown-header, #repo-watching .dropdown-item .dropdown-header.text-primary {    color: rgb(65, 131, 196);    cursor: pointer;}#repo-watching .dropdown-menu .description {    padding: 0 20px;    color: #888;}#repo-watching .dropdown-menu .dropdown-header {    color: #444;    font-weight: bold;    font-size: 14px;    margin-bottom: 4px;}#repo-toolbar {    border-bottom: 1px solid #DDD;    background-color: #FFF;    height: 40px;    font-size: 14px;}#repo-toolbar .navbar-default {    border: none;    height: 39px;}#repo-toolbar .nav > li > a {    height: 39px;}#repo-toolbar .nav .tmp a:hover {    text-decoration: none;}#repo-toolbar .nav .tmp .btn {    margin-top: -2px;}#repo-toolbar .nav .active {    color: #F6F6F6;}#repo-toolbar .nav > .active > a:after {    border-bottom-color: #999;}#repo-toolbar .navbar.nav-toolbar {    margin-bottom: 0;}#repo-toolbar .navbar-collapse {    padding: 0;}.activity-list {    font-size: 14px;}.activity-list .icon {    font-size: 20px;    color: #aaa;    float: left;}.activity-list .info {    margin: 0 0 0 40px;    line-height: 1.7em;}.activity-list .meta {    color: #aaa;}.activity-list li {    padding: 15px 0;    border-top: 1px solid #ddd;}.activity-list li:first-child {    border-top: none;}.repo-list li {    padding: 15px 0;    border-top: 1px solid #ddd;}.repo-list li:first-child {    border-top: none;}.repo-list h4 {    font-weight: bold;    font-size: 24px;}.repo-list .meta {    margin: 15px 0 0;    font-size: 14px;}.repo-list .desc {    font-size: 15px;}.repo-list .meta .fa {    margin: 0 0 0 20px;}.repo-list .meta,.repo-list .info {    color: #999;}.popover .repo-clone-div {    min-width: 200px;}#repo-clone .dropdown-menu {    width: 400px;    padding: 20px;}#repo-clone .input-group {    margin-bottom: 15px;}/* #source */#source, #commits {    margin-top: -20px;}#source .source-toolbar:after {    clear: both;}#source .source-toolbar .branch-switch {    display: inline-block;}#source .source-toolbar .breadcrumb {    margin: 0 .5em;    padding: 6px 15px;    font-size: 16px;    vertical-align: middle;    display: inline-block;    background-color: transparent;}#source .source-toolbar,#source .info-box,#source .file-content {    margin: 0 0 10px;}.info-box .info-head,.info-box .info-content {    padding: 9px 20px;}.info-box .info-head {    font-weight: normal;}.info-box .info-content a,.info-box .info-head a {    color: #666;}.file-list {    background-color: #fafafa;}.file-list .icon {    font-size: 17px;    padding: 5px 0 4px 10px;    width: 50px;    color: #999;    text-align: right;}.file-list .wrap {    display: inline-block;    overflow: hidden;    text-overflow: ellipsis;    vertical-align: top;    white-space: nowrap;}.file-list .name .wrap {    max-width: 180px;}.file-list .text .wrap {    max-width: 450px;}.file-list .date .wrap {    max-width: 120px;    padding: 0 20px 0 0;}.file-list .date {    text-align: right;}.file-content .file-head {    font-size: 18px;}.file-content .file-head .icon {    color: #666;    margin: 0 .5em 0 0;}.file-content .file-head .file-size {    font-size: 13px;    color: #888;    margin-left: 1em;}.file-content .file-body {    padding: 30px 30px 50px;    border: none;    background-color: #FFF;    overflow: auto;    overflow-x: auto;    overflow-y: hidden;}.file-content .file-body.file-code pre {    background-color: #FFF;    border: none;}.file-content .file-body.file-code {    padding: 0;}.file-content .file-body.file-code .lines-code > pre {    border: none;    background: none;    border-left: 1px solid #ddd;}.file-content .file-body.file-code .lines-code ol.linenums > .active {    background: #ffffdd;}.file-content .file-body.file-code .lines-num {    text-align: right;    color: #999;    background: #fafafa;    width: 1%;}.file-content .file-body.file-code .lines-ellipsis {    background-color: #FAFAFA;    color: #999;    width: 1%;}.file-content .file-body.file-code .lines-num span {    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;    line-height: 1.6;    padding: 0 8px 0 10px;    cursor: pointer;    display: block;    margin-top: 2px;    font-size: 90%;}.file-content .file-body.file-code .lines-num span:first-child {    margin-top: 0;}.file-content .file-body.file-code > table {    width: 100%;}.file-content .file-body.file-code > table > tbody > tr,.file-content .file-body.file-code > table > tbody > tr > td,.file-content .file-body.file-code > table {    border: none;    background: none;}.branch-list th, .commit-list th {    background-color: #FFF;    line-height: 28px !important;}.branch-list td {    line-height: 36px !important;}.branch-box tr:hover td, .commit-box tr:hover td {    background-color: rgba(19, 95, 215, 0.06) !important;}.branch-box .name, .commit-box .author {    padding-left: 20px;}.branch-box .name {    font-size: 15px;}.branch-box .action {    width: 150px;}.branch-box td.date, .branch-box td.behind, .branch-box td.ahead {    width: 120px;    font-family: Verdana, Arial, sans-serif;}.branch-box .graph {    display: block;    height: 3px;}.branch-box .behind {    text-align: right;    direction: rtl;}.branch-box .behind .graph {    background-color: #888;}.branch-box .ahead .graph {    background-color: #0093c4;}.branch-box .branch-main {    background-color: #444;    color: #FFF;    border-color: #444;}.branch-box .branch-main a {    color: #FFF;}.branch-box .branch-main .name .btn {    margin-left: .5em;}.commit-box .avatar, .diff-head-box .avatar {    width: 20px;    height: 20px;    margin-right: 8px;    vertical-align: top;}.commit-box .search {    margin-top: 3px;}.commit-box td {    background-color: #FFF;}.commit-list .date {    width: 120px;}.commit-list .author {    min-width: 180px;}.commit-list .sha a {    font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;    font-size: 14px;}.guide-box pre, .guide-box .input-group {    margin-top: 20px;    margin-bottom: 30px;    line-height: 24px;}.guide-box input[readonly] {    background-color: #FFF;}.guide-box, .diff-head-box {    margin-top: 4px;}.diff-head-box h4 {    margin-top: 0;    margin-bottom: 0;    line-height: 26px;}.diff-head-box p {    margin-bottom: 0;}.diff-head-box .sha {    margin-left: 8px;}.diff-head-box a.name {    color: #444;    margin-right: 8px;}.diff-head-box span.time {    color: #888;}.diff-detail-box {    margin-bottom: 16px;    line-height: 30px;}.diff-detail-box span.status {    display: inline-block;    width: 12px;    height: 12px;    margin-right: 8px;    vertical-align: middle;}.diff-detail-box ol {    padding-left: 0;    margin-bottom: 28px;}.diff-detail-box li {    list-style: none;    padding-bottom: 4px;    margin-bottom: 4px;    border-bottom: 1px dashed #DDD;    padding-left: 6px;}.diff-detail-box span.status.modify {    background-color: #f0db88;}.diff-detail-box span.status.add {    background-color: #b4e2b4;}.diff-detail-box span.status.del {    background-color: #e9aeae;}.diff-detail-box span.status.rename {    background-color: #dad8ff;}.diff-file-box .panel-heading {    padding: 10px 20px;    line-height: 26px;}.diff-box .count {    margin-right: 12px;}.diff-box .count .bar {    width: 40px;    display: inline-block;    margin: 2px 4px 0 4px;    vertical-align: text-top;}.diff-box .file {    color: #888;}#source .file-content.diff-file-box {    margin-bottom: 20px;}.diff-box .count .bar .add {    background-color: #77c64a;    height: 12px;}.diff-box .count .bar .del, .diff-box .count .bar {    background-color: #e75316;    height: 12px;}.diff-file-box .file-body.file-code .lines-code > pre {    margin: 0;    padding: 3px;}.diff-file-box .file-body.file-code .lines-num-old {    border-right: 1px solid #DDD;}.diff-file-box .code-bin td {    padding: 20px;}.diff-file-box .code-diff tbody tr.tag-code td, .diff-file-box .code-diff tbody tr.tag-code pre {    background-color: #E0E0E0 !important;    border-color: #ADADAD !important;}.diff-file-box .code-diff tbody tr.add-code td, .diff-file-box .code-diff tbody tr.add-code pre {    background-color: #d1ffd6 !important;    border-color: #b4e2b4 !important;}.diff-file-box .code-diff tbody tr.del-code td, .diff-file-box .code-diff tbody tr.del-code pre {    background-color: #ffe2dd !important;    border-color: #e9aeae !important;}.diff-file-box .code-diff tbody tr:hover td, .diff-file-box .code-diff tbody tr:hover pre {    background-color: #fff8d2 !important;    border-color: #f0db88 !important;}.diff-file-box .ellipsis-code pre {    color: #AAA;}/* issue */#issue-create-form .avatar {    width: 50px;    height: 50px;}#issue-create-form .panel-body {    padding: 15px 0 0 0;}#issue-create-form .panel-body.form-group, #issue-create-form .tab-pane .form-group {    margin-bottom: 0;}#issue-create-form .nav-tabs, #issue .issue-reply .nav-tabs {    margin-bottom: 10px;}#issue .md-help {    margin-top: 6px;}#issue .filter-list a {    padding: 6px 10px;    font-size: 14px;    display: block;    margin-bottom: 6px;    border-radius: 3px;    color: #444;}#issue .filter-list a.sm {    font-size: 13px;}#issue .filter-list hr {    border-color: #CCC;}#issue .filter-list a:hover {    background-color: #DDD;    text-decoration: none;}#issue .filter-list a.active {    background-color: #4183c4;    color: #FFF;}#issue .filter-option {    margin-bottom: 12px;}#issue .list-group .list-group-item {    background-color: #FFF;}#issue .issue-item:hover {    background-color: rgba(19, 95, 215, 0.03);}#issue .list-group .list-group-item.unread {    border-left: 2px solid #DD4B39;}#issue .issue-item .title {    margin-bottom: 16px;    font-weight: bold;}#issue .issue-item h5.title a {    color: #444;}#issue .issue-item .info span {    margin-right: 12px;    color: #888;    line-height: 20px;}#issue .issue-item .info a, #issue .issue-item .number {    color: #888;}#issue .issue-item .number {    margin-top: 8px;}#issue .issue-item .avatar {    margin-right: 8px;    width: 20px;    height: 20px;    vertical-align: top;}#issue .issue-whole .title {    margin-top: 0;    font-size: 28px;}#issue .issue-whole .number {    font-size: 26px;    color: #AAA;}#issue .issue-head .author .avatar {    width: 48px;    height: 48px;    margin-right: 16px;}#issue .issue-head .info {    width: 99%;    margin-top: 10px;    padding-left: 74px;    margin-bottom: 16px;    padding-bottom: 20px;    border-bottom: 1px solid #CCC;}#issue .issue-head .status {    font-size: 16px;    font-weight: bold;    padding: 6px 18px;    border-radius: 3px;}#issue .issue-head a.author {    margin-left: .6em;    color: #444;}#issue .issue-main {    padding-left: 0;}#issue .issue-content {    border-bottom-width: 1px;}#issue .issue-child .user .avatar {    width: 42px;    height: 42px;    margin-right: 12px;}#issue .issue-child .issue-content {    margin-left: 56px;}#issue .issue-child .panel-heading {    padding-top: 10px;    padding-bottom: 10px;    font-weight: normal;}#issue .issue-child .panel-heading .user,#issue .issue-closed a.user,#issue .issue-opened a.user {    font-weight: bold;}#issue .issue-line {    border-color: #CCC;}#issue .issue-is-closed .issue-line{    display: none;}#issue .issue-head .info .btn {    margin-top: -8px;    margin-left: 8px;}#issue .issue-action {    padding-left: 8px;    color: #888;    width: 24px;}#issue-edit-title {    width: 60%;}#issue .issue-closed .issue-content,#issue .issue-opened .issue-content{    line-height: 42px;}#issue .issue-closed, #issue .issue-opened {    border-bottom: 2px solid #CCC;    margin-bottom: 24px;    padding-bottom: 24px;}#issue .issue-closed .label-danger,#issue .issue-opened .label-success{    margin: 0 .8em;}/* wrapper and footer */#wrapper {    min-height: 100%;    height: auto !important;    height: 100%;    margin: 0 auto -100px;    padding: 0 0 100px;}#footer {    background: #fff;    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);;    height: 100px;}#footer .footer-wrap {    padding: 20px 15px;}#footer a {    color: #000;}/* admin dashboard/configuration */.admin-dl-horizontal > dt {    width: 320px;}.admin-dl-horizontal > dd {    margin-left: 340px;}
 |