File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
//--- common
.prj {
color:#202020;
}
.unsupported {
text-align: center;
font-size: 14px;
color: #FFF;
background-color: #4687FA;
z-index: 999;
line-height: 20px;
padding: 5px 40px;
font-weight: bold;
display:none;
.unsupported-inner {
width: 1170px;
margin:0 auto;
p {
font-weight: bold;
padding: 5px 0;
a:hover {
color:#fff;
}
}
}
}
.gnb-outer {
height:40px;
background-color:#1d2d46;
}
.gnb-inner {
width: 1170px;
margin:0 auto;
color:#788ba7;
height:40px;
}
.gnb-inner {
.logo {
float:left;
background-image: url("@{base-image-path}/yobi-logo.png");
background-position: 11px 10px;
background-repeat: no-repeat;
width:44px;
height:40px;
&:before {
content: " ";
float: left;
width: 1px;
height: 40px;
background: #373D47;
border-left: 1px solid #03183A;
}
&:after {
content: " ";
float: left;
width: 1px;
height: 40px;
background: #373D47;
border-left: 1px solid #03183A;
margin-left:40px;
}
}
.gnb-nav {
float: left;
margin-left:15px;
list-style: none;
font-size: 14px;
color:#788ba7;
margin-top:5px;
li {
display: inline-block;
position: relative;
a {
line-height: 30px;
padding:5px 10px;
color:#788ba7;
text-decoration: none;
.transition(color 0.15s);
&:hover {
color:#FFF;
}
}
&.active {
a {
color:#FFF;
}
&:before {
content:" ";
position: absolute;
bottom: -5px;
left: 50%;
width: 0;
height: 0;
overflow: hidden;
border: 8px solid transparent;
border-style: outset outset solid outset;
border-bottom-color: #FFF;
margin-left: -8px;
}
}
}
}
.gnb-usermenu {
float:right;
padding:0;
list-style: none;
li {
float:left;
margin:5px 0 5px 15px;
position: relative;
form {
margin:0;
}
&.gnb-usermenu-item {
font-size: 14px;
color:#788ba7;
a {
line-height: 30px;
padding:5px 10px;
color:#788ba7;
text-decoration: none;
.transition(color 0.15s);
&:hover {
color:#FFF;
}
}
}
&.gnb-usermenu-dropdown {
font-size: 14px;
color:#788ba7;
padding:0 10px;
margin-left:5px;
.gnb-dropdown-toggle {
display:inline-block;
line-height: 30px;
.transition(all 0.15s ease);
.caret {
margin-left: 5px;
vertical-align: middle;
display: inline-block;
vertical-align: middle !important;
margin-top:
width: 0;
.transition(all 0.15s ease);
height: 0;
vertical-align: top;
border-top: 4px solid #788ba7;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
&:hover, &:focus {
color:#FFF;
text-decoration: none;
.caret {
border-top: 4px solid #FFF;
}
}
}
}
}
}
}
.search-box {
.border-radius(3px);
background-color:#FFF;
height:30px;
input {
outline:0 none;
border:0;
line-height: 20px;
padding:5px 10px;
margin:0;
width: 50px;
.transition(width .3s ease);
&:focus {
width:350px;
}
}
button {
background:transparent;
border:0;
outline:0 none;
margin: 3px 5px 0 0;
}
}
.project-header-outer {
background-color:#ececec;
height:69px;
border-bottom:1px solid #ddd;
background-clip: padding-box;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
.project-header-inner {
height:inherit;
background-clip: padding-box;
background: linear-gradient(to bottom, rgba(0,0,0, 0.5), rgba(0,0,0, 0.3), rgba(0,0,0, 0.1));
.project-header-wrap {
height:inherit;
width:1170px;
margin:0 auto;
position: relative;
.project-header-avatar {
bottom:-30px;
left:0px;
position:absolute;
width: 80px;
height: 80px;
border:5px solid #fff;
img {
width: 100%;
height: 100%;
vertical-align: top;
}
}
.project-breadcrumb-wrap {
position: absolute;
bottom:18px;
left:90px;
padding:2px 10px;
background-color: rgba(0,0,0,0.55);
display:inline-block;
font-weight: bold;
.border-radius(0 3px 3px 0);
&.fork {
bottom: 5px;
}
.project-breadcrumb {
line-height: 30px;
font-size: 1.5em;
.project-author {
a {
color:#FFF;
&:hover {
color:#FFF;
text-decoration: underline;
}
}
}
.project-separator {
color:#FFF;
padding:0 5px;
}
.project-name {
color:#fc491e;
a:hover {
color:#fc491e;
text-decoration: underline;
}
}
.project-private {
color:#788ba7;
font-size: 14px;
margin-left:5px;
}
}
.project-origin {
font-size: 12px;
line-height: 20px;
margin-top:-7px;
.project-origin-title {
color:#788ba7;
}
.project-origin-name {
margin-left:5px;
color:#5dbbe0;
}
}
}
.project-util-wrap {
position: absolute;
bottom:20px;
right:0;
.project-util {
list-style: none;
margin:0;
li {
float:left;
margin-left:15px;
position: relative;
.icons-ul {
margin: 10px 0 10px 25px;
}
}
}
}
}
}
}
.page-wrap-outer {
min-height: 450px;
}
.page-wrap {
background-color: @white;
width: 1170px;
margin: 0 auto;
}
.project-menu-outer {
background-color:#ececec;
height:39px;
border-bottom: 1px solid #ddd;
.project-menu-inner {
height:39px;
width: 1170px;
margin:0 auto;
.project-menu-nav {
list-style: none;
margin:0;
height:39px;
&.project-menu-gruop {
float:left;
margin-left:110px;
border-left:1px solid #ddd;
}
li {
float:left;
font-size: 14px;
position: relative;
a {
display: inline-block;
line-height: 30px;
padding:5px 20px 4px;
&:hover {
text-decoration: none;
color:#fc491e;
background-color: #dadada;
}
}
&.active {
color : #fc491e;
font-weight: bold;
&:before {
content:" ";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
overflow: hidden;
border: 8px solid transparent;
border-style: outset outset solid outset;
border-bottom-color: #ddd;
margin-left: -8px;
}
&:after {
content:" ";
position: absolute;
bottom: -1px;
left: 50%;
width: 0;
height: 0;
overflow: hidden;
border: 8px solid transparent;
border-style: outset outset solid outset;
border-bottom-color: #FFF;
margin-left: -8px;
}
}
}
}
.project-setting {
float: right;
}
}
}
.project-menu-count {
font-size:12px;
border:2px solid #FFF;
line-height:20px;
padding:0 5px;
background-color:@yobi-primary;
color:#ECF0F1;
.border-radius(10px);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
}
.project-page-wrap {
width: 1170px;
margin:20px auto 0;
label {
display: inline-block;
}
h4 {
padding:10px 0;
line-height: 30px;
}
}
.site-breadcrumb-outer {
height: 59px;
border-bottom:1px solid #ddd;
.site-breadcrumb-inner {
width: 1170px;
margin:0 auto;
height: 59px;
h3 {
padding:15px 0 14px;
line-height: 30px;
}
}
}
.page-footer-outer {
margin-top:50px;
background-color:@yobi-white;
padding:10px 0;
.page-footer {
margin: 0 auto;
text-align:center;
line-height: 34px;
border-top:1px solid #e8e8e8;
width:1170px;
}
.provider {
margin-left: 4px;
font-family: Verdana;
font-size: 9px;
color: #333;
a {
font-family: Tahoma;
color:#444;
font-weight:bold;
&:hover {
color: #2cb400;
}
}
.d2-program:hover {
background-color:#183054;
text-decoration:none;
.d2 {
color:#f8da3a;
}
.program {
color:#fff;
}
}
}
}
.page {
.border-radius-bottom(20px);
&.full {
padding: 0;
}
&.code-browse,
&.plugin-setting {
padding: 0 20px;
}
label { cursor:pointer; .inline-block; }
}
/*.user-thumb-wrap {
border: 1px solid #B4B4B4;
.border-radius(3px);
.inline-block;
}*/
.checkbox {
.inline-block;
vertical-align:top;
margin:2px !important;
}
.label-public, .label-private, .label-agreement {
.form-label;
}
.forked-from {
display:inline-block;
vertical-align:middle;
padding:7px 10px;
font-size:11px;
i { vertical-align:text-bottom; }
}
//----------- index page.
.center-wrap {
text-align: center;
}
.page {
.tag-line-wrap {
text-align:center;
margin-top:7px;
margin-bottom: 26px;
&.signup {
padding-top: 40px;
margin-top : 0px;
.tag-line {
color: #7C7C7C;
font-size: 14px;
span {
color: #535353;
}
}
}
&.login {
/*margin-top: 25px;*/
padding-top:40px;
margin-top:0px;
}
.title {
font-size: 3.3em; /*52px;*/
line-height:42px; /*line-height: 1.3;*/
font-weight: normal;
.inline-block;
/*.helvetic-light;*/
.high-light {
color: @yobi-primary;
}
/*font-family:'Myriad Pro Light', 'Droid Sans', Tahoma, sans-serif;*/
font-family:@base-font-family;
}
.tag-line {
font-size: 1.2em; /*16px;*/
color: #7c7c7c; /*@gray-52;*/
/*font-family:"Myriad Pro";*/
span { color:@gray-52; }
}
}
.tag-line-wrap-index {
margin-top:25px !important;
margin-bottom:23px !important;
}
}
.lost-password {
overflow:hidden;
}
.siteintro {
border-bottom:1px solid #e8e8e8;
.siteintro-cover {
padding:55px 0 65px;
background-image:url('@{base-image-path}/img_front.jpg');
background-position: bottom;
background-size: 100% 170px;
background-repeat : no-repeat;
overflow:auto;
width:750px;
text-align:center;
margin:0 auto;
}
.siteintro-wrap {
margin:0 auto;
text-align:center;
.site-heading {
margin:0 ;
padding:0;
font-size:34px;
font-weight:normal;
color: #333;
}
.site-features {
list-style:none;
margin:0;
padding:0;
clear:both;
display:block;
margin-top:5px;
li {
color:#808080;
display:inline-block;
font-size:16px;
margin-left:5px;
font-weight:normal;
letter-spacing:1.1px;
&:first-child {
margin-left:0;
}
}
}
}
.signup-btn {
margin-top:35px;
text-align:center;
}
}
.feature {
clear:both;
padding: 0 20px;
margin:0 auto;
text-align:center;
border-bottom:1px solid #e8e8e8;
position:relative;
h2 {
padding:0;
font-size: 20px;
font-weight:normal;
margin-top:-20px;
display:block;
padding:10px 20px;
line-height:20px;
z-index:2;
span {
padding:0 20px;
background-color:#FFF;
}
}
.feature-wrap {
list-style:none;
margin:0 auto;
padding:0;
overflow: hidden;
margin-top:10px;
margin-bottom:40px;
width:980px;
li {
position:relative;
float: left;
width: 280px;
margin-top:30px;
margin-left:70px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
&:first-child, &:nth-child(4) {
margin-left:0;
}
.feature-image {
color:@yobi-primary;
text-align: center;
position:absolute;
top:10px;
left:0;
font-size:40px;
}
.feature-info {
display:block;
margin-left:55px;
.feature-title {
padding: 0;
margin:0;
text-align:left;
font-size: 16px;
}
.feature-desc {
margin:0;
padding:0;
font-size:13px;
text-align:left;
}
}
}
}
}
.sample {
overflow: hidden;
background-color:#f9f9f9;
padding:80px 20px;
.sample-wrap {
width:980px;
margin:0 auto;
text-align:center;
overflow:auto;
.sample-img {
background-image:url("@{base-image-path}/laptop-image.png");
background-size:100% 100%;
background-position:top center;
float:left;
width:480px;
height:280px;
text-align:center;
padding-top:20px;
img {
vertical-align:top;
width:360px;
height:240px;
}
}
.get-started {
float:left;
margin-left:60px;
width:440px;
margin-top: 40px;
text-align:left;
h2 {
margin-bottom:20px;
strong { color:@primary;}
}
}
}
}
.site-guide-outer {
margin:30px 0;
border-bottom:1px solid rgba(0, 0, 0, 0.15);
&.hide {
margin-top:0px;
display:none;
}
h3 {
margin:0;
padding:0;
font-size: 30px;
color:@yobi-primary;
span {
font-size:14px;
font-weight:bold;
color:#333;
}
}
.site-guide-inner {
margin-top:15px;
.guide-wrap {
list-style : none;
margin:0;
padding:0;
width:100%;
.border-radius(6px);
li {
float: left;
width: 25%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding:10px 15px;
border: 1px solid rgba(0, 0, 0, 0.15);
overflow:hidden;
position:relative;
text-align:center;
.guide-icons {
margin-top:10px;
font-size:35px;
color:@yobi-primary;
}
.guide-title {
margin-top:25px;
font-size:16px;
font-weight:bold;
text-align:left;
}
.guide-desc {
text-align:left;
font-size:13px;
min-height:80px;
}
&:nth-child(odd) {
background-color:@yobi-cyan-light;
}
&:nth-child(even) {
background-color:@yobi-white;
}
&:nth-child(1) {
.border-radius(6px 0 0 6px);
}
&:nth-child(2) {
border-right: none;
border-left: none;
}
&:nth-child(4) {
border-left: none;
.border-radius(0 6px 6px 0);
}
}
}
}
}
.guide-toggle {
text-align: center;
button {
border:1px solid rgba(0,0,0, .1);
border-top:none;
.border-radius(0 0 6px 6px);
color:@yobi-gray;
padding:0px 25px;
display:inline-block;
i {
font-size:12px;
}
}
}
.content-container {
.main-stream {
margin-bottom:15px;
.activity-streams {
margin: 0;
.warning-none {
font-size:16px;
padding:15px 20px;
text-align:center;
background-color:#8b8b8b;
color:@yobi-white;
.border-radius(6px);
}
.notification-stream {
clear:both;
color:#DDD;
padding-left:50px;
position:relative;
padding-bottom:15px;
&:before {
position:absolute;
top:0px;
left:17px;
content:' ';
border-left:1px solid #d2d2d2;
width: 1px;
height: 100%;
}
&:first-child {
&:before { top:20px }
}
&:last-child {
&:before { height:30px; }
}
.stream-type {
display:inline-block;
padding:4px 6px;
border: 4px solid @state-open;
.border-radius(50%);
background: #FFF;
position:absolute;
top:12px;
left:0;
color:@state-open;
text-align:center;
line-height:20px;
font-size:16px;
font-weight:bold;
vertical-align: middle;
&.closed {border: 4px solid @state-closed; color:@state-closed;}
&.changed {border: 4px solid @state-changed;color:@state-changed;}
&.rejected {border: 4px solid @state-rejected;color:@state-rejected;}
&.warning {border : 4px solid @state-warning;color:@state-warning;}
&.merged {border: 4px solid @state-merged;color:@state-merged;}
}
.stream-desc {
border:1px solid #E0E0E0;
border-radius : 5px;
padding:4px 7px 7px 7px;
cursor:pointer;
background:#F8F8F8;
&:hover {
background:#F8FBFC;
&:before {
background:#F8FBFC;
}
}
&:before {
position:absolute;
top:24px;
left:45px;
content:' ';
border:1px solid #E0E0E0;
width: 9px;
height: 9px;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #e5e5e5;
background: #F8F8F8;
.rotate(45deg);
}
.stream-info {
.avatar-wrap { float:left; margin-top:3px;}
.title {
color:#51aacc;
font-size:13px;
font-weight:bold;
padding-left:55px;
}
.meta {
font-size:12px;
padding-left:55px;
color:#bbb;
margin-top:5px;
.author {
color:#666;
font-weight:bold;
&:hover {color:@link-hover-color;}
}
}
.message-wrap {
margin-top:3px;
font-size:12px;
color:#888;
padding-left:12px;
overflow:hidden;
line-height:20px;
.transition(all 0.3s ease);
min-height:20px;
.message {
word-break : break-all;
line-height:20px;
}
&.nowrap {
min-height:20px;
height:20px;
.message {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
}
}
}
}
.activity-stream {
padding: 1px 0;
margin-bottom:6px; padding-bottom:6px;
border-bottom:1px solid #f1f1f1;
&:first-of-type { padding-top:10px; }
&:last-child { border-bottom: 0 none; }
.user-thumb-wrap {
float: left;
margin-right: 10px;
}
.activity-desc {
.header-text {
margin-top: 0px;
margin-bottom: 6px;
font-size: 12px;
line-height: 100%;
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break : break-all;
.actor {
font-weight: bold;
&:hover {
color:@yobi-link;
text-decoration: none;
}
}
.whereis {
font-size: 11px;
color: #333;
a:hover {
color:@yobi-link;
text-decoration: none;
}
.where {
color:@yobi-link;
font-weight: bold;
background-color:#f7f7f7;
padding:3px 5px;
display: inline-block;
.box-shadow(inset 0 0 5px #fff);
.border-radius(2px);
}
.title{
font-weight: bold;
}
}
.title { font-size:12px; font-weight:bold; }
}
.author { font-weight:bold; }
.date { color:#bbb; margin-left:5px; }
.desc {
color: #888;
font-size: 11px;
/*margin-bottom: 10px;*/
overflow: hidden;
text-overflow: ellipsis;
max-height: 40px;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
.commit-logs {
.commit-log {
overflow: hidden;
margin-bottom: 5px;
&:last-child {
margin-bottom: 0;
}
.user-thumb-wrap {
width: 18px;
height: 18px;
margin-right: 10px;
display: block;
float: left;
.border-radius(2px);
img {
vertical-align: top;
}
}
.commit-detail {
font-size: 11px;
margin-left: 30px;
.commit-id {
color: @orange;/*#D06930;*/
font-weight:bold;
}
.commit-msg {
color: #808080;
}
}
}
}
}
.others {
line-height: 16px;
padding-left: 3px;
.num {
font-size: 12px;
color: #5dbbe0;/*#4489A4;*/
margin-left: 3px;
}
.date {
font-size: 11px;
color: #999;
margin-left: 5px;
}
.ico {
vertical-align: bottom;
&.ico-sp-dot {
vertical-align: middle;
margin: 0 2px;
}
}
}
}
}
}
}
.projects-wrap {
.my-projects-tab {
margin:0;
}
.my-projects {
border:1px solid #ddd;
margin-bottom:10px;
.border-radius(6px 6px 0 0);
.title {
background-color:@yobi-cyan-light;
padding:10px;
display:block;
font-weight:bold;
.border-radius(6px 6px 0 0);
border-bottom:1px solid rgba(0,0,0, .15);
margin-bottom:10px;
}
.my-project {
position:relative;
padding-left: 15px;
padding-bottom: 10px;
margin: 1px;
.my-project-header {
.name-wrap {
.inline-block;
font-size: 14px;
color: #777;
i { margin-left:3px; }
a {
.inline-block;
strong {
text-overflow:ellipsis; overflow:hidden;
}
}
}
.ico-wrap {
vertical-align:top;
margin-top:9px;
width: 5px;
text-align: right;
.inline-block;
}
}
&.on-desc {
.ico-wrap { margin-top:20px; }
}
}
.my-project:first-of-type {
padding-top:1px;
}
}
.contributors {
overflow: hidden;
.contributor {
float: left;
width: 32px;
border: 1px solid #B4B4B4;
.border-radius(3px);
margin: 0 8px 10px 0;
&:nth-child(4n) {
margin-right: 0;
}
}
}
.sp-line {
height: 1px;
background-color: @white;
border-top: 1px solid @gray-d9;
margin: 10px 0;
}
.btn-wrap {
.btn-wrap-new-project;
}
/** Create new project button **/
.getstarted {
width:220px;
padding-top:11px;
button {
cursor:pointer;
}
}
}
}
.btn-wrap-new-project {
margin-top: 0px;
margin-bottom:20px;
text-align: center;
a {
font-size:15px; /*font-family:"Myriad Pro";*/
width:180px; height:35px;
background-color:@orange;
color:#fff; line-height:35px;
border-bottom:1px solid #ae5f54;
.border-radius(5px);
.inline-block;
i { vertical-align:middle; margin-bottom:4px; }
}
}
//------ login page
.login-form-wrap,
.signup-form-wrap {
.text {
width: 386px;
height: 27px;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
&:focus {
border: 1px solid @orange;
outline: none;
}
&.password {
margin-bottom: 15px;
}
}
}
.login-form-wrap {
margin-top: 54px;
width: 400px;
.center-block;
.act-row {
margin-bottom: 42px;
line-height:22px;
}
.forgot-password {
vertical-align: top;
color: #5C5C5C;
margin-left: 5px;
padding-left: 5px;
border-left: 1px solid #eee;
&:hover {
color: #010101;
}
}
.btns-row {
width: 384px;
margin-bottom: 73px;
.center-block;
text-align:center;
}
}
//---- sign up
.signup-form-wrap {
margin-top: 54px;
width: 400px;
.center-block;
.inline {
.inline-block;
}
.text {
&.email{
width: 181px;
margin-right: 10px;
}
&.uname {
width: 181px;
}
}
.act-row {
font-size: 11px;
color: #999999;
margin-bottom: 45px;
.go-login {
color: #5C5C5C;
}
}
.btns-row {
width: 227px;
.center-block;
margin-bottom: 50px;
text-align:center;
}
}
//-- new project
.form-wrap {
&.new-project {
margin: 30px 19px 0px 19px;
.text {
width: 99%;/*866px;*/
&.textarea {
height: 78px;
resize: none;
}
}
.options {
background-color: #F7F7F7;
margin-bottom: 20px;
.border-radius(10px);
.option {
padding: 15px 20px;
border-bottom: 1px solid #E9E9E9;
&:first-child {
padding-top:24px;
}
&:last-child {
border-bottom: 0 none;
padding-bottom:24px;
}
.option-label {
float: left;
width: 125px;
line-height:29px;
}
.option-desc {
margin-left: 125px;
label {
display: inline;
color: #777;
}
.note {
margin-left: 10px;
color: #777; /*BDBDBD;*/
font-size: 12px;
}
}
}
.d-label, .dropdown-menu {
width:182px;
}
}
.actions {
text-align: center;
position: relative;
}
}
}
.bread-crumb-wrap {
overflow: hidden;
.title {
margin-top: 0;
font-weight: normal;
font-size: 26px;
float: left;
color: @orange;
}
.bread-crumb {
float: right;
}
}
//--- projects
.header-wrap {
margin-top: 30px;
margin-bottom: 5px;
padding: 0px;
.stats-wrap {
padding: 0px 0px 5px 0px;
overflow: hidden;
.stat {
background-color: #FFF;
padding: 10px 20px;
.border-radius(5px);
height: 31px;
width: 268px;
margin-right: 10px;
float: left;
&:last-child {
margin-right: 0;
}
.desc {
font-size: 12px;
}
.num {
float: right;
font-size: 28px;
line-height: 1;
&.all { color: @orange; }
&.open { color: #5DBBE0; /*color: #51AACC;*/ }
&.public { color: #5DBBE0; }
}
}
.stat-projectlist {
border-bottom:1px solid #c5c5c5;
&.active {
box-shadow:inset 0px 2px 2px rgba(0,0,0,0.25);
border-bottom:none; font-weight:bold;
&.all { color: @orange; }
&.public { color: #5DBBE0; }
/*&.private { color: #5DBBE0; }*/
}
}
.stat-issue {
width:266px; /*240px;*/
border-bottom:1px solid #c5c5c5;
&.active {
box-shadow:inset 0px 2px 2px rgba(0,0,0,0.25);
border-bottom:none; font-weight:bold;
.desc {
&.all { color: @orange; }
&.open { color: #5DBBE0; /*color: #51AACC;*/ }
&.public { color: #5DBBE0; }
}
}
}
}
}
.bottom-actrow {margin-top:15px; padding: 6px 2px;}
.issue-list-wrap { clear:both;}
.search-wrap {
clear:both;
padding:10px 0;
height: 30px;
&.underline {
border-bottom: 1px solid #ddd;
}
}
.srch-advanced {
margin-top:10px;
}
.all-projects {
margin: 0 0 20px;
list-style: none;
clear:both;
// -- project list -- //
.project {
margin: 5px 0px; /*5px 20px;*/
padding: 10px 0px;
overflow: hidden;
border-bottom: 1px solid #DCDCDC;
.info-wrap {
.owner-avatar-wrap {
overflow:hidden;
display: inline;
float: left;
width: 50px;
height: 50px;
margin-right: 10px;
border: 1px solid #DDD9D9;
border-radius: 3px !important;
position: relative;
img {
vertical-align: top;
width: 100%;
height: 100%;
}
}
.header {
font-size: 20px;
font-weight: bold;
margin-bottom: 5px;
.yobicon-lock { color:#7F8C8D;}
.owner-name-small{ color:#999; font-size: 19px; }
}
.forked{
padding:3px 5px;
text-shadow: none;
font-size:11px;
margin-left: 10px;
}
.desc {
margin-left:10px;
overflow-y: auto;
max-height: 100px;
max-width: 647px;
text-overflow:ellipsis;
color: #bababa;
}
.name-tag {
margin: 0;
margin-left:10px;
font-size: 11px;
color: #999;
}
}
.stats-wrap {
margin-top: 0px;
text-align: right;
.like {
.inline-block;
vertical-align: middle;
width: 42px;
text-align: left;
margin-right: 20px;
.num {
color: #4489A4;
}
.ico {
vertical-align: text-bottom;
margin-right: 3px;
}
}
.members {
width:100%;
ul {
display:inline-block;
width:115px; max-height:71px;
overflow:hidden;
li {
float:right;
.avatar-wrap { margin-right:3px; margin-bottom:3px; }
}
}
strong { color:@secondary; }
}
/*.leaveProject { margin-top:2px; }*/
}
}
// -- userinfo -- //
&.user-streams {
.project {
&:first-of-type {
padding-top:5px;
}
}
}
}
//-- help page
.qas {
list-style: none;
margin: 30px 0 0;
padding: 0;
.qa {
margin-bottom: 14px;
border-bottom: 1px solid #DCDCDC;
&:last-of-type {
border-bottom:none;
}
.question-wrap, .answer-wrap {
i {
font-size:2em;
vertical-align:middle;
font-weight:bold;
&.q { color:#f36c22; }
&.a { color:#000; margin-right:30px;}
}
}
.question-wrap {
line-height: 1.2;
display: table;
padding: 0 15px; /*10px;*/
margin-bottom: 14px;
width:100%;
.icor {
margin:17px !important;
.ico-qa-plus;
}
.question {
width:85%;
vertical-align: middle;
display: table-cell;
font-size: 14px;
color: #4C4C4C;
/*.opacity(50);*/
text-decoration: none;
}
}
.answer-wrap {
display: none;
padding: 15px 15px; /*19px 20px;*/
border-top: 1px solid #DCDCDC;
background-color: #F3F3F3;
.ico {
margin-right: 20px;
}
.answer {
vertical-align: top;
display: table-cell;
line-height: 16px;
text-align: justify;
word-break: break-all;
line-height: 180%;
padding-right:9%
}
}
&.open {
.question-wrap {
margin-bottom: 16px;
width:100%;
.icor {
.ico-qa-minus;
}
.question {
/*font-size: 20px;*/
/*.opacity(100);*/
}
}
.answer-wrap {
display: table;
}
}
}
}
//-- project setting
.page-title {
margin-top: 20px;
font-size: 20px;
font-weight: normal;
a {
display:inline-block; max-width:300px; /* 프로젝트명 */
overflow:hidden; text-overflow:ellipsis;
cursor:pointer;
}
.gray {
.opacity(50);
a { max-width:130px !important; } /* 아이디 */
a:hover { color:inherit !important; }
}
}
.bubble-wrap {
overflow: hidden;
margin-bottom: 20px;
.border-radius(5px);/*10px*/
&.gray {
background-color: #F7F7F7;
}
&.dark-gray {
background-color: #ECECEC;
hr {
border-top:1px solid #d4d4d4;
}
}
&.wp {
padding: 20px 20px 10px;
}
}
.box-wrap {
border-bottom: 1px solid #E9E9E9;
padding: 0 20px;
&:last-of-type { border-bottom:none; }
&.top {
padding-bottom: 20px;
}
&.middle {
padding: 10px 20px;
}
&.bottom {
padding: 20px 0; /*10px 0;*/
padding-bottom:12px;
border-bottom: 0 none;
text-align: center;
}
/* 프로젝트 설정 */
.setting-box {
float: left;
width: 399px;
&.left {
padding-right: 20px;
border-right: 1px solid @white;
.logo-wrap {
width:260px; height:188px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
.border-radius(10px);
.inline-block;
}
.logo-desc {
width: 120px;
font-size: 12px;
margin-left:10px;
vertical-align:top;
.inline-block;
.point {
color: @secondary;
font-weight:bold;
text-transform:uppercase;
display:block; clear:both;
}
.descs li {
margin-top:10px;
&:last-of-type { margin-top:25px; }
}
}
}
&.right {
padding-left: 20px;
border-left: 1px solid @gray-d4;
.text, .textarea {
width: 380px;
}
.textarea {
height: 80px; /*111px;*/
margin-bottom: 0;
resize:vertical;
}
}
}
}
.cu-label {
width: 80px;
padding-right: 45px;
.inline-block;
vertical-align: top;
}
.cu-desc {
.inline-block;
.note {
color: #777; /*999;*/
font-size: 12px;
}
.notice {
color: #DB3A67;
}
}
.n-alert.project-del {
margin-left: 125px;
}
.btn-project-delete {
margin-left:10px;
}
//--- member
.inner-bubble {
margin-bottom: 10px;
position: relative;
.text {
&.uname {
width: 384px;
margin: 0;
.border-radius(2px);
}
}
}
.members.project {
margin: 0;
list-style: none;
.member {
border-bottom:1px solid #DDD;
padding: 10px 5px;
display:block;
position: relative;
.member-name {
margin-top:2px;
line-height: 20px;
font-weight: bold;
}
.member-id {
line-height: 20px;
color:#ccc;
}
&:nth-child(odd) {
margin-left: 0;
}
.member-setting {
position: absolute;
right:0;
top: 15px;
.owner {
margin-top:5px;
padding:5px;
}
}
}
}
.check-all {
vertical-align: middle;
text-align:center;
padding: 0 10px;
}
//-- filters
.filter-wrap {
display: block;/*inline;*/
margin:15px 0 10px;
height:30px;
position:relative;
&.small-heights{
margin: 5px 0 0;
height: 20px;
}
.filters {
color:#666;
float: right; margin-top:5px;
.filter {
margin-right:10px;
&.active { font-weight:bold; color:@primary; }
&:last-of-type { margin:0; }
}
i { margin-right: 5px; }
}
}
//-- milestone
.milestone-legend {
text-align:left;
color:#999;
i {
.inline-block;
.border-radius(2px);
width:35px; height:7px;
margin:0 3px;
&.open { background-color: @state-open; }
&.closed{ background-color : @state-closed;}
&.gray { background:#B1B1B1; }
}
}
.milestone-info {
margin:10px 0;
/*border: 2px solid #DADADA;*/
background-color: #fff;
/*border-radius: 5px;
box-shadow: 1px 1px #999;*/
padding: 4px;
.progress {
height:7px;
width:100%;
.progress-info {
clear:both;
width:100%;
}
}
.meta-info {
margin:5px;
.title { font-size:12px; font-weight:bold; }
.sp { margin: 0 5px; color:#E4E4E4; }
.due-date { color: #666; /*999;*/ }
}
.progress-wrap {
overflow: hidden;
color: #999;
font-size: 11px;
}
.desc {
font-size: 11px;
margin-top: 15px;
padding: 15px;
background-color: #EBEBEB;
border-top:1px solid #D3D3D3;
.border-radius(2px);
}
}
.milestones {
list-style: none;
margin: 0;
.milestone {
border-bottom: 1px solid @gray-d4;
padding: 15px 0px; /* 15px 30px;*/
overflow: hidden;
&:last-of-type { border-bottom:none; }
.infos {
width: 80%; /*700px*; /*660px;*/
float: left;
.contributors {
margin: 0;
list-style: none;
overflow: hidden;
.contributor {
float: left;
margin: 0 5px 5px 0;
.img-rounded {
width:34px; height:34px;
display:block;
}
}
}
.meta-info {
margin:5px 0 10px;
.title { font-size:20px; font-weight:bold; }
.sp { margin: 0 5px; color:#E4E4E4; }
.due-date {
color: #666;
&.over { color:#f36c22; }
}
}
.progress-wrap {
overflow: hidden;
color: #999;
font-size: 11px;
margin-top:15px;
.progress {
height:14px;
}
}
.desc {
font-size: 11px;
margin-top: 15px;
padding: 15px;
background-color: #EBEBEB;
border-top:1px solid #D3D3D3;
.border-radius(2px);
}
.actrow {
text-align:right;
padding-top:10px;
}
}
.completion-rate {
text-align: center;
font-size: 56px;
line-height: 1; /*1.3;*/
letter-spacing: -5px;
&.done {
color: @orange;
}
i {
.inline-block;
font-style: normal;
font-size: 0.6em;
vertical-align: top;
padding-top: 20px;
margin-left:7px;
}
}
}
}
.milestone-desc {
background: #f7f7f7;
padding: 10px 15px;
margin: 15px 0;
border: 1px solid #ddd;
border-width:1px 0;
.box-shadow(inset 0 0 5px #fff);
.border-radius(2px);
}
.milesion-wrap {
.progress {
background-color: @state-open;
&.empty { background-color: #B1B1B1; }
.progress-bar {
background-color: @state-closed;
height: inherit;
}
}
}
.label.milestone-state {
margin:0; padding:2px 0px; margin-right:3px;
width:40px; text-align:center; font-size:11px;
&.open { background-color:@state-open; }
&.closed { background-color:@state-closed; }
}
//-- new milestone
.form-wrap {
&.milestone {
position:relative;
.inner {
&.left {
margin-right:290px;
.title-wrap {
label {
font-weight:bold;
}
input {
height: 30px;
width:100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
}
.content-wrap {
label {
font-weight:bold;
}
textarea {
width:100%;
height: 261px;
resize: vertical;
}
}
.actions {
text-align: right;
height: 26px;
.save {
vertical-align: top;
margin-right:5px;
}
}
}
&.right {
position:absolute;
top:22px;
right:0;
display:inline-block;
vertical-align:top;
width:250px;
height:385px;
padding: 15px 10px;
/*background-color: #ececec;*/
.border-radius(5px);
.due-date { width: 236px; margin-bottom:0; }
.pika-single { width:232px; }
.date-picker { margin-top:5px; }
label { color:#777; }
}
}
}
}
//-- project home
.project-home-header {
padding:5px 0 ;
margin-bottom:20px;
position: relative;
.project-overview {
border-left:3px solid #fc491e;
padding:0 10px;
h3 {
line-height: 30px;
font-size:14px;
font-weight: normal;
}
.project-description-edit {
input {
margin: 0;
}
}
}
.project-clone-wrap {
position: relative;
padding:5px 0;
.border-radius(6px);
.project-clone-url {
text-align: right;
float:left;
margin-bottom:0;
background-color:#FFF;
width: 175px;
border:1px solid #DDD;
border-right:none;
outline: 0;
cursor: pointer;
.border-radius(3px 0 0 3px);
.transition(width .15s);
position:absolute;
right:86px;
&:focus {
width:450px;
}
}
.project-clone-button {
margin-left:0;
position:absolute;
right:0;
width:86px;
padding:4px 0 !important;
.border-radius(0 3px 3px 0);
float:left;
}
}
}
.project-home {
padding: 10px;
/*font-size: 0;*/
.issue-wrap {
margin-bottom:15px;
a.btn { width:105px; }
}
.project-btn-wrap {
text-align:center;
padding:5px 0;
.project-btn-item {
display:block;
a {
display:block;
}
}
&.git-project{
.project-btn-item {
display: inline-block;
padding:0 5px;
}
}
}
.inner {
background-color: @white;
/*margin-right: 10px;*/
margin-bottom:10px;
font-size: 12px;
overflow: hidden;
vertical-align: top;
.box-shadow(0 1px 0 rgba(0, 0, 0, .05));
.border-radius(10px);
&.member-info {
margin-right: 0;
height:auto !important;
}
&.logo {
position:relative;
width:260px; height:188px;
background-repeat:no-repeat;
background-position:center;
.background-size(cover);
.edit {
position:absolute;
top:0px; right:0px;
color:#fff; text-shadow:1px 1px #000;
padding:5px 10px;
font-weight:bold;
i { vertical-align:middle; }
}
}
&.project-info {
/*width: 53.3%;/*390px; /*350px;*/
.infos {
overflow-y: auto;
list-style: none;
margin: 0;
padding: 10px;
.info {
padding: 6px; /*5px 10px;*/
border-bottom: 1px solid #ededed;//@gray-d4;
color: #777;
&:first-child {
padding-top: 0;
}
&:last-child {
padding-bottom: 0;
border-bottom: 0 none;
}
.label-list {
span:not(.label) {
&:not(:last-child):after {
content: ", ";
}
}
}
}
}
button#edit-toggle {
float: right;
}
}
.project-members {
list-style: none;
margin: 0; padding: 10px;
.member {
display:block;
padding: 5px 10px;
border-bottom: 1px solid #ededed;
color: #999;
&:first-child {
padding-top: 0;
}
&:last-child {
padding-bottom: 0;
border-bottom: 0 none;
}
.name {
line-height:24px;
margin-left:5px;
strong {
max-width:180px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
.inline-block;
}
}
}
}
header {
background-color: #F8F8F8;
padding: 10px 0;
h3 {
font-size: 12px;/* 16px;*/
color: #4C4C4C;
margin: 0;
.inline-block;
line-height: 20px;
}
.project-status {
float: right;
line-height: 19px;
.ico-like { vertical-align: bottom; }
.num { color: #4489A4; }
.sp { color: #ccc; margin: 0 7px; }
}
}
}
}
.project-hometop-wrap {
display:block; clear:both;
height:30px;
.vcs-wrap {
.repo-info;
padding:0; line-height:30px;
.repo-url {
width:570px;
font-family:Consolas,Tahoma,Verdana !important;
background:#f5f5f5;
}
}
.issue-wrap {
strong.num {
&.open { color:@blue; }
}
}
}
.readme {
padding: 5px;
.default {
padding:20px;
text-align:center;
min-height:540px;
.v { display:inline-block; width:0; height:500px; vertical-align:middle; }
}
.readme-wrap {
.border-radius(10px);
background-color: @white;
overflow: hidden;
header {
padding: 10px 25px;
background-color: #F8F8F8;
border-bottom: 1px solid @gray-d4;
font-size: 18px;
.ico {
vertical-align: middle;
margin-right: 5px;
}
}
.readme-body {
padding: 25px;
font-size: 14px;
a {
color:#4183c4;
text-decoration:none;
}
a:hover {
color:#4183c4;
text-decoration:underline;
}
a:active {
color:#4183c4;
text-decoration:none;
}
}
}
}
.write-btn-wrap {
margin: 20px 0;
text-align: right;
}
.board-view {
.num {
color: #51AACC;
margin-right: 5px;
}
}
.board-header {
display:block;
clear:both;
border:none;
margin:15px 0;
.board-id {
font-size:14px;
padding-right: 10px;
color:#939393;
}
.title {
font-size: 18px;
line-height: 30px;
color: #000;
padding: 10px 20px;
background-color:@yobi-white-dark;
word-break:break-all;
.border-radius(10px);
}
.date {
display:inline-block;
vertical-align:top;
line-height:29px;
margin-right:20px;
color: #999;
}
.badge { color:#fff; }
}
.badge {
margin-right:25px;
font-weight:bold;
color:#FFF;
padding:5px 15px;
line-height:20px;
.border-radius(15px);
&.badge-issue-open { background-color:@state-open; }
&.badge-issue-closed { background-color : @state-closed;}
&.badge-issue-rejected { background-color : @state-rejected;}
&.badge-issue-merged { background-color: @state-merged;}
&.badge-issue-conflict { background-color: #C0392B;}
}
.board-body {
/*padding: 20px 0;*/
.author-info {
/*margin-bottom: 34px;*/
padding:15px 0 0 10px;
dl { margin-bottom:20px; }
dl.author { height:51px; overflow:hidden; }
p {
margin-bottom: 5px;
line-height: 14px;
}
.name {
font-size: 11px;
}
.status {
margin: 0;
color: #646464;
font-size: 11px;
.ico {
vertical-align: top;
}
}
}
.content {
padding:0 20px;
margin-bottom: 20px;
a { font-weight:bold; }
&.empty-content {
text-align: center;
min-height: 250px;
background-image:url("@{base-image-path}/no_contents.jpg");
background-repeat: no-repeat;
background-position: center 50%;
}
}
}
.attachments {
ul { list-style-type:none; margin:0; margin-left:18px; }
i { margin-right:5px; }
.download {
margin-left:5px;
}
}
.board-comment-wrap {
display:block; clear:both;
font-family:@base-font-family;
.comment-header {
color: #222;
font-size: 16px;
line-height: 40px;
}
.comments {
margin: 0;
padding: 0;
list-style: none;
.comment {
padding: 10px 0px;
position: relative;
.comment-avatar {
float: left;
padding-left: 5px;
}
.media-body {
margin-left:52px;
border:1px solid #BDC3C7;
.border-radius(3px);
&:before {
position:absolute;
top:23px;
left:47px;
content:' ';
width: 9px;
height: 9px;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #BDC3C7;
background-color: #f8f8f8;
.rotate(45deg);
}
.meta-info {
height:22px;
padding:5px 15px;
background-color:#f8f8f8;
border-bottom:1px solid #BDC3C7;
.yobicon-comment {vertical-align: middle;}
.comment_author {font-size:13px; margin-right:5px; }
.ago {
color:#7F8C8D;
.outdated {
text-decoration:line-through;
}
}
.edit { color: #7F8C8D;}
}
.attach {
color: #4489A4;
padding:10px;
background-color:#f8f8f8;
border-top:1px solid #BDC3C7;
border-left:1px solid #BDC3C7;
.border-radius(3px);
.yobicon-paperclip {vertical-align:middle;margin-top: 4px;}
}
.comment-body {
font-size: 13px;
padding:0 15px;
a { font-weight:bold;}
}
}
.attach-preview-wrap {
margin-top: 10px;
}
&.author {
.media-body {
&:before { background-color: #E5F0FC; }
}
.meta-info { background-color:#E5F0FC; }
.attach { background-color:#E5F0FC; }
}
}
.reply {
padding:0;
.media-body {
border-top:0px;
.border-radius(0 0 0 0);
&:before {
content:none;
}
}
}
.hasReply {
padding-bottom:0px;
.media-body {
.border-radius(3px 3px 0 0);
}
}
.last {
padding-bottom:10px;
.media-body {
.border-radius(0 0 3px 3px);
}
}
.event {
padding:15px 0 15px 55px;
font-size:14px;
line-height:14px;
.state {
color:#FFF;
padding: 6px 0;
text-align:center;
display:inline-block;
width:90px;
font-weight:bold;
.border-radius(5px);
margin-right:10px;
i {margin-right:3px;}
&.merged { background-color: @state-merged;}
&.closed { background-color: @state-closed;}
&.open { background-color : @state-open;}
&.changed { background-color : @state-changed;}
&.rejected {background: #F39C12;}
&.conflict {background: #C0392B;}
&.resolved {background: #468847;}
}
em { font-size:12px; color:#7F8C8D; margin-right:5px;}
.date {
font-size: 11px;
color: #aaa;
}
/** pullRequest view **/
.commit-list {
list-style:none;
padding:0;
margin:10px 0 0 102px;
border:1px solid #ddd;
background:#fdfdfd;
.border-radius(3px);
.commit-info {
padding:10px 5px;
.commit-id {
float:left;
color:#51aacc;
width: 70px;
text-align: center;
}
.commitMsg {
&.short {
margin:0;
vertical-align: middle;
padding:5px;
}
&.desc {
margin-left:80px;
}
}
&:nth-child(even) {
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}
&:last-child {
border-bottom:0;
}
}
.outdated {
text-decoration:line-through;
a { text-decoration:line-through;}
}
.avatar-wrap {
margin-top:-2px;
float:right;
margin-right:5px;
}
.date {
float:right;
margin-right:15px;
margin-top:3px;
}
}
}
}
}
.commitMsg {
&.short {
padding:5px;
font-size:14px;
word-break: break-word;
vertical-align:middle;
text-overflow: ellipsis;
white-space: pre-line;
}
&.desc { /* pre */
word-break: break-all;
word-wrap: break-word;
font-size:12px;
background:transparent;
border:none;
border-left: 3px solid #F1f1f1;
font-family:@base-font-family;
color:#666;
.border-radius(0);
}
&.moreBtn { /* button */
position: relative;
top: -1px;
display: inline-block;
outline:none;
background-color:transparent;
border:0;
line-height: 0;
margin-left: 3px;
span {
display: inline-block;
background-color: #bbb;
color: #fff;
padding: 2px 7px;
line-height: 6px;
height: 12px;
font-size: 12px;
vertical-align: middle;
.border-radius(2px);
}
}
}
div.markdown-preview {
font-size: 13px;
overflow-x:auto;
margin:0px;
margin-bottom:9px;
vertical-align : middle;
border:1px solid #ccc;
padding:10px;
.border-radius(0 0 3px 3px);
}
.write-comment-box {
padding: 15px 0 15px 50px;
font-family:@base-font-family;
.write-comment-wrap {
margin-bottom: 10px;
position: relative;
.disabled {
resize:none;
}
}
.comment {
height: 120px;
margin: 0;
resize:vertical;
.box-shadow(none);
&:focus {
border: 1px solid @gray-cc;
}
}
.upload-wrap {
background:#efefef;
padding:10px; margin-bottom:10px;
.border-radius(0px 0px 5px 5px);
}
.actrow { margin-top:10px; }
}
.board-footer {
text-align: right;
font-size: 0;
margin-top: 20px;
.add-btn {
font-size: 12px;
color: #888;
.ico {
margin-right: 5px;
}
}
/*a {
margin-left: 5px;
}*/
}
.board-actrow {
margin:20px 0;
.labels-wrap {
line-height: 30px;
padding-right: 30px;
text-align: left;
max-width:630px;
.inline-block;
}
}
// -- new attach files //
.upload-wrap {
padding:10px !important;
.help { display:none; }
.attach-wrap {
text-align:center;
.btn-wrap {
display:inline-block !important;
margin:0 5px; vertical-align:top;
}
.plain {
display:inline-block;
line-height:30px;
}
}
.attached-files {
display:none;
padding: 0;
margin-bottom: 0;
margin-top: 15px;
border-top: 1px solid #e0e0e0;
padding: 15px 0px;
.attached-file {
display: inline-block;
width: 355px;
height: 30px;
line-height: 30px;
border: 1px solid #ccc;
background: #fafafa;
padding: 0 10px;
margin-bottom: 5px;
margin-right: 4px;
cursor:pointer;
overflow: hidden;
-webkit-transition-duration: 0.5s;
&:hover { border:1px solid @primary; }
i {
display:none;
margin-right:3px;
vertical-align: middle;
color:@yobi-blue;
}
.name {
display: inline-block;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
vertical-align:middle;
-webkit-transition-duration: 0.5s;
}
.size { font-size:11px; vertical-align:middle; }
/* 업로드 하는 도중에는 진행 상태 표시 */
.progress {
display: inline-block;
width: 100px;
height: 10px;
margin: 0;
overflow: hidden;
}
.btn-delete {
display:none;
width: 30px;
height: 30px;
font-size: 1.5em;
font-weight: bold;
&:hover { color:@primary; }
}
.btn-insert {
display:none;
line-height: 20px;
margin-top: 2px; margin-right: 10px;
.box-shadow(none);
&:hover { background:#fff; color:@primary; }
}
/* 업로드 완료 후에는 삭제 버튼 표시 */
&.complete {
.progress { display:none; }
.btn-delete { display:inline-block; }
.btn-insert { display:block; }
}
/* 임시 파일 표시 */
&.temporary {
i { display:inline-block; }
}
}
}
}
.upload-drop-here {
position: absolute;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
border: 3px dashed #FFB23D;
background: rgba(255,255,255,0.8);
z-index: 9999;
display:none;
pointer-events: none;
.msg-wrap {
position:relative;
width:100%; height:100%;
}
.msg {
position: absolute;
top: 50%;
width: 100%;
margin-top: -13px;
color: #999;
font-size: 26px;
text-align: center;
}
}
.dragover .upload-drop-here {
display:block;
}
// -- //
.frm-wrap {
dl, dt, dd { margin:0; padding:0; }
dt {
margin:3px 0px 1px 0px;
label {
font-weight:bold;
margin-right:5px;
}
}
}
.issue-option {
width:100%;
margin-bottom:16px !important;
dt { margin-bottom:5px; }
dd {
margin:0;
.btn-group { width:100%; }
select {
width: 100%;
}
}
}
.label-editor {
padding-top:10px;
border-top:1px solid #ddd;
.colors-wrap {
position:relative;
padding-top: 32px;
.colorInput {
position:absolute;
top:0; left:0; right:0;
}
}
}
.content-wrap {
.text {
width: 99%; /*946px;/*866px;*/
}
textarea.content{
height: 250px;
}
textarea.text {
resize:vertical;
}
.title {
margin-bottom: 15px;
font-size:18px;
}
.error {
margin-bottom: 5px;
}
.message {
margin-bottom: 15px;
color:red;
font-weight:bold;
}
.content {
height:190px; /*320px;*/
background-color: #F9F9F9;
}
.actions {
margin-top: 20px;
text-align: center;
position: relative;
}
.actrow {
margin-top:20px;
}
}
.issue-form-labels {
.controls {
margin:0;
line-height:30px;
.labelInput {
width:90%;
.box-shadow(0px 0px 1px rgba(0,0,0,0.2));
&.labelColor {
width:76%;
border-right:25px solid;
margin-bottom:0px;
}
}
.labelSubmit {
width:100%;
}
}
}
.content-footer {
padding: 10px 20px;
background-color: #f5f5f5;
.border-radius(5px);
}
.post-list-wrap {
list-style: none;
&.notice-wrap {
background-color: #F7F7F7;
border: 1px solid #ccc;
.border-radius(6px);
li:last-child {
border:none;
}
}
.label-notice {
background-color: #51aacc;
}
}
label.issue-item-row {
display: block;
margin:0;
}
.post-item {
padding:10px;
border-bottom:1px solid #ddd;
display:block;
overflow: auto;
clear: both;
&.active {
background-color:#F0F0F0;
border-left: 8px solid #E6E4E4;
}
.mass-update-check {
vertical-align: middle;
text-align:center;
float:left;
margin-right:15px;
input {
margin-top:15px;
}
}
.avatar-wrap {
margin-right:10px;
float: left;
&.assinee {
margin-right:0;
}
}
.title-wrap {
display:block;
line-height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
.post-id {
color:#999;
margin-right:5px;
font-size: 13px;
font-weight: bold;
}
.title {
color:#333;
font-size:14px;
font-weight: bold;
&.project {
color:#3592b5;
margin-right: 10px;
}
&:hover {
color:#3592b5;
text-decoration: none;
}
&.conflict {
color: #b94a48;
&:hover {
color: #b94a48;
}
}
}
}
.infos {
display:block;
line-height: 20px;
font-size:11px;
color:#999;
.infos-item {
margin-right:8px;
display:inline-block;
&.infos-link-item {
&:hover {
color:#3592b5;
text-decoration: none;
}
}
&.infos-icon-link {
color:#3592b5;
i {vertical-align: middle;}
.size {margin-right:3px;}
&:hover {
color:#3592b5;
text-decoration: none;
}
}
}
}
}
.state {
margin-right:25px;
margin-top:7px;
font-weight:bold;
color:#FFF;
padding:5px 15px;
.border-radius(15px);
&.merged { background-color: @state-merged;}
&.open { background-color: @state-open; }
&.closed { background-color : @state-closed;}
&.rejected { background-color : @state-rejected;}
&.conflict {background: #C0392B;}
}
.empty-avatar-wrap {
width:32px;
height:32px;
}
.mileston-tag {
margin-top:7px;
margin-right: 25px;
font-weight: bold;
max-width: 135px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: darken(@secondary, 10%);
padding: 3px 10px;
background: #f7f7f7;
font-size:11px;
.border-radius(6px);
.box-shadow(1px 1px 1px rgba(0,0,0,0.15));
}
.pullRequest-branch {
display:inline-block;
code {
border:none;
background: #f7f7f7;
color: @secondary;
padding: 3px 10px;
text-shadow: 1px 1px rgba(255,255,255,0.5);
.box-shadow(1px 1px 1px rgba(0,0,0,0.15));
a { color: #1a4797; }
i { color: #1a4797; }
}
i.icon-right { font-size:12px; margin:0 5px; color: #1a4797;}
}
.relative-issue {
display:none;
dt { color:#797979; }
ul {
margin-left:5px;
.issue-item {
padding:0;
border:none;
.date { font-size:11px; color:#999; }
}
}
}
.voter-list {
li:nth-child(7n) {
margin-left:0;
margin-top:5px;
}
}
//---- code browse
.code-browse {
.bubble-wrap {
padding: 10px;
.inner-bubble {
padding: 20px; /*20px 15px 20px 20px;*/
margin-bottom: 15px;
border-bottom:1px solid #cfcfcf;
}
}
}
.repo-wrap {
padding:0;
background:#fff !important;
overflow:visible !important;
}
.repo-info {
padding:0px;
/*text-align:left;/*center;*/
text-align:right; padding-right:4px;
.clone-label {
color: #4D4D4D;
margin-right: 10px;
font-weight:bold;
strong {
color:#fff; .border-radius(2px);
font-size: 11px; padding: 4px;
text-shadow: -1px -1px rgba(0,0,0,0.3);
margin-right: 5px;
.bgblue;
&.Subversion { .bgblue; padding: 8px; }
&.GIT { .bgblue; /*.bgorange;*/ padding: 8px 27px; }
}
}
.repo-url {
cursor: text;
margin: 0;
/*width: 520px;*/
width:60%;
font-family:Consolas,Tahoma,Verdana !important;
background:#f5f5f5;
.box-shadow(none);
.border-radius(2px 0 0 2px);
&:focus {
.box-shadow(none);
border: 1px solid #CCC;
}
}
.copy-btn {
padding: 0 19px;
margin-right: 10px;
margin-top:1px;
line-height: 28px;
border: 1px solid #CCC;
border-left: 0 none;
vertical-align: top;
text-decoration: none;
font-size: 11px;
font-weight: bold;
.inline-block;
.border-radius(0 2px 2px 0);
&:hover {
color: @orange;
}
}
.btn-group {
margin-top:1px;
.d-label {
width: 115px; /*155px;*/
}
}
}
.branches {
text-align:left;
.label {
margin:0; padding:0 5px; margin-right:3px;
&.branch { background-color:@orange; }
}
}
.double-sp {
margin: 15px 0 17px;
}
.minimap-outer {
display: none;
position: fixed;
width: 15px; height: 400px;
right: 0.5%; top:192px;
border: 1px solid rgba(0,0,0,0.3);
background: rgba(0,0,0,0.5);
z-index: 999;
overflow: hidden;
.minimap-wrap {
position: relative;
width:100%; height: 400px;
.minimap-curr {
position:absolute;
width:100%; height:10px;
background: rgba(255,255,255,0.6);
z-index: 10;
}
.minimap-links {
position:relative;
width:100%; height:400px;
a {
position:absolute;
width:100%; min-height:2px;
background: rgb(255,224,0);
text-indent:-1000px;
z-index: 11;
}
}
}
}
.code-browse-wrap {
.code-browse-header {
margin-top:10px;
margin-bottom:10px;
display:block; height:34px;
}
.code-breadcrumb-wrap {
display:inline-block;
padding:0; padding-right:10px;
color:#555;
line-height:34px;
font-size: 15px;
font-weight:bold;
a { margin:0 2px; }
a:after {
content:'/'; margin-left:4px;
}
a:first-of-type { margin-left:0; }
a:last-of-type {
color:@primary;
&:after { content:''; display:inline-block; }
}
}
.nav-tabs {
margin-bottom:0;
}
.actrow {
clear:both; margin-top:10px;
}
/** history **/
.commit-wrap {
background-color: @white;
.commit-id { text-align:center; vertical-align: top; padding:0; }
.tbody {
td { padding:10px 15px 10px 5px; }
.messages { /* see .commitMsg */ }
.commit-id {
position:relative;
text-align:center;
vertical-align:top;
padding:12px 3px;
font-family:@fixed-font-family;
font-size:12px;
a {
color:@secondary;
&:hover { color:@link-hover-color; text-decoration:underline; }
}
.btn-copy-commitId {
display:none;
&.hover { background:#f1f1f1; }
}
&:hover {
.btn-copy-commitId {
position:absolute; display:block;
top:15px; left:-15px;
color:@secondary;
}
}
}
.messages { vertical-align:top;}
.author {
width: 40px;
text-align: right;
line-height:1 !important;
vertical-align: top;
}
.date {
width: 80px;
font-size:12px;
vertical-align: top;
}
.browse {
width:70px;
text-align:center;
vertical-align: top;
}
}
}
/** diff **/
/** code/diff.scala.html **/
.commitId {
color:#999;
margin-top:5px;
}
.commitInfo {
.avatar-wrap { margin-right:5px; }
.ago { margin-left:5px; color:#bbb; }
}
.diff-wrap {
width:100%; overflow:auto; margin-bottom:20px;
}
.diff-wrap + ul.comments {
margin-top: 15px;
}
.compare-wrap {
.path { padding-left:20px; padding-top:10px; }
.compare-from { padding-left:20px; }
.mergely-wrap { margin:0px 20px; }
.actrow { margin-top:35px; text-align:center; }
}
.write-comment-box {
font-family:@base-font-family;
background-color: #f5f5f5;
margin-bottom:15px;
}
/** view **/
.code-viewer-wrap {
width:100%;
overflow:auto;
zoom:1;
.code-tree {
display:table-cell;
width:20%;/*259px;*/
overflow-x : auto;
float:left;
height:100%;
}
.code-viewer {
display:table-cell;
float:right;
width:79%;/*680px;*/
height:100%;
}
}
.code-wrap {
border:none;
margin:0 !important;
padding:0 !important;
line-height: 16px;
.border-radius(0px);
.ace_scrollbar { display:none; }
.ace_scroller { right:0 !important; }
}
.image-wrap {
padding:10px;
img { max-width:100%; }
}
.list-wrap { display:none; }
.file-wrap {
display:block;
width:100%;
p {
margin: 100px 0; text-align:center;
.filename { display:block; font-size:20px; }
.filesize { display:block; font-size:13px; margin-bottom:20px; color:#999; }
}
}
/** list **/
.row-fluid { line-height:40px; }
.currentPath { font-weight:bold; background:#f7f7f7; }
.listhead {
background:#f7f7f7;
border-bottom:2px solid #efefef;
margin-bottom:5px;
height:40px; line-height:40px;
.filename { padding-left:5px; }
}
.listitem {
border-bottom:1px solid #efefef;
.filename { font-size:10pt; white-space:nowrap; .text-overflow; }
.commitMsg { font-size:10pt; color:#7e7e7e; .text-overflow; }
.commitDate { font-size:8pt; color:#7e7e7e; white-space:nowrap; }
}
[class^="depth-"],[class*=" depth-"] {
.listhead { display:none; }
.listitem {
.filename a { position:relative; }
.commitMsg { .text-overflow; }
}
span.dynatree-icon:before {
content:''; position:absolute; left:-10px;
width:10px; height:10px;
border:1px dotted #ccc;
border-width:0px 0px 1px 1px;
}
}
span.dynatree-icon {
margin:0 3px 1px 5px;
}
/** ??? **/
.cell {
display: table-cell;
background-color: @white;
vertical-align: top;
&.directory-wrap {
position: relative;
overflow: auto;
width: 100%;/*20%, 260px;*/
padding:15px 5px;
}
&.sp-wrap {
display:none;
border-left: 4px solid #E6E6E6;
}
&.file-wrap {
width:100%; /*80%, 916px;*/
overflow-x: auto;
}
}
.directory-header {
line-height: 34px;
background-color: #9C9C9C;
color: @white;
font-size: 10px;
padding-left: 20px;
position: absolute;
width: 180px;
display:none;
}
.directories {
margin: 0;
/*margin-top: 34px;*/
padding: 0;
overflow: auto;
list-style: none;
min-height: 320px;
&.view {
margin-top: 0;
}
.directory {
padding-left: 20px;
line-height: 50px;
border-bottom: 1px solid #E6E6E6;
a {
white-space: nowrap;
color: #337581;
}
&.selected {
background-color: #F2F2F2;
}
}
}
.code-table {
width: 100%;
td { padding: 0 15px 0 5px; }
.thead {
background-color: #f5f5f5;
line-height: 34px;
font-size: 12px;
border-bottom:1px solid #ccc;
}
.tbody {
font-size: 10pt; color: #666;
td { line-height: 30px; }
tr {
border-bottom: 1px solid #E6E6E6;
&:last-of-type { border-bottom:none; }
}
.message { line-height:150%; }
}
.filename {
padding-left: 10px;
max-width: 200px;
display:block;
color:#000;
.text-overflow;
span.dynatree-icon {
margin-right:5px;
margin-bottom:1px;
}
&.updir {
span.dynatree-icon { display:none; }
}
}
.updir { font-weight:bold; }
.messages {
.number-of-comments { float: right; position: relative; }
/* fileList */
span {
display:block; max-width:50%;
.text-overflow;
}
}
.author {
width: 40px;
text-align: right;
line-height:1 !important;
}
.date {
width: 80px;
font-size:12px;
}
}
.file-header {
margin-top: 10px;
line-height: 34px;
background-color: #eee;/*D7D7D7;*/
border-bottom:1px solid #ccc;
/*color: #767676;*/
font-size: 11px;
padding-left: 15px;
overflow: hidden;
.file-info {
float: left;
max-width: 70%;/*590px;*/
.text-overflow;
span {
padding-right:5px;
margin-right:5px;
border-right:1px solid #ccc;
&:last-of-type {
padding-right:0;
margin-right:0;
border-right:none;
}
&:empty {
display:none;
}
}
.commitMsg { font-weight:bold; }
}
.nbtn { margin:2px; }
}
}
.code-view-table {
td {
vertical-align: top;
}
pre {
line-height: 1.5;
padding: 0;
margin: 0;
background-color: transparent;
border: 0 none;
.border-radius(0);
font-size: 12px;
}
.line-num {
padding: 10px 6px;
text-align: right;
background-color: #F7F7F7;
border-right: 1px solid #EEE;
width: 22px;
> a {
color: #AAA;
}
}
.code-lines {
padding: 10px;
font-size: 0;
white-space: pre;
.line {
margin: 0;
padding: 0;
font-size: 12px;
}
}
}
//-- user setting2
.profile-frmwrap {
.avatar-frm {
display:inline-block;
vertical-align:top;
margin:30px; margin-right:50px;
.avatar-wrap {
position:relative;
.progress {
position:absolute;
width:130px; height:0px;
padding:0; margin:0; bottom:0px;
background:@primary; .opacity(80);
-webkit-transition-duration:1s;
&.loading { height:130px; }
}
}
.btn-wrap {
margin-left:10px;
.nbtn i { vertical-align:top; margin-right:2px; }
}
}
dl {
display:inline-block;
}
form {
display:inline-block;
vertical-align: top;
margin-right:50px;
&:last-of-type { margin-right:0px; }
}
}
#avatarUploaded {
display:none;
.msg {
width: 210px;
font-size: 11px;
padding: 5px; margin: 10px 0px;
text-align: center;
background: #FFF0E8;
border: 1px solid #fac7ab;
color: #F36C22;
font-weight: bold;
}
}
//-- user setting.
.user-info-box {
float: left;
width:200px;
.whoami-wrap {
position:relative; overflow:hidden;
width:200px; height:200px;
background-color:#ccc;
background-position:center;
.background-size(cover);
.border-radius(4px);
.box-shadow(inset 0px 0px 10px rgba(0,0,0,.15));
}
.whoami {
margin-top:15px;
.name {
font-size:18px;
font-weight:bold;
}
.edit {
text-align:right;
margin-top:5px;
}
}
.user-status {
margin-top:20px;
p {
display:inline-block;
line-height:2em;
padding:0 10px;
height:50px;
.num {
display:block;
color: @primary;
font-size:2em;
font-weight:bold;
}
.labels {
display:block;
color: #707070;
width: 70px;
letter-spacing:-1pt;
}
&:last-of-type {
border-left:1px solid #eee;
padding-left:20px;
}
}
.nbtn {
margin-top:20px; margin-left:3px;
text-shadow:1px 1px rgba(0,0,0,0.2);
i { vertical-align:top; }
}
}
.user-since {
margin-top: 10px;
padding:0 10px;
.since {
display:block;
font-size: 14px;
font-weight:bold;
color:@primary;
}
}
.btn-wrap {
text-align: center;
}
hr {
border-top:1px solid #d9d9d9;
}
}
.user-box {
margin: 15px 0 25px;
margin-bottom:0px;
overflow: hidden;
}
.user-stream-box {
margin-left: 220px;
overflow: hidden;
.h5-title {
background-color: #615353;
color: white;
padding: 5px;
}
.days-ago {
margin-right: 10px;
}
}
.user-stream-wrap {
.inner {
border-bottom:1px solid #c3c3c3;
}
}
//commit view
.commit-info-wrap {
padding-left: 10px;
span {
.inline-block;
margin-right: 5px;
font-size: 11px;
&.date {
color: #646464;
}
&.sp {
color: #999;
}
&.sha-block {
color: #646464;
.num {
color: #51AACC;
}
.commit-id {
color: #646464;
font-weight: bold;
}
}
}
}
.diff-code-view-table {
width: 100%;
.diff-line-num {
&:first-child {
border-left: 1px solid #EEEEEE;
}
width: 22px;
background-color: #F7F7F7;
padding: 0 6px;
text-align: right;
border-right: 1px solid #EEEEEE;
font-size: 12px;
line-height: 1.5;
> a {
color: #AAA;
}
}
.raw-code {
padding-left: 10px;
.point {
.inline-block;
}
&.gc {
background-color: #EEE;
}
&.plus {
background-color: #CFEAEA;
.point {
background-color: #46A4A4;
}
}
&.minus {
background-color: #FFEBDD;
.point {
background-color: #FFA86A;
}
}
pre {
background-color: transparent;
border: 0 none;
.border-radius(0);
font-size: 12px;
line-height: 1.5;
margin: 0;
padding: 0;
}
}
tr:last-child {
border-bottom: 1px solid #EEE;
}
}
.statistics {
padding: 10px;
font-size: 0;
}
.statistics-wrap {
.border-radius(10px);
overflow: hidden;
.inline-block;
width: 425px;
border-bottom: 1px solid @gray-d4;
background-color: @white;
&:nth-child(2) {
margin-right: 10px;
}
&.top {
display: block;
width: 860px;
margin-bottom: 15px;
.graph-wrap {
width: 820px;
margin: 10px 20px;
min-height: 240px;
}
}
.header {
background-color: #F8F8F8;
overflow: hidden;
padding: 0 20px;
font-size: 12px;
color: #999;
h2 {
font-size: 16px;
line-height: 37px;
color: #4C4C4C;
margin: 0;
float: left;
}
.desc {
float: right;
line-height: 37px;
.ico {
margin: 0 3px 0 5px;
}
}
}
.graph-wrap {
padding: 10px 20px;
background-color: @white;
min-height: 240px;
}
}
.error-wrap {
padding:50px 0px;
border-bottom:1px solid #dcdcdc;
text-align:center;
p {
font-weight:bold; font-size:15px;
color:#898989; margin-top:18px;
}
}
.code-tab, .plugin-tab {
margin: 15px 0 20px;
}
.actions {
&:last-child { margin-right:0; }
}
// -- site admin
.site-setting-wrap {
width: 1170px;
margin:20px auto 0;
.site-setting-nav {
list-style: none;
li {
border-left: 4px solid #EEE;
line-height: 30px;
margin-top:3px;
font-size:14px;
a {
display:block;
padding:5px 10px;
&:hover {
background-color:#EEE;
text-decoration: none;
}
}
&:first-child {
margin-top:0;
}
&.active {
border-left:4px solid @primary;
font-weight: bold;
a:hover {
background: none;
}
}
}
}
.title_area {
overflow:hidden;
margin-bottom:29px;
padding-bottom:8px;
border-bottom:1px solid #ddd;
h2{
margin:0;
font-size:1.5em;
color:#4c4c4c;
line-height:30px;
}
.form-search{
margin:0;
}
}
.listhead {
background:#f7f7f7;
border-bottom:1px solid #efefef;
margin-bottom:5px;
padding:5px 0px;
line-height:30px;
.listhead-title{
padding:0 20px;
}
}
.listitem {
border-bottom:1px solid #efefef;
line-height: 70px;
.avatar-wrap {
&.list-avatar {
width:45px;
height:45px;
margin-right: 10px;
margin-top:3px;
float:left;
}
}
.listitem-col {
padding: 10px 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break : break-all;
line-height: 50px;
}
&:nth-child(even) {
background-color: #f9f9f9;
}
}
.user-list-wrap {
list-style: none;
.user-name {
display:block;
margin-left:5px;
font-size:14px;
color:#0088cc;
margin-top:8px;
line-height: 20px;
font-weight: bold;
}
.user-id {
display:block;
margin-left:5px;
font-size:13px;
color:#999;
line-height: 20px;
font-style:italic;
}
}
.post-list-wrap {
list-style: none;
.listitem {
padding:10px 0;
}
.post-info-wrap {
line-height: 20px;
margin-top: 5px;
.post-project {
font-size:15px;
font-weight: bold;
display:inline-block;
line-height: 20px;
color:#0088cc;
}
.post-info-separator {
font-size:15px;
font-weight: bold;
padding:0 5px;
}
.post-title {
font-size:15px;
font-weight: bold;
}
}
.post-meta-wrap {
font-size:11px;
line-height: 20px;
.avatar-wrap {
width:14px;
height: 14px;
}
.post-meta-item {
margin:0 5px;
}
.post-comments {
i { vertical-align: middle;}
}
}
}
.project-list-wrap {
list-style: none;
.project-name {
font-size:14px;
font-weight: bold;
}
}
.mail-btn-wrap {
text-align: center;
}
.mess-mail-wrap {
input[type="text"] {
margin:0;
}
}
}
// -- pull request
.pull-request-wrap {
margin-bottom:20px;
.request-from {
display:inline-block; width:435px;
.repo { color:@secondary; font-size:14px; }
.dropdown-toggle { width:435px; }
.dropdown-menu { width:435px; }
}
.request-to {
display:inline-block; width:435px;
.repo { color:@primary; font-size:14px; }
.dropdown-toggle { width:435px; }
.dropdown-menu { width:435px; }
}
.arrow {
display:inline-block; width:83px;
text-align:center;
}
}
.mass-update-form {
position:relative;
-webkit-transition:padding 0.5s;
&.fixed {
position:fixed; width:100%;
top:0; background:#fff;
padding:10px 0;
border-bottom:1px solid rgba(0,0,0,0.1);
}
.mass-update-list {
max-height: 350px;
overflow-y: auto;
}
}
.fork-wrap {
.project-from {
display:inline-block;
width:300px;
vertical-align:middle;
text-align:center;
.title { color:@secondary; }
}
.arrow {
display:inline-block;
vertical-align:middle;
padding:0 40px;
}
.project-to {
display:inline-block;
width:550px;
vertical-align:middle;
.project-name-wrap {
display:block;
.title { color:@primary; }
.owner {
display:inline-block;
font-size:14px;
padding-top:5px; margin-right:10px;
}
.project-name {
display:inline-block;
vertical-align:top;
input { font-size:14px; }
.help-block { color:#999; }
}
}
.project-public {
line-height:30px;
}
}
}
// -- keymap
.keymap-help {
padding:20px;
line-height:30px;
white-space:nowrap;
.ybtn {
min-width:20px;
margin-right:3px;
}
.actrow {
text-align:center;
margin-top:30px;
}
}
// -- Help Messages
.help-messages {
margin-left: 10px;
p:not(.lead) {
font-size: 120%;
}
}
.input-mini-min {
width: 30px;
border: none;
top: 4px;
position: relative;
background-color: #F7F7F7;
text-align: right;
border: none;
}
.dimmedColor {
color: #eee;
}
.no-gradient{
background-image: none;
}
.btn-flat{
.active {
color: #fff;
background-color: #979797;
text-shadow: none;
.box-shadow(none);
}
.dirty { background-color: @secondary; }
.btn {
padding-top: 2px;
padding-bottom: 2px;
}
}
.project-category {
margin-top: 10px;
border: 2px solid #000;
border-radius: 5px;
border-top: 5px solid #000;
.categotry-header {
text-shadow: none;
background-color: #000;
color: #FFF;
padding-bottom: 7px;
font-size: 12px;
}
li {
a {
font-size: 13px;
padding-top: 7px;
padding-bottom: 7px;
}
}
}
/** code comments **/
.diff-body tr.comments {
display:none;
}
.diff-body.show-comments tr.comments {
display: table-row;
}
/*div#mode-select { text-align:right; }*/
.pullreq-info { display:block; clear:both; padding-bottom:10px; margin-bottom:10px; }
.go-zen {
position: absolute;
right: 8px;
margin-top: 14px;
z-index:999;
}
.textarea-box {
padding: 0;
margin: 0;
display: block;
padding-right: 14px;
position:relative;
textarea {
.border-radius(0 0 3px 3px);
width: 100%;
resize:vertical !important;
font-size: 12px;
}
}
.markdown-help {
margin:5px 0 0;
.markdown-help-title {
background-color: #F7F7F7;
padding:0 10px;
display: inline-block;
line-height: 30px;
border:1px solid #ddd;
border-bottom: none;
.border-radius(3px 3px 0 0);
}
.markdown-help-nav {
list-style: none;
background-color: #F7F7F7;
border:1px solid #ddd;
border-bottom: none;
li {
display: inline-block;
padding:5px 10px;
line-height: 20px;
.label {
background-color: #C7C9C9;
text-shadow:none;
}
&.help-nav {
cursor: pointer;
position: relative;
color:#788ba7;
&:hover {
color:#333;
}
&.active {
color:#333;
font-weight: bold;
&:before {
content: " ";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
overflow: hidden;
border: 7px solid transparent;
border-style: outset outset solid outset;
border-bottom-color: #ddd;
margin-left: -7px;
}
&:after {
content: " ";
position: absolute;
bottom: -1px;
left: 50%;
width: 0;
height: 0;
overflow: hidden;
border: 7px solid transparent;
border-style: outset outset solid outset;
border-bottom-color: #FFF;
margin-left: -7px;
}
}
}
}
}
.markdown-help-wrap {
list-style: none;
background-color: #FFF;
.markdown-help-item {
border-top:none;
height: 0;
overflow: hidden;
&.active {
border:1px solid #ddd;
border-top: none;
border-bottom: none;
height: auto;
padding:10px;
}
h3 {
padding:5px 0;
font-size:16px;
line-height: 30px;
font-weight: bold;
}
.thead {
background-color: #F7F7F7;
.border-radius(6px 6px 0 0);
border:1px solid #ddd;
border-bottom: none;
div {
padding:0 10px;
line-height: 30px;
font-weight: bold;
}
}
.markdwon-syntax-wrap {
border:1px solid #ddd;
.markdwon-syntax {
padding:10px;
pre {
padding:0;
margin:0;
background-color: transparent;
border:none;
}
}
.markdown-wrap {
padding:5px 10px;
h1,h2 {
margin:15px 0;
}
img {
margin: 0;
padding: 0;
}
p {
margin: 5px 0;
}
}
}
}
}
}
.conflict-files {
background:#fefefe; color:#d14;
font-family: "monospace", Consolas, Tahoma;
padding:10px;
.border-radius(2px);
}
.beta {
font-size: 10px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 3px;
padding: 2px;
margin: 0px;
color: @primary;
}
.diff-body {
font-family: "monospace", Consolas, Tahoma;
.isBinary { color:#bbb; text-shadow:-1px -1px #fff; padding:5px 10px; }
.diff-partial-outer {
border: 1px solid #bbb;
margin-bottom: 20px;
.diff-partial-inner {
.diff-partial-meta {
background-color: #eee;
border-bottom: 1px solid #bbb;
height: 30px;
.diff-partial-commit {
float:left;
.diff-partial-commit-id {
float:left;
padding:5px 2px;
font-weight: bold;
border-right:1px solid #bbb;
width:52px;
text-align: center;
}
}
.diff-partial-file {
float: left;
padding:5px 10px;
font-weight: bold;
}
.diff-partial-utility {
float:right;
padding:2px 5px;
}
}
.diff-partial-code {
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
tr {
position: relative;
td {
&.linenum {
text-align: right;
color: rgba(0, 0, 0, 0.3);
white-space: nowrap;
border-right: 1px solid #e5e5e5;
width:50px;
padding:0 3px;
.user-select(none);
cursor: pointer;
.line-number {
width: 50px;
height: 20px;
position: relative;
&:before {
position: absolute;
content: attr(data-line-num);
width: 50px;
display: block;
}
}
}
&.code {
white-space: nowrap;
padding:0 5px;
.diff-partial-codeline {
font-family: @fixed-font-family;
background-color: transparent;
border:none;
margin:0;
padding:0;
font-size:12px;
white-space: pre;
}
}
&.diff-comment-box {
border:1px solid #e5e5e5;
border-left: none;
border-right: none;
form { margin:0;}
.write-comment-box {
background-color: #f5f5f5;
margin:0;
.write-comment-wrap {
max-width: 1070px;
}
}
}
}
&.add {
background-color: #eeffcc;
}
&.remove {
background-color: #fdd;
}
&.range {
color: #999;
background-color: #f8f8ff;
td {
text-align: right;
border-right: 1px solid #e5e5e5;
&.hunk {
text-align: left;
padding-left:5px;
}
}
}
&.comments {
display: none;
td {
border:1px solid #e5e5e5;
border-left: none;
border-right: none;
padding:10px 5px;
li {
max-width: 1150px;
}
}
}
}
&.show-comments {
tr.comments {
display: table-row;
}
}
}
.icon-comment {
position:absolute;
cursor: pointer;
.opacity(0);
margin-left: -75px;
width: 25px;
margin-top:2px;
}
tr.add:hover, tr.remove:hover,tr.context:hover{
background-color: #CCE9FF !important;
.icon-comment {
.opacity(100);
}
}
.linenum:hover .icon-comment {
opacity: 1.0;
}
.linenum-from { min-width:15px; }
.hide {
display:none;
}
}
}
}
}
div.diff-body[data-outdated="true"] tr:hover .icon-comment {
visibility: hidden;
}
.warning-none {
font-size:16px;
text-align:center;
background-color: #d4d4d4;
}
.commit-id {
color:@secondary; padding:2px;
&:hover { color:@link-hover-color; text-decoration:underline; }
}
.referred-event {
margin: 0 2px;
padding: 0px 5px;
border: 1px solid #ddd;
background-color: #f8f8f8;
border-radius: 3px;
}
.branch-list-wrap {
.thead {
background-color: #f5f5f5;
line-height: 34px;
font-size: 12px;
border-bottom:1px solid #ccc;
}
tr.head {
background: #fafafa;
}
th, td {
vertical-align:top;
border:none;
}
tr {
border-bottom:1px solid #e5e5e5;
}
.branchName {
padding-top:13px;
a { color:@blue; }
.headBranch {
color: #0088cc;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
padding:3px 5px;
.inline-block;
.border-radius(3px);
}
}
.commitMessage {
padding-top:13px;
.usf-group { float:left; }
.avatar-wrap { margin-top:0px; margin-right:10px; }
.commitMsg.short {
display:inline;
overflow:visible;
white-space: normal;
padding:0;
}
.commitMsg.desc { margin-top:5px; }
}
.commitDate {
width:115px; padding-top:13px;
}
.pullRequest {
width:170px; padding-top:13px;
.disabled { color:#cdcdcd; }
.pullrequest-state {
&.open:before {
content:""; display: inline-block;
width: 10px; height: 10px; .border-radius(10px);
margin-right: 5px; vertical-align: middle;
background-color: #b6da54;
}
&.closed:before {
content:""; display: inline-block;
width: 10px; height: 10px; .border-radius(10px);
margin-right: 5px; vertical-align: middle;
background-color: #fd6956;
}
&.merged:before {
content:""; display: inline-block;
width: 10px; height: 10px; .border-radius(10px);
margin-right: 5px; vertical-align: middle;
background-color: #65c9df;
}
}
}
.actions {
width:220px; min-width:220px;
text-align:right !important;
}
}
.link {
color:@yobi-link;
&:hover {
color:@yobi-link;
text-decoration: none;
}
}