2014-08-06 03:18:29 +02:00
|
|
|
@import "../ui/var";
|
|
|
|
@repoHeaderBorderColor: #D6D6D6;
|
|
|
|
@repoHeaderBgColor: #FFF;
|
|
|
|
@repoHeaderNameColor: #888;
|
|
|
|
|
|
|
|
/* repository main */
|
2014-08-10 06:02:00 +02:00
|
|
|
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-wrapper {
|
2014-09-23 21:30:04 +02:00
|
|
|
padding-bottom: 100px;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-header {
|
2014-09-23 21:30:04 +02:00
|
|
|
height: 69px;
|
|
|
|
border-bottom: 1px solid@repoHeaderBorderColor;
|
|
|
|
background-color: @repoHeaderBgColor;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-header-name {
|
2014-09-23 15:43:45 +02:00
|
|
|
line-height: 66px;
|
|
|
|
color: @repoHeaderNameColor;
|
|
|
|
font-size: 1.6em;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-bottom: 0;
|
|
|
|
i {
|
|
|
|
margin-right: 12px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.divider {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
2014-08-10 06:02:00 +02:00
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-header-meta {
|
2014-09-23 15:43:45 +02:00
|
|
|
line-height: 66px;
|
|
|
|
li {
|
|
|
|
> a {
|
|
|
|
padding: 0;
|
|
|
|
&:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
& > .btn {
|
|
|
|
line-height: 16px;
|
|
|
|
margin-left: 16px;
|
2014-09-23 18:01:48 +02:00
|
|
|
font-size: 13px;
|
2014-09-23 15:43:45 +02:00
|
|
|
i {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
.num {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-header-download-btn {
|
2014-09-23 15:43:45 +02:00
|
|
|
> .btn > i {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
&:after, .btn {
|
|
|
|
background-color: @btnHoverBlackColor;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
background-color: @btnBlackColor;
|
|
|
|
padding: 9px 16px 8px 0;
|
|
|
|
margin-left: -8px !important;
|
|
|
|
color: #FFF;
|
|
|
|
border-top: 1px solid@btnBlackColor;
|
|
|
|
border-bottom: 1px solid@btnBlackColor;
|
|
|
|
border-top-right-radius: .25em;
|
|
|
|
border-bottom-right-radius: .25em;
|
|
|
|
}
|
2014-08-10 06:02:00 +02:00
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-header-download-drop {
|
2014-09-23 15:43:45 +02:00
|
|
|
line-height: 24px;
|
|
|
|
width: 440px;
|
|
|
|
top: 50px;
|
|
|
|
left: -370px;
|
|
|
|
padding: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
z-index: 1;
|
|
|
|
.btn > i {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
input {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-content {
|
2014-09-23 15:43:45 +02:00
|
|
|
padding: 18px 0;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-clone-url {
|
2014-09-23 15:43:45 +02:00
|
|
|
border-right: none;
|
|
|
|
width: 190px;
|
|
|
|
border-left: none;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-clone-help {
|
2014-09-23 15:43:45 +02:00
|
|
|
clear: both;
|
|
|
|
line-height: 48px;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-clone-zip {
|
2014-09-23 15:43:45 +02:00
|
|
|
line-height: 48px;
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
color: white;
|
|
|
|
overflow: visible;
|
|
|
|
padding: .6em 1.2em;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-desc {
|
2014-09-23 15:43:45 +02:00
|
|
|
font-size: 1.2em;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-sidebar-nav {
|
2014-09-23 15:43:45 +02:00
|
|
|
.label {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.4em;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
2014-09-23 17:36:09 +02:00
|
|
|
#repo-sidebar-mini {
|
|
|
|
margin-top: 6px;
|
|
|
|
width: 60px;
|
|
|
|
li {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
li > a {
|
|
|
|
position: relative;
|
2014-09-23 17:48:28 +02:00
|
|
|
padding-left: 12px;
|
|
|
|
width: 24px;
|
|
|
|
text-align: center;
|
2014-09-23 17:36:09 +02:00
|
|
|
> i.octicon{
|
|
|
|
font-size: 21px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.num{
|
|
|
|
position: absolute;
|
|
|
|
font-size: 12px;
|
|
|
|
top:0;
|
2014-09-23 17:48:28 +02:00
|
|
|
left: 36px;
|
|
|
|
padding: 0 2px;
|
|
|
|
min-width: 16px;
|
|
|
|
height: 16px;
|
2014-09-23 17:36:09 +02:00
|
|
|
text-align: center;
|
2014-09-23 17:48:28 +02:00
|
|
|
line-height: 16px;
|
2014-09-23 17:36:09 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
opacity: 0.7;
|
2014-09-23 17:48:28 +02:00
|
|
|
-webkit-transform: scale(0.9);
|
2014-09-23 17:36:09 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-file-nav {
|
2014-09-23 15:43:45 +02:00
|
|
|
padding: .6em 0 1em 0;
|
|
|
|
> li > a {
|
|
|
|
padding-left: 0;
|
|
|
|
&:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li.repo-jump > a {
|
|
|
|
padding-right: 0;
|
|
|
|
.btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-branch-switch {
|
2014-09-23 15:43:45 +02:00
|
|
|
> a {
|
|
|
|
.btn {
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
right: 30px;
|
|
|
|
margin-left: 0;
|
|
|
|
color: @baseFontColor;
|
2014-08-06 03:18:29 +02:00
|
|
|
|
2014-09-23 15:43:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
> .drop-down {
|
|
|
|
top: 40px;
|
|
|
|
left: 0;
|
|
|
|
}
|
2014-08-10 06:02:00 +02:00
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-branch-filter-ipt {
|
2014-09-23 15:43:45 +02:00
|
|
|
width: 100%;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
box-sizing: border-box;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-branch-tag {
|
2014-09-23 19:47:54 +02:00
|
|
|
.tab-nav {
|
|
|
|
border-bottom: 1px solid #EAEAEA;
|
|
|
|
a {
|
|
|
|
padding: .3em .8em;
|
|
|
|
}
|
|
|
|
.js-tab-nav-show {
|
|
|
|
background-color: #EEE;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-09-23 15:43:45 +02:00
|
|
|
}
|
2014-09-23 19:47:54 +02:00
|
|
|
.switching-list {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
2014-09-23 15:43:45 +02:00
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-branch-list,
|
|
|
|
#repo-tag-list {
|
2014-09-23 19:47:54 +02:00
|
|
|
li {
|
|
|
|
i {
|
|
|
|
margin-right: 12px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2014-09-23 15:43:45 +02:00
|
|
|
}
|
2014-09-23 19:47:54 +02:00
|
|
|
li.checked {
|
|
|
|
i {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-09-23 15:43:45 +02:00
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-bread {
|
2014-09-23 15:43:45 +02:00
|
|
|
.bread {
|
|
|
|
padding-right: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-main {
|
2014-09-23 15:43:45 +02:00
|
|
|
padding-right: 40px;
|
|
|
|
box-sizing: border-box;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-files-table {
|
2014-09-23 15:43:45 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
th, td {
|
|
|
|
text-align: left;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
td.icon {
|
|
|
|
width: 16px;
|
|
|
|
padding-right: .1em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
td.name {
|
|
|
|
max-width: 120px;
|
|
|
|
.text-truncate {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
td.age {
|
|
|
|
max-width: 120px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
td.msg {
|
|
|
|
max-width: 440px;
|
|
|
|
.text-truncate {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
td.age,
|
|
|
|
td.size,
|
|
|
|
td.msg a {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
td.msg a:hover {
|
|
|
|
color: #428BCA;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
tbody {
|
|
|
|
background-color: #FFF;
|
|
|
|
tr:hover {
|
|
|
|
background-color: #ffffEE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
thead {
|
|
|
|
background-color: #F0F0F0;
|
|
|
|
.author {
|
|
|
|
a {
|
|
|
|
margin: 0 .4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.last-commit {
|
|
|
|
strong {
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
.text-truncate {
|
|
|
|
margin-left: .4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.last-commit .text-truncate,
|
|
|
|
.age {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-readme {
|
2014-09-23 15:43:45 +02:00
|
|
|
margin-bottom: 80px;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-bare-start {
|
2014-09-23 15:43:45 +02:00
|
|
|
margin-bottom: 100px;
|
|
|
|
.panel-content {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
margin: 0 40px;
|
|
|
|
padding: 6px 10px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background: #f8f8f8;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
.repo-bare {
|
2014-09-23 15:43:45 +02:00
|
|
|
#repo-bare-start {
|
|
|
|
h2 {
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#repo-header-meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#repo-clone-ssh {
|
|
|
|
margin-left: 200px;
|
|
|
|
}
|
|
|
|
#repo-clone-copy {
|
|
|
|
margin-right: 200px;
|
|
|
|
}
|
|
|
|
#repo-clone-help {
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#repo-clone-url {
|
|
|
|
width: 520px;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
/* repository create */
|
|
|
|
|
2014-08-16 10:21:17 +02:00
|
|
|
#team-create-form,
|
2014-08-06 03:18:29 +02:00
|
|
|
#repo-migrate-form,
|
|
|
|
#repo-create-form {
|
2014-09-23 15:43:45 +02:00
|
|
|
width: 800px;
|
|
|
|
margin: 60px auto auto auto;
|
|
|
|
background: white;
|
|
|
|
h2 {
|
|
|
|
margin: .5em 1em;
|
|
|
|
}
|
|
|
|
.field {
|
|
|
|
margin: 1.2em 0 2em 0;
|
|
|
|
}
|
|
|
|
.ipt {
|
|
|
|
width: 540px;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
height: 120px;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: .6em;
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
box-shadow: 0px 0px 6px #CCC;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-create-cancel {
|
2014-09-23 15:43:45 +02:00
|
|
|
margin-left: 4em;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
#repo-create-owner-list {
|
2014-09-23 15:43:45 +02:00
|
|
|
top: 30px;
|
|
|
|
left: 0;
|
|
|
|
width: auto;
|
|
|
|
max-width: 300px;
|
|
|
|
.octicon {
|
|
|
|
margin-right: 12px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
white-space: nowrap;
|
|
|
|
&.checked {
|
|
|
|
.octicon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
.file-name {
|
2014-09-23 15:43:45 +02:00
|
|
|
margin-left: 1em;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
.file-size {
|
2014-09-23 15:43:45 +02:00
|
|
|
font-size: 13px;
|
|
|
|
color: #888;
|
|
|
|
margin-left: 1em;
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
.code-view {
|
2014-09-23 15:43:45 +02:00
|
|
|
overflow: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
background: white;
|
|
|
|
.view-raw {
|
|
|
|
min-height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 20px;
|
|
|
|
.btn {
|
|
|
|
font-size: 1.05em;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 6px 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lines-num {
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: right;
|
|
|
|
color: #999;
|
|
|
|
background: #f5f5f5;
|
|
|
|
width: 1%;
|
|
|
|
span {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 0 8px 0 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lines-code > pre {
|
|
|
|
border: none;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
> ol.linenums > li {
|
|
|
|
padding: 0 10px;
|
|
|
|
&.active {
|
|
|
|
background: #ffffdd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|
|
|
|
.repo-setting-zone {
|
2014-09-23 15:43:45 +02:00
|
|
|
padding: 30px;
|
2014-08-07 12:40:05 +02:00
|
|
|
}
|
2014-08-26 12:11:15 +02:00
|
|
|
#team-repositories-list,
|
2014-08-24 15:09:05 +02:00
|
|
|
#team-members-list,
|
2014-08-07 12:40:05 +02:00
|
|
|
#repo-collab-list {
|
2014-09-23 15:43:45 +02:00
|
|
|
list-style: none;
|
|
|
|
padding: 10px 0 5px 0;
|
|
|
|
li.collab {
|
|
|
|
clear: both;
|
|
|
|
height: 50px;
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
}
|
|
|
|
a.member {
|
|
|
|
color: #444;
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
&:hover {
|
|
|
|
color: #4183C4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
margin-right: 1em;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
.remove-collab {
|
|
|
|
color: #DD4B39;
|
|
|
|
}
|
2014-08-07 12:40:05 +02:00
|
|
|
}
|
|
|
|
.repo-user-list-block {
|
2014-09-23 15:43:45 +02:00
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
2014-08-09 19:29:51 +02:00
|
|
|
}
|
|
|
|
.setting-list {
|
2014-09-23 15:43:45 +02:00
|
|
|
width: 100%;
|
|
|
|
list-style: none;
|
2014-09-23 21:30:04 +02:00
|
|
|
}
|
|
|
|
#commits-list {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
.commit-list {
|
|
|
|
th {
|
|
|
|
background-color: #FFF;
|
|
|
|
line-height: 28px !important;
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
.author {
|
|
|
|
padding-left: 20px;
|
|
|
|
min-width: 180px;
|
|
|
|
img {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sha a {
|
|
|
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2014-08-06 03:18:29 +02:00
|
|
|
}
|