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 {
|
2018-03-04 12:17:46 +05:30
|
|
|
font-family: "Lato", "Segoe UI", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
|
2017-10-27 10:00:54 +05:30
|
|
|
background-color: #fff;
|
|
|
|
overflow-y: scroll;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
|
|
|
img {
|
2017-10-27 10:00:54 +05:30
|
|
|
border-radius: 3px;
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2018-09-09 23:41:49 +05:30
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2017-12-14 23:56:59 +05:30
|
|
|
.rounded {
|
|
|
|
border-radius: .28571429rem !important;
|
|
|
|
}
|
2016-01-31 21:49:02 +05:30
|
|
|
pre, code {
|
2017-10-27 10:00:54 +05:30
|
|
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
|
|
&.raw {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
&.wrap {
|
|
|
|
white-space: pre-wrap; /* CSS 3 */
|
|
|
|
// white-space: -moz-normal; /* Mozilla, since 1999 */
|
|
|
|
// white-space: -normal; /* Opera 4-6 */
|
|
|
|
// white-space: -o-normal; /* Opera 7 */
|
|
|
|
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
word-break: break-all;
|
|
|
|
|
|
|
|
/* These are technically the same, but use both */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2015-08-27 20:36:14 +05:30
|
|
|
}
|
2016-04-20 02:05:36 +05:30
|
|
|
.dont-break-out {
|
2017-10-27 10:00:54 +05:30
|
|
|
/* These are technically the same, but use both */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
word-break: break-all;
|
|
|
|
|
|
|
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
hyphens: auto;
|
2016-04-20 02:05:36 +05:30
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
.full.height {
|
2017-10-27 10:00:54 +05:30
|
|
|
padding: 0;
|
2018-04-16 09:34:36 +05:30
|
|
|
margin: 0 0 -@footer-margin 0;
|
2017-10-27 10:00:54 +05:30
|
|
|
min-height: 100%;
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
|
|
|
.following.bar {
|
2017-10-27 10:00:54 +05:30
|
|
|
z-index: 900;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2017-12-31 06:17:52 +05:30
|
|
|
margin: 0;
|
2017-10-27 10:00:54 +05:30
|
|
|
&.light {
|
|
|
|
background-color: white;
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
|
|
|
|
}
|
|
|
|
.column .menu {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.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);
|
|
|
|
}
|
|
|
|
.top.menu .menu {
|
|
|
|
z-index: 900;
|
|
|
|
}
|
|
|
|
.octicon {
|
2017-12-31 06:17:52 +05:30
|
|
|
&.fitted {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
margin-right: .75em;
|
2017-10-27 10:00:54 +05:30
|
|
|
}
|
|
|
|
.searchbox {
|
|
|
|
background-color: rgb(244, 244, 244) !important;
|
|
|
|
&:focus {
|
|
|
|
background-color: rgb(233, 233, 233) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.text .octicon {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-12-31 06:17:52 +05:30
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
#navbar:not(.shown) > *:not(:first-child) {
|
|
|
|
display: none;
|
2017-10-27 10:00:54 +05:30
|
|
|
}
|
|
|
|
}
|
2015-07-24 02:20:05 +05:30
|
|
|
}
|
2015-11-13 22:35:48 +05:30
|
|
|
|
2017-12-31 06:17:52 +05:30
|
|
|
.right.stackable.menu {
|
|
|
|
// responsive fix: this makes sure that the right menu when the page
|
|
|
|
// is on mobile view will have elements stacked on top of each other.
|
|
|
|
// no, stackable won't work on right menus.
|
|
|
|
margin-left: auto;
|
|
|
|
display: flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
-ms-flex-align: inherit;
|
|
|
|
align-items: inherit;
|
|
|
|
-ms-flex-direction: inherit;
|
|
|
|
flex-direction: inherit;
|
|
|
|
}
|
|
|
|
|
2015-07-24 02:20:05 +05:30
|
|
|
.ui {
|
2017-10-27 10:00:54 +05:30
|
|
|
&.left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.button, &.menu .item {
|
|
|
|
-moz-user-select: auto;
|
|
|
|
-ms-user-select: auto;
|
|
|
|
-webkit-user-select: auto;
|
|
|
|
user-select: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.container {
|
|
|
|
&.fluid {
|
|
|
|
&.padded {
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.form {
|
|
|
|
.ui.button {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-11 08:58:26 +05:30
|
|
|
&.floating.label {
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
2018-09-07 08:02:46 +05:30
|
|
|
&.transparent.label {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2017-12-05 12:01:33 +05:30
|
|
|
&.menu,
|
|
|
|
&.vertical.menu,
|
|
|
|
&.segment {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2017-12-07 06:56:12 +05:30
|
|
|
/* Overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
|
|
|
|
/* This fixes the commit graph button on the commits page */
|
|
|
|
.menu:not(.vertical) .item > .button.compact {
|
|
|
|
padding: .58928571em 1.125em;
|
|
|
|
}
|
|
|
|
.menu:not(.vertical) .item > .button.small {
|
|
|
|
font-size: .92857143rem;
|
2017-12-05 12:01:33 +05:30
|
|
|
}
|
2017-12-03 04:46:35 +05:30
|
|
|
|
2018-05-11 08:58:26 +05:30
|
|
|
&.dropdown .menu>.item>.floating.label {
|
|
|
|
z-index: 11;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.dropdown .menu .menu>.item>.floating.label {
|
|
|
|
z-index: 21;
|
|
|
|
}
|
|
|
|
|
2017-10-27 10:00:54 +05:30
|
|
|
.text {
|
|
|
|
&.red {
|
|
|
|
color: #d95c5c !important;
|
|
|
|
a {
|
|
|
|
color: #d95c5c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #E67777 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.blue {
|
|
|
|
color: #428bca !important;
|
|
|
|
a {
|
|
|
|
color: #15c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #428bca !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.black {
|
|
|
|
color: #444;
|
|
|
|
&:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.grey {
|
|
|
|
color: #767676 !important;
|
|
|
|
a {
|
|
|
|
color: #444 !important;
|
|
|
|
&:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.light.grey {
|
|
|
|
color: #888 !important;
|
|
|
|
}
|
|
|
|
&.green {
|
|
|
|
color: #6cc644 !important;
|
|
|
|
}
|
|
|
|
&.purple {
|
|
|
|
color: #6e5494 !important;
|
|
|
|
}
|
|
|
|
&.yellow {
|
|
|
|
color: #FBBD08 !important;
|
|
|
|
}
|
|
|
|
&.gold {
|
|
|
|
color: #a1882b !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
&.small {
|
|
|
|
font-size: 0.75em;
|
|
|
|
}
|
|
|
|
&.normal {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
&.bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
&.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.thin {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.middle {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-01-30 04:41:53 +05:30
|
|
|
&.bottom.attached.message {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
color: black;
|
|
|
|
.pull-right {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
&>span, .pull-right>span{
|
|
|
|
color:#21ba45;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-27 10:00:54 +05:30
|
|
|
.header > i + .content {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
&.header {
|
|
|
|
background-color: #F9EDBE !important;
|
|
|
|
border-color: #F0C36D;
|
|
|
|
}
|
|
|
|
&.segment {
|
|
|
|
border-color: #F0C36D;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.info {
|
|
|
|
&.segment {
|
|
|
|
border: 1px solid #c5d5dd;
|
|
|
|
&.top {
|
|
|
|
background-color: #e6f1f6 !important;
|
|
|
|
h3, h4 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
h3:last-child {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
> :last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal.header {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar.image {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
.fake {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub.field {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sha.label {
|
|
|
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 6px 10px 4px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.status.buttons {
|
|
|
|
.octicon {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.inline.delete-button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.background {
|
|
|
|
&.red {
|
|
|
|
background-color: #d95c5c !important;
|
|
|
|
}
|
|
|
|
&.blue {
|
|
|
|
background-color: #428bca !important;
|
|
|
|
}
|
|
|
|
&.black {
|
|
|
|
background-color: #444;
|
|
|
|
}
|
|
|
|
&.grey {
|
|
|
|
background-color: #767676 !important;
|
|
|
|
}
|
|
|
|
&.light.grey {
|
|
|
|
background-color: #888 !important;
|
|
|
|
}
|
|
|
|
&.green {
|
|
|
|
background-color: #6cc644 !important;
|
|
|
|
}
|
|
|
|
&.purple {
|
|
|
|
background-color: #6e5494 !important;
|
|
|
|
}
|
|
|
|
&.yellow {
|
|
|
|
background-color: #FBBD08 !important;
|
|
|
|
}
|
|
|
|
&.gold {
|
|
|
|
background-color: #a1882b !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.branch-tag-choice {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2015-03-08 01:42:13 +05:30
|
|
|
}
|
2015-08-12 15:42:06 +05:30
|
|
|
|
2018-08-06 10:13:22 +05:30
|
|
|
.file-comment {
|
|
|
|
font: 12px Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
|
|
|
color: rgba(0,0,0,.87);
|
2017-10-15 04:47:39 +05:30
|
|
|
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
2017-10-15 04:47:39 +05:30
|
|
|
|
2015-08-26 10:09:32 +05:30
|
|
|
.overflow.menu {
|
2017-10-27 10:00:54 +05:30
|
|
|
.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);
|
|
|
|
padding: .71428571em 1.14285714em !important;
|
|
|
|
font-size: 1rem;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: 400;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
&.active {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
color: rgba(0,0,0,.8);
|
|
|
|
z-index: 13;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-26 10:09:32 +05:30
|
|
|
}
|
|
|
|
|
2018-09-28 02:28:38 +05:30
|
|
|
.user-menu > .item {
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
|
2015-08-31 13:40:28 +05:30
|
|
|
.scrolling.menu {
|
2017-10-27 10:00:54 +05:30
|
|
|
.item.selected {
|
|
|
|
font-weight: 700 !important;
|
|
|
|
}
|
2015-08-31 13:40:28 +05:30
|
|
|
}
|
|
|
|
|
2015-03-08 01:42:13 +05:30
|
|
|
footer {
|
2017-10-27 10:00:54 +05:30
|
|
|
height: @footer-margin;
|
|
|
|
background-color: white;
|
|
|
|
border-top: 1px solid #d6d6d6;
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
color: #888888;
|
|
|
|
.container {
|
|
|
|
padding-top: 10px;
|
|
|
|
.fa {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
.links >* {
|
|
|
|
border-left: 1px solid #d6d6d6;
|
|
|
|
padding-left: 8px;
|
|
|
|
margin-left: 5px;
|
|
|
|
&:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2017-10-27 10:00:54 +05:30
|
|
|
display: none;
|
2018-08-06 10:13:22 +05:30
|
|
|
&.show-outdated {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
&.hide-outdated {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2015-07-07 22:39:03 +05:30
|
|
|
}
|
2015-07-08 17:17:56 +05:30
|
|
|
.center {
|
2017-10-27 10:00:54 +05:30
|
|
|
text-align: center;
|
2015-07-08 17:17:56 +05:30
|
|
|
}
|
|
|
|
|
2015-03-08 01:42:13 +05:30
|
|
|
.generate-img(16);
|
|
|
|
.generate-img(@n, @i: 1) when (@i =< @n) {
|
2017-10-27 10:00: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
|
|
|
}
|
|
|
|
|
2017-12-31 06:17:52 +05:30
|
|
|
// Conditional display
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.mobile-only, .ui.button.mobile-only {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
// has the same behaviour of sr-only, hiding the content for
|
|
|
|
// non-screenreaders, but is shown on mobile devices.
|
|
|
|
.sr-mobile-only {
|
|
|
|
.sr-only();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
.not-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-20 12:50:05 +05:30
|
|
|
// Accessibility
|
|
|
|
.sr-only {
|
2017-10-27 10:00: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 {
|
2017-10-27 10:00: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) {
|
2017-10-27 10:00:54 +05:30
|
|
|
.ui.container {
|
|
|
|
width: 95%;
|
|
|
|
}
|
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 {
|
2017-10-27 10:00:54 +05:30
|
|
|
background: inherit !important;
|
|
|
|
padding: 0 !important;
|
2016-01-31 21:49:02 +05:30
|
|
|
}
|
2017-03-16 04:09:38 +05:30
|
|
|
|
|
|
|
.ui.menu.new-menu {
|
2017-10-27 10:00:54 +05:30
|
|
|
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-03-16 04:09:38 +05:30
|
|
|
}
|
2017-05-24 11:30:40 +05:30
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
2017-10-27 10:00:54 +05:30
|
|
|
.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-05-24 11:30:40 +05:30
|
|
|
}
|
2017-08-17 07:01:34 +05:30
|
|
|
|
|
|
|
[v-cloak] {
|
2017-10-27 10:00:54 +05:30
|
|
|
display: none !important;
|
2017-08-17 07:01:34 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repos-search {
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repos-filter {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
border-bottom-width: 0 !important;
|
|
|
|
margin-bottom: 2px !important;
|
2017-10-15 04:47:39 +05:30
|
|
|
}
|
2018-10-23 08:27:42 +05:30
|
|
|
|
|
|
|
#user-heatmap{
|
|
|
|
width: 107%; // Fixes newest contributions not showing
|
|
|
|
text-align: center;
|
|
|
|
margin: 40px 0 30px;
|
|
|
|
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: inherit;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
& {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-11-27 15:06:54 +05:30
|
|
|
|
|
|
|
.heatmap-color-0 {
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-1 {
|
|
|
|
background-color: #d7e5db;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-2 {
|
|
|
|
background-color: #adc7ab;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-3 {
|
|
|
|
background-color: #83a87b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-4 {
|
|
|
|
background-color: #598a4b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-5 {
|
|
|
|
background-color: #2f6b1b;
|
|
|
|
}
|
2019-01-24 00:28:38 +05:30
|
|
|
|
|
|
|
.archived-icon{
|
|
|
|
color: lighten(#000, 70%) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archived-icon{
|
|
|
|
color: lighten(#000, 70%) !important;
|
|
|
|
}
|