2015-03-20 01:20:05 -06:00
|
|
|
@footer-margin: 40px;
|
2015-12-07 13:20:54 -07:00
|
|
|
|
2015-03-20 01:20:05 -06:00
|
|
|
body {
|
2016-03-11 16:49:24 -07:00
|
|
|
font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
|
2016-02-14 16:09:33 -07:00
|
|
|
background-color: #fff;
|
2016-01-04 11:38:10 -07:00
|
|
|
overflow-y: scroll;
|
2015-07-23 14:50:05 -06:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
border-radius: 3px;
|
2015-03-07 13:12:13 -07:00
|
|
|
}
|
2016-01-31 09:19:02 -07:00
|
|
|
pre, code {
|
2015-08-27 09:06:14 -06:00
|
|
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
|
|
&.raw {
|
2015-12-07 13:20:54 -07:00
|
|
|
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 09:06:14 -06:00
|
|
|
}
|
2015-12-26 04:26:26 -07:00
|
|
|
&.wrap {
|
|
|
|
white-space: pre-wrap; /* CSS 3 */
|
2016-01-02 15:13:47 -07:00
|
|
|
// 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 04:26:26 -07:00
|
|
|
}
|
2015-08-27 09:06:14 -06:00
|
|
|
}
|
2016-04-19 14:35:36 -06:00
|
|
|
.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-07 13:12:13 -07:00
|
|
|
.full.height {
|
|
|
|
padding: 0;
|
2015-12-07 13:20:54 -07:00
|
|
|
margin: 0 0 -@footer-margin*2 0;
|
|
|
|
min-height: 100%;
|
2015-03-07 13:12:13 -07:00
|
|
|
}
|
|
|
|
.following.bar {
|
|
|
|
z-index: 900;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
&.light {
|
2015-07-23 14:50:05 -06:00
|
|
|
background-color: white;
|
2015-03-07 13:12:13 -07:00
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
|
|
|
|
}
|
|
|
|
.column .menu {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-08-10 08:38:21 -06:00
|
|
|
.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-07 13:12:13 -07:00
|
|
|
}
|
2015-08-12 04:12:06 -06:00
|
|
|
.top.menu .menu {
|
|
|
|
z-index: 900;
|
|
|
|
}
|
2015-07-23 14:50:05 -06:00
|
|
|
.head.link.item {
|
2015-11-13 10:05:48 -07:00
|
|
|
padding-right: 0 !important;
|
2015-07-23 14:50:05 -06:00
|
|
|
.dropdown.icon,
|
|
|
|
.menu .octicon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-10 08:38:21 -06:00
|
|
|
.avatar > .ui.image {
|
|
|
|
margin-right: 0;
|
2015-07-23 14:50:05 -06:00
|
|
|
}
|
2015-03-07 13:12:13 -07:00
|
|
|
.searchbox {
|
2015-12-07 13:20:54 -07:00
|
|
|
background-color: rgb(244, 244, 244) !important;
|
|
|
|
&:focus {
|
|
|
|
background-color: rgb(233, 233, 233) !important;
|
|
|
|
}
|
2015-03-07 13:12:13 -07:00
|
|
|
}
|
2015-09-07 13:03:31 -06:00
|
|
|
.text .octicon {
|
2015-12-07 13:20:54 -07:00
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.right.menu {
|
|
|
|
.menu {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
2015-09-07 13:03:31 -06:00
|
|
|
.dropdown .menu {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-12-07 13:20:54 -07:00
|
|
|
}
|
2015-07-23 14:50:05 -06:00
|
|
|
}
|
2015-11-13 10:05:48 -07:00
|
|
|
|
2015-07-23 14:50:05 -06:00
|
|
|
.ui {
|
|
|
|
&.left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-08-08 03:10:34 -06:00
|
|
|
|
2016-01-27 15:52:42 -07:00
|
|
|
&.container {
|
|
|
|
&.fluid {
|
|
|
|
&.padded {
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-05 16:08:42 -07:00
|
|
|
&.form {
|
|
|
|
.ui.button {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-08 03:10:34 -06:00
|
|
|
.text {
|
|
|
|
&.red {
|
2015-11-13 10:05:48 -07:00
|
|
|
color: #d95c5c !important;
|
2015-12-07 13:20:54 -07:00
|
|
|
a {
|
|
|
|
color: #d95c5c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #E67777 !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-08 03:10:34 -06:00
|
|
|
}
|
2015-08-15 02:03:20 -06:00
|
|
|
&.blue {
|
2015-11-13 10:05:48 -07:00
|
|
|
color: #428bca !important;
|
2015-12-07 13:20:54 -07:00
|
|
|
a {
|
|
|
|
color: #15c !important;
|
|
|
|
&:hover {
|
|
|
|
color: #428bca !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-15 02:03:20 -06:00
|
|
|
}
|
2015-11-14 02:34:01 -07:00
|
|
|
&.black {
|
|
|
|
color: #444;
|
|
|
|
&:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
2015-08-13 09:21:43 -06:00
|
|
|
&.grey {
|
2015-12-07 13:20:54 -07:00
|
|
|
color: #767676 !important;
|
|
|
|
a {
|
|
|
|
color: #444 !important;
|
|
|
|
&:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
}
|
2015-08-13 09:21:43 -06:00
|
|
|
}
|
2015-11-13 10:05:48 -07:00
|
|
|
&.light.grey {
|
|
|
|
color: #888 !important;
|
|
|
|
}
|
2015-08-26 04:03:30 -06:00
|
|
|
&.green {
|
2015-11-13 10:05:48 -07:00
|
|
|
color: #6cc644 !important;
|
2015-08-26 04:03:30 -06:00
|
|
|
}
|
2015-09-02 07:26:56 -06:00
|
|
|
&.purple {
|
2015-11-13 10:05:48 -07:00
|
|
|
color: #6e5494 !important;
|
2015-09-02 07:26:56 -06:00
|
|
|
}
|
2015-10-24 01:36:47 -06:00
|
|
|
&.yellow {
|
2015-11-13 10:05:48 -07:00
|
|
|
color: #FBBD08 !important;
|
2015-10-24 01:36:47 -06:00
|
|
|
}
|
2015-11-16 09:11:59 -07:00
|
|
|
&.gold {
|
|
|
|
color: #a1882b !important;
|
|
|
|
}
|
2015-09-02 07:26:56 -06:00
|
|
|
|
2015-08-26 04:03:30 -06:00
|
|
|
&.left {
|
2015-11-13 10:05:48 -07:00
|
|
|
text-align: left !important;
|
2015-08-26 04:03:30 -06:00
|
|
|
}
|
2015-08-09 11:04:23 -06:00
|
|
|
&.right {
|
2015-11-13 10:05:48 -07:00
|
|
|
text-align: right !important;
|
2015-08-09 11:04:23 -06:00
|
|
|
}
|
2015-08-12 04:12:06 -06:00
|
|
|
&.small {
|
|
|
|
font-size: 0.75em;
|
|
|
|
}
|
2015-11-14 02:34:01 -07:00
|
|
|
&.normal {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-11-13 10:05:48 -07:00
|
|
|
&.bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
&.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2015-08-20 06:18:49 -06:00
|
|
|
|
|
|
|
&.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-26 07:45:51 -06:00
|
|
|
|
|
|
|
&.thin {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-27 09:06:14 -06:00
|
|
|
|
|
|
|
&.middle {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-08-08 03:10:34 -06:00
|
|
|
}
|
2015-08-09 08:45:38 -06:00
|
|
|
|
|
|
|
.message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-08-12 04:12:06 -06:00
|
|
|
|
|
|
|
.header > i + .content {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-08-18 12:49:44 -06:00
|
|
|
.warning {
|
|
|
|
&.header {
|
2015-11-13 10:05:48 -07:00
|
|
|
background-color: #F9EDBE !important;
|
2015-12-07 13:20:54 -07:00
|
|
|
border-color: #F0C36D;
|
2015-08-18 12:49:44 -06:00
|
|
|
}
|
|
|
|
&.segment {
|
2015-12-07 13:20:54 -07:00
|
|
|
border-color: #F0C36D;
|
2015-08-18 12:49:44 -06:00
|
|
|
}
|
|
|
|
}
|
2015-08-20 10:18:30 -06:00
|
|
|
.info {
|
|
|
|
&.segment {
|
2015-12-12 19:58:54 -07:00
|
|
|
border: 1px solid #c5d5dd;
|
2015-12-06 16:18:12 -07:00
|
|
|
&.top {
|
2015-12-12 19:58:54 -07:00
|
|
|
background-color: #e6f1f6 !important;
|
2015-12-06 16:18:12 -07:00
|
|
|
h3, h4 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
h3:last-child {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
> :last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-08-20 10:18:30 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal.header {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-14 10:42:43 -06:00
|
|
|
|
|
|
|
.avatar.image {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2015-08-15 04:16:39 -06:00
|
|
|
|
|
|
|
.form {
|
|
|
|
.fake {
|
2015-11-13 10:05:48 -07:00
|
|
|
display: none !important;
|
2015-08-15 04:16:39 -06:00
|
|
|
}
|
2015-12-04 19:30:33 -07:00
|
|
|
|
|
|
|
.sub.field {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
2015-08-15 04:16:39 -06:00
|
|
|
}
|
2015-09-07 13:22:52 -06:00
|
|
|
|
2015-11-30 15:57:07 -07:00
|
|
|
.sha.label {
|
|
|
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
2015-11-30 15:59:23 -07:00
|
|
|
font-size: 13px;
|
2015-11-30 15:57:07 -07:00
|
|
|
padding: 6px 10px 4px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
|
2015-09-07 13:22:52 -06:00
|
|
|
&.status.buttons {
|
|
|
|
.octicon {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
2016-03-05 16:08:42 -07:00
|
|
|
|
|
|
|
&.inline.delete-button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-03-07 13:12:13 -07:00
|
|
|
}
|
2015-08-12 04:12:06 -06:00
|
|
|
|
2015-08-25 22:39:32 -06:00
|
|
|
.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 10:05:48 -07:00
|
|
|
padding: .71428571em 1.14285714em !important;
|
2015-08-25 22:39:32 -06:00
|
|
|
font-size: 1rem;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: 400;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
&.active {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
&:hover {
|
2015-12-07 13:20:54 -07:00
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
color: rgba(0,0,0,.8);
|
|
|
|
z-index: 13;
|
2015-08-25 22:39:32 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-31 02:10:28 -06:00
|
|
|
.scrolling.menu {
|
|
|
|
.item.selected {
|
2015-12-07 13:20:54 -07:00
|
|
|
font-weight: 700 !important;
|
2015-08-31 02:10:28 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-07 13:12:13 -07:00
|
|
|
footer {
|
2015-11-13 10:05:48 -07:00
|
|
|
margin-top: @footer-margin+14px !important;
|
2015-08-09 08:45:38 -06:00
|
|
|
height: @footer-margin;
|
2015-03-07 13:12:13 -07:00
|
|
|
background-color: white;
|
|
|
|
border-top: 1px solid #d6d6d6;
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
color: #888888;
|
2015-08-09 08:45:38 -06:00
|
|
|
.container {
|
|
|
|
padding-top: 10px;
|
|
|
|
.fa {
|
|
|
|
width: 16px;
|
2015-12-07 13:20:54 -07:00
|
|
|
text-align: center;
|
|
|
|
color: #428bca;
|
2015-08-09 08:45:38 -06:00
|
|
|
}
|
|
|
|
.links >* {
|
|
|
|
border-left: 1px solid #d6d6d6;
|
|
|
|
padding-left: 8px;
|
|
|
|
margin-left: 5px;
|
|
|
|
&:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
2015-03-07 13:12:13 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-07-07 11:09:03 -06:00
|
|
|
|
|
|
|
.hide {
|
2015-08-10 04:57:57 -06:00
|
|
|
display: none;
|
2015-07-07 11:09:03 -06:00
|
|
|
}
|
2015-07-08 05:47:56 -06:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-03-07 13:12:13 -07:00
|
|
|
.generate-img(16);
|
|
|
|
.generate-img(@n, @i: 1) when (@i =< @n) {
|
2015-12-07 13:20:54 -07:00
|
|
|
.img-@{i} {
|
|
|
|
width: (2px * @i) !important;
|
|
|
|
height: (2px * @i) !important;
|
|
|
|
}
|
|
|
|
.generate-img(@n, (@i + 1));
|
2015-03-20 01:20:05 -06:00
|
|
|
}
|
|
|
|
|
2015-12-02 18:18:38 -07:00
|
|
|
// ensure Semantic UI .icon font family and 14px size does not apply to .icon.octicon
|
2015-08-12 04:12:06 -06:00
|
|
|
.octicon.icon,
|
|
|
|
.mega-octicon.icon {
|
2015-08-10 08:38:21 -06:00
|
|
|
font-family: octicons;
|
2015-12-02 18:18:38 -07:00
|
|
|
font-size: 16px;
|
2015-11-13 10:05:48 -07:00
|
|
|
opacity: 1 !important;
|
2015-08-10 08:38:21 -06:00
|
|
|
}
|
|
|
|
|
2015-03-20 01:20:05 -06:00
|
|
|
// Accessibility
|
|
|
|
.sr-only {
|
2015-12-07 13:20:54 -07:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
2015-03-20 01:20:05 -06:00
|
|
|
}
|
|
|
|
.sr-only-focusable:active,
|
|
|
|
.sr-only-focusable:focus {
|
2015-12-07 13:20:54 -07:00
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
2015-08-25 12:05:08 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 991px) and (min-width: 768px) {
|
|
|
|
.ui.container {
|
2015-08-25 22:26:01 -06:00
|
|
|
width: 95%;
|
2015-08-25 12:05:08 -06:00
|
|
|
}
|
2015-12-07 13:20:54 -07:00
|
|
|
}
|
2016-01-31 09:19:02 -07:00
|
|
|
|
|
|
|
/* Overrides some styles of the Highlight.js plugin */
|
|
|
|
.hljs {
|
|
|
|
background: inherit !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|