2015-03-20 12:50:05 +05:30
|
|
|
@footer-margin: 40px;
|
2015-12-08 01:50:54 +05:30
|
|
|
|
2015-03-20 12:50:05 +05:30
|
|
|
body {
|
2016-08-13 10:35:20 +05:30
|
|
|
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
|
2016-02-15 04:39:33 +05:30
|
|
|
background-color: #fff;
|
2016-01-05 00:08:10 +05:30
|
|
|
overflow-y: scroll;
|
2017-01-27 11:40:21 +05:30
|
|
|
-webkit-font-smoothing: antialiased;
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
|
|
|
img {
|
|
|
|
border-radius: 3px;
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2016-01-31 21:49:02 +05:30
|
|
|
pre, code {
|
2015-08-27 20:36:14 +05:30
|
|
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
|
|
&.raw {
|
2015-12-08 01:50:54 +05:30
|
|
|
padding: 7px 12px;
|
|
|
|
margin: 10px 0;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.5;
|
|
|
|
overflow: auto;
|
2015-08-27 20:36:14 +05:30
|
|
|
}
|
2015-12-26 16:56:26 +05:30
|
|
|
&.wrap {
|
|
|
|
white-space: pre-wrap; /* CSS 3 */
|
2016-01-03 03:43:47 +05:30
|
|
|
// white-space: -moz-normal; /* Mozilla, since 1999 */
|
|
|
|
// white-space: -normal; /* Opera 4-6 */
|
|
|
|
// white-space: -o-normal; /* Opera 7 */
|
|
|
|
word-break: break-word;
|
2015-12-26 16:56:26 +05:30
|
|
|
}
|
2015-08-27 20:36:14 +05:30
|
|
|
}
|
2016-04-20 02:05:36 +05:30
|
|
|
.dont-break-out {
|
|
|
|
/* These are technically the same, but use both */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
/* This is the dangerous one in WebKit, as it breaks things wherever */
|
|
|
|
word-break: break-all;
|
|
|
|
/* Instead use this non-standard one: */
|
|
|
|
word-break: break-word;
|
|
|
|
|
|
|
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
.full.height {
|
|
|
|
padding: 0;
|
2015-12-08 01:50:54 +05:30
|
|
|
margin: 0 0 -@footer-margin*2 0;
|
|
|
|
min-height: 100%;
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
|
|
|
.following.bar {
|
|
|
|
z-index: 900;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
&.light {
|
2015-07-24 02:20:05 +05:30
|
|
|
background-color: white;
|
2015-03-08 01:42:13 +05:30
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
|
|
|
|
}
|
|
|
|
.column .menu {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-08-10 20:08:21 +05:30
|
|
|
.top.menu a.item.brand {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
.brand .ui.mini.image {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
.top.menu a.item:hover,
|
|
|
|
.top.menu .dropdown.item:hover,
|
|
|
|
.top.menu .dropdown.item.active {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.top.menu a.item:hover {
|
|
|
|
color: rgba(0,0,0,.45);
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2015-08-12 15:42:06 +05:30
|
|
|
.top.menu .menu {
|
|
|
|
z-index: 900;
|
|
|
|
}
|
2016-07-16 10:15:13 +05:30
|
|
|
.icon,
|
|
|
|
.octicon {
|
|
|
|
margin-right: 5px !important;
|
|
|
|
}
|
2015-07-24 02:20:05 +05:30
|
|
|
.head.link.item {
|
2015-11-13 22:35:48 +05:30
|
|
|
padding-right: 0 !important;
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
2015-08-10 20:08:21 +05:30
|
|
|
.avatar > .ui.image {
|
|
|
|
margin-right: 0;
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
2016-08-12 11:42:06 +05:30
|
|
|
.avatar .octicon-triangle-down {
|
|
|
|
margin-top: 6.5px;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
.searchbox {
|
2015-12-08 01:50:54 +05:30
|
|
|
background-color: rgb(244, 244, 244) !important;
|
|
|
|
&:focus {
|
|
|
|
background-color: rgb(233, 233, 233) !important;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2015-09-08 00:33:31 +05:30
|
|
|
.text .octicon {
|
2015-12-08 01:50:54 +05:30
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.right.menu {
|
|
|
|
.menu {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
2015-09-08 00:33:31 +05:30
|
|
|
.dropdown .menu {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
2015-11-13 22:35:48 +05:30
|
|
|
|
2015-07-24 02:20:05 +05:30
|
|
|
.ui {
|
|
|
|
&.left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-08-08 14:40:34 +05:30
|
|
|
|
2017-08-06 08:43:20 +05:30
|
|
|
&.button, &.menu .item {
|
|
|
|
-moz-user-select: auto;
|
|
|
|
-ms-user-select: auto;
|
|
|
|
-webkit-user-select: auto;
|
|
|
|
user-select: auto;
|
|
|
|
}
|
|
|
|
|
2016-01-28 04:22:42 +05:30
|
|
|
&.container {
|
|
|
|
&.fluid {
|
|
|
|
&.padded {
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-06 04:38:42 +05:30
|
|
|
&.form {
|
|
|
|
.ui.button {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-08 14:40:34 +05:30
|
|
|
.text {
|
|
|
|
&.red {
|
2015-11-13 22:35:48 +05:30
|
|
|
color: #d95c5c !important;
|
2015-12-08 01:50:54 +05:30
|
|
|
a {
|
|
|
|
color: #d95c5c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #E67777 !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-08 14:40:34 +05:30
|
|
|
}
|
2015-08-15 13:33:20 +05:30
|
|
|
&.blue {
|
2015-11-13 22:35:48 +05:30
|
|
|
color: #428bca !important;
|
2015-12-08 01:50:54 +05:30
|
|
|
a {
|
|
|
|
color: #15c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #428bca !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-15 13:33:20 +05:30
|
|
|
}
|
2015-11-14 15:04:01 +05:30
|
|
|
&.black {
|
|
|
|
color: #444;
|
|
|
|
&:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
2015-08-13 20:51:43 +05:30
|
|
|
&.grey {
|
2015-12-08 01:50:54 +05:30
|
|
|
color: #767676 !important;
|
|
|
|
a {
|
|
|
|
color: #444 !important;
|
|
|
|
&:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-13 20:51:43 +05:30
|
|
|
}
|
2015-11-13 22:35:48 +05:30
|
|
|
&.light.grey {
|
|
|
|
color: #888 !important;
|
|
|
|
}
|
2015-08-26 15:33:30 +05:30
|
|
|
&.green {
|
2015-11-13 22:35:48 +05:30
|
|
|
color: #6cc644 !important;
|
2015-08-26 15:33:30 +05:30
|
|
|
}
|
2015-09-02 18:56:56 +05:30
|
|
|
&.purple {
|
2015-11-13 22:35:48 +05:30
|
|
|
color: #6e5494 !important;
|
2015-09-02 18:56:56 +05:30
|
|
|
}
|
2015-10-24 13:06:47 +05:30
|
|
|
&.yellow {
|
2015-11-13 22:35:48 +05:30
|
|
|
color: #FBBD08 !important;
|
2015-10-24 13:06:47 +05:30
|
|
|
}
|
2015-11-16 21:41:59 +05:30
|
|
|
&.gold {
|
|
|
|
color: #a1882b !important;
|
|
|
|
}
|
2015-09-02 18:56:56 +05:30
|
|
|
|
2015-08-26 15:33:30 +05:30
|
|
|
&.left {
|
2015-11-13 22:35:48 +05:30
|
|
|
text-align: left !important;
|
2015-08-26 15:33:30 +05:30
|
|
|
}
|
2015-08-09 22:34:23 +05:30
|
|
|
&.right {
|
2015-11-13 22:35:48 +05:30
|
|
|
text-align: right !important;
|
2015-08-09 22:34:23 +05:30
|
|
|
}
|
2015-08-12 15:42:06 +05:30
|
|
|
&.small {
|
|
|
|
font-size: 0.75em;
|
|
|
|
}
|
2015-11-14 15:04:01 +05:30
|
|
|
&.normal {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-11-13 22:35:48 +05:30
|
|
|
&.bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
&.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2015-08-20 17:48:49 +05:30
|
|
|
|
|
|
|
&.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-26 19:15:51 +05:30
|
|
|
|
|
|
|
&.thin {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-27 20:36:14 +05:30
|
|
|
|
|
|
|
&.middle {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-08-08 14:40:34 +05:30
|
|
|
}
|
2015-08-09 20:15:38 +05:30
|
|
|
|
|
|
|
.message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-08-12 15:42:06 +05:30
|
|
|
|
|
|
|
.header > i + .content {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-08-19 00:19:44 +05:30
|
|
|
.warning {
|
|
|
|
&.header {
|
2015-11-13 22:35:48 +05:30
|
|
|
background-color: #F9EDBE !important;
|
2015-12-08 01:50:54 +05:30
|
|
|
border-color: #F0C36D;
|
2015-08-19 00:19:44 +05:30
|
|
|
}
|
|
|
|
&.segment {
|
2015-12-08 01:50:54 +05:30
|
|
|
border-color: #F0C36D;
|
2015-08-19 00:19:44 +05:30
|
|
|
}
|
|
|
|
}
|
2015-08-20 21:48:30 +05:30
|
|
|
.info {
|
|
|
|
&.segment {
|
2015-12-13 08:28:54 +05:30
|
|
|
border: 1px solid #c5d5dd;
|
2015-12-07 04:48:12 +05:30
|
|
|
&.top {
|
2015-12-13 08:28:54 +05:30
|
|
|
background-color: #e6f1f6 !important;
|
2015-12-07 04:48:12 +05:30
|
|
|
h3, h4 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
h3:last-child {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
> :last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-08-20 21:48:30 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal.header {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-14 22:12:43 +05:30
|
|
|
|
|
|
|
.avatar.image {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2015-08-15 15:46:39 +05:30
|
|
|
|
|
|
|
.form {
|
|
|
|
.fake {
|
2015-11-13 22:35:48 +05:30
|
|
|
display: none !important;
|
2015-08-15 15:46:39 +05:30
|
|
|
}
|
2015-12-05 08:00:33 +05:30
|
|
|
|
|
|
|
.sub.field {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
2015-08-15 15:46:39 +05:30
|
|
|
}
|
2015-09-08 00:52:52 +05:30
|
|
|
|
2015-12-01 04:27:07 +05:30
|
|
|
.sha.label {
|
|
|
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
2015-12-01 04:29:23 +05:30
|
|
|
font-size: 13px;
|
2015-12-01 04:27:07 +05:30
|
|
|
padding: 6px 10px 4px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
|
2015-09-08 00:52:52 +05:30
|
|
|
&.status.buttons {
|
|
|
|
.octicon {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
2016-03-06 04:38:42 +05:30
|
|
|
|
|
|
|
&.inline.delete-button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2015-08-12 15:42:06 +05:30
|
|
|
|
2015-08-26 10:09:32 +05:30
|
|
|
.overflow.menu {
|
|
|
|
.items {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
.item {
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
height: auto;
|
|
|
|
border-top: none;
|
|
|
|
line-height: 1em;
|
|
|
|
color: rgba(0,0,0,.8);
|
2015-11-13 22:35:48 +05:30
|
|
|
padding: .71428571em 1.14285714em !important;
|
2015-08-26 10:09:32 +05:30
|
|
|
font-size: 1rem;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: 400;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
&.active {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
&:hover {
|
2015-12-08 01:50:54 +05:30
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
color: rgba(0,0,0,.8);
|
|
|
|
z-index: 13;
|
2015-08-26 10:09:32 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-31 13:40:28 +05:30
|
|
|
.scrolling.menu {
|
|
|
|
.item.selected {
|
2015-12-08 01:50:54 +05:30
|
|
|
font-weight: 700 !important;
|
2015-08-31 13:40:28 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-08 01:42:13 +05:30
|
|
|
footer {
|
2015-11-13 22:35:48 +05:30
|
|
|
margin-top: @footer-margin+14px !important;
|
2015-08-09 20:15:38 +05:30
|
|
|
height: @footer-margin;
|
2015-03-08 01:42:13 +05:30
|
|
|
background-color: white;
|
|
|
|
border-top: 1px solid #d6d6d6;
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
color: #888888;
|
2015-08-09 20:15:38 +05:30
|
|
|
.container {
|
|
|
|
padding-top: 10px;
|
|
|
|
.fa {
|
|
|
|
width: 16px;
|
2015-12-08 01:50:54 +05:30
|
|
|
text-align: center;
|
|
|
|
color: #428bca;
|
2015-08-09 20:15:38 +05:30
|
|
|
}
|
|
|
|
.links >* {
|
|
|
|
border-left: 1px solid #d6d6d6;
|
|
|
|
padding-left: 8px;
|
|
|
|
margin-left: 5px;
|
|
|
|
&:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
|
|
|
}
|
2016-04-25 23:10:23 +05:30
|
|
|
|
|
|
|
.ui.language .menu {
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2015-07-07 22:39:03 +05:30
|
|
|
|
|
|
|
.hide {
|
2015-08-10 16:27:57 +05:30
|
|
|
display: none;
|
2015-07-07 22:39:03 +05:30
|
|
|
}
|
2015-07-08 17:17:56 +05:30
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-03-08 01:42:13 +05:30
|
|
|
.generate-img(16);
|
|
|
|
.generate-img(@n, @i: 1) when (@i =< @n) {
|
2015-12-08 01:50:54 +05:30
|
|
|
.img-@{i} {
|
|
|
|
width: (2px * @i) !important;
|
|
|
|
height: (2px * @i) !important;
|
|
|
|
}
|
|
|
|
.generate-img(@n, (@i + 1));
|
2015-03-20 12:50:05 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
// Accessibility
|
|
|
|
.sr-only {
|
2015-12-08 01:50:54 +05:30
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
2015-03-20 12:50:05 +05:30
|
|
|
}
|
|
|
|
.sr-only-focusable:active,
|
|
|
|
.sr-only-focusable:focus {
|
2015-12-08 01:50:54 +05:30
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
2015-08-25 23:35:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 991px) and (min-width: 768px) {
|
|
|
|
.ui.container {
|
2015-08-26 09:56:01 +05:30
|
|
|
width: 95%;
|
2015-08-25 23:35:08 +05:30
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2016-01-31 21:49:02 +05:30
|
|
|
|
|
|
|
/* Overrides some styles of the Highlight.js plugin */
|
|
|
|
.hljs {
|
|
|
|
background: inherit !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2017-03-16 04:09:38 +05:30
|
|
|
|
|
|
|
.ui.menu.new-menu {
|
|
|
|
justify-content: center !important;
|
|
|
|
padding-top: 15px !important;
|
|
|
|
margin-top: -15px !important;
|
|
|
|
margin-bottom: 15px !important;
|
|
|
|
background-color: #FAFAFA !important;
|
|
|
|
border-width: 1px !important;
|
|
|
|
}
|
2017-05-24 11:30:40 +05:30
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
.ui.menu.new-menu {
|
|
|
|
overflow-x: auto !important;
|
|
|
|
justify-content: left !important;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu::-webkit-scrollbar {
|
|
|
|
height: 8px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu:hover::-webkit-scrollbar {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu::-webkit-scrollbar-track {
|
|
|
|
background: rgba(0,0,0,0.01);
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu::-webkit-scrollbar-thumb {
|
|
|
|
background:rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu:after {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -15px;
|
|
|
|
display: block;
|
|
|
|
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
|
|
|
|
content: ' ';
|
|
|
|
right: 0;
|
|
|
|
height: 53px;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 60px;
|
|
|
|
clear: none;
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
.ui.menu.new-menu a.item:last-child {
|
|
|
|
padding-right: 30px !important;
|
|
|
|
}
|
|
|
|
}
|
2017-08-17 07:01:34 +05:30
|
|
|
|
|
|
|
[v-cloak] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repos-search {
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repos-filter {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
border-bottom-width: 0 !important;
|
|
|
|
margin-bottom: 2px !important;
|
|
|
|
}
|