Files
Atay-Makhzan/web_src/less/_base.less
T

2017 lines
38 KiB
Plaintext
Raw Normal View History

:root {
/* documented customizable variables */
--fonts-proportional: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla";
/* other variables */
--fonts-regular: var(--fonts-proportional), var(--fonts-emoji);
2020-10-24 21:15:29 +02:00
--border-radius: .28571429rem;
--opacity-disabled: .55;
2020-10-31 04:52:10 +01:00
--color-primary: #4183c4;
--color-primary-dark-1: #3876b3;
--color-primary-dark-2: #31699f;
--color-primary-dark-3: #2b5c8b;
--color-primary-dark-4: #254f77;
--color-primary-dark-5: #193450;
--color-primary-dark-6: #0c1a28;
--color-primary-dark-7: #04080c;
--color-primary-light-1: #548fca;
--color-primary-light-2: #679cd0;
--color-primary-light-3: #7aa8d6;
--color-primary-light-4: #8db5dc;
--color-primary-light-5: #b3cde7;
--color-primary-light-6: #d9e6f3;
--color-primary-light-7: #f4f8fb;
2020-10-31 13:17:32 +01:00
--color-primary-alpha-10: #4183c419;
--color-primary-alpha-20: #4183c433;
--color-primary-alpha-30: #4183c44b;
--color-primary-alpha-40: #4183c466;
--color-primary-alpha-50: #4183c480;
--color-primary-alpha-60: #4183c499;
--color-primary-alpha-70: #4183c4b3;
--color-primary-alpha-80: #4183c4cc;
--color-primary-alpha-90: #4183c4e1;
2020-11-07 22:04:40 +01:00
--color-secondary: #dedede;
--color-secondary-dark-1: #cecece;
--color-secondary-dark-2: #bfbfbf;
--color-secondary-dark-3: #a0a0a0;
--color-secondary-dark-4: #909090;
--color-secondary-dark-5: #818181;
--color-secondary-dark-6: #717171;
--color-secondary-dark-7: #626262;
--color-secondary-dark-7: #525252;
--color-secondary-dark-8: #434343;
--color-secondary-dark-8: #333333;
--color-secondary-dark-9: #242424;
--color-secondary-dark-10: #141414;
--color-secondary-dark-11: #040404;
--color-secondary-light-1: #e5e5e5;
--color-secondary-light-2: #ebebeb;
--color-secondary-light-3: #f2f2f2;
--color-secondary-light-4: #f8f8f8;
--color-secondary-alpha-10: #dedede19;
--color-secondary-alpha-20: #dedede33;
--color-secondary-alpha-30: #dedede4b;
--color-secondary-alpha-40: #dedede66;
--color-secondary-alpha-50: #dedede80;
--color-secondary-alpha-60: #dedede99;
--color-secondary-alpha-70: #dededeb3;
--color-secondary-alpha-80: #dededecc;
--color-secondary-alpha-90: #dededee1;
/* colors */
--color-red: #db2828;
--color-orange: #f2711c;
--color-yellow: #fbbd08;
--color-olive: #b5cc18;
--color-green: #21ba45;
--color-teal: #00b5ad;
--color-blue: #2185d0;
--color-violet: #6435c9;
--color-purple: #a333c8;
--color-pink: #e03997;
--color-brown: #a5673f;
2020-12-04 12:18:37 +01:00
--color-grey: #888888;
--color-black: #1b1c1d;
--color-gold: #a1882b;
--color-white: #ffffff;
--color-diff-removed-word-bg: #fdb8c0;
--color-diff-added-word-bg: #acf2bd;
--color-diff-removed-row-bg: #ffeef0;
--color-diff-added-row-bg: #e6ffed;
--color-diff-removed-row-border: #f1c0c0;
--color-diff-added-row-border: #e6ffed;
--color-diff-inactive: #f2f2f2;
/* target-based colors */
2020-11-08 17:29:18 +01:00
--color-body: #ffffff;
--color-text-dark: #080808;
2020-11-08 17:29:18 +01:00
--color-text: #212121;
2020-11-29 16:52:11 +01:00
--color-text-light: #555555;
2020-12-20 19:00:03 +01:00
--color-text-light-2: #808080;
--color-text-light-3: #a0a0a0;
2020-11-08 17:29:18 +01:00
--color-box-header: #f7f7f7;
--color-box-body: #ffffff;
--color-footer: #ffffff;
2020-11-08 17:29:18 +01:00
--color-timeline: #ececec;
2020-11-12 16:59:33 +01:00
--color-input-text: #212121;
--color-input-background: #ffffff;
--color-input-border: #dedede;
--color-input-border-hover: #cecece;
2020-11-26 20:33:28 +01:00
--color-navbar: #f8f8f8;
--color-light: #00000004;
--color-light-border: #0000001d;
--color-hover: #0000000d;
--color-active: #00000012;
--color-menu: #ffffff;
--color-card: #ffffff;
2020-11-29 16:52:11 +01:00
--color-markdown-table-row: #00000008;
--color-markdown-code-block: #00000008;
2020-11-29 16:52:11 +01:00
--color-button: #ffffff;
2020-12-04 12:18:37 +01:00
--color-code-bg: #ffffff;
--color-markdown-code-block: #00000010;
--color-secondary-bg: #f4f4f4;
2020-12-20 19:00:03 +01:00
--color-expand-button: #d8efff;
2020-12-15 08:00:41 +01:00
/* backgrounds */
--checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>');
--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>');
}
:root:lang(ja) {
--fonts-proportional: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Source Han Sans JP", "Noto Sans CJK JP", "Droid Sans Japanese", "Meiryo", "MS PGothic";
}
:root:lang(zh-CN) {
--fonts-proportional: "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", "Heiti SC", "SimHei";
}
:root:lang(zh-TW) {
--fonts-proportional: "PingFang TC", "Hiragino Sans TC", "Source Han Sans TW", "Source Han Sans TC", "Noto Sans CJK TC", "Microsoft JhengHei", "Heiti TC", "PMingLiU";
}
:root:lang(zh-HK) {
--fonts-proportional: "PingFang HK", "Hiragino Sans TC", "Source Han Sans HK", "Source Han Sans TC", "Noto Sans CJK TC", "Microsoft JhengHei", "Heiti TC", "PMingLiU_HKSCS", "PMingLiU";
}
:root:lang(ko) {
--fonts-proportional: "Apple SD Gothic Neo", "NanumBarunGothic", "Malgun Gothic", "Gulim", "Dotum", "Nanum Gothic", "Source Han Sans KR", "Noto Sans CJK KR";
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
2020-08-25 21:48:53 +02:00
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: 500;
}
textarea {
font-family: var(--fonts-regular);
}
2020-12-18 21:00:07 +01:00
pre,
code,
kbd,
samp {
font-size: .9em; /* compensate for monospace fonts being usually slighty larger */
font-family: var(--fonts-monospace);
}
b,
2020-12-05 12:00:36 +01:00
strong,
2020-11-25 12:20:40 +01:00
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
}
2015-03-20 03:20:05 -04:00
body {
2020-12-20 19:00:03 +01:00
color: var(--color-text);
2020-10-31 04:52:10 +01:00
background-color: var(--color-body);
2020-08-25 21:48:53 +02:00
overflow-y: auto;
display: flex;
flex-direction: column;
2020-12-30 00:48:28 +01:00
overflow-wrap: break-word;
2015-07-24 04:50:05 +08:00
}
2015-07-24 04:50:05 +08:00
img {
2020-08-25 21:48:53 +02:00
border-radius: 3px;
2015-03-07 15:12:13 -05:00
}
2019-05-13 08:26:32 +02:00
2018-09-09 20:11:49 +02:00
table {
2020-08-25 21:48:53 +02:00
border-collapse: collapse;
2018-09-09 20:11:49 +02:00
}
2019-05-13 08:26:32 +02:00
2020-10-31 04:52:10 +01:00
/* firefox scroll bars */
* {
scrollbar-width: thin;
scrollbar-color: var(--color-primary) transparent;
}
/* webkit scrollbars */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 0 6px var(--color-primary);
border: 2px solid transparent;
border-radius: 5px !important;
}
::-webkit-scrollbar-thumb:window-inactive {
box-shadow: inset 0 0 0 6px var(--color-primary);
}
::-webkit-scrollbar-thumb:hover {
box-shadow: inset 0 0 0 6px var(--color-primary-dark-2);
}
2020-11-26 20:33:28 +01:00
::-webkit-scrollbar-corner {
background: transparent;
}
2020-10-31 04:52:10 +01:00
::selection,
.CodeMirror-selected {
background: var(--color-primary-light-1) !important;
color: #fff !important;
}
2020-11-05 02:51:17 +01:00
::placeholder,
.CodeMirror-placeholder {
color: #aaa !important;
opacity: 1 !important;
}
2020-10-31 04:52:10 +01:00
a,
.ui.breadcrumb a {
color: var(--color-primary);
2020-08-25 21:48:53 +02:00
cursor: pointer;
2019-02-05 22:59:26 +01:00
}
2019-05-13 08:26:32 +02:00
a.muted {
color: inherit;
}
2020-10-31 04:52:10 +01:00
a:hover,
a.muted:hover,
2020-10-31 04:52:10 +01:00
.ui.breadcrumb a:hover {
color: var(--color-primary-dark-2);
}
2020-11-29 16:52:11 +01:00
.ui.breadcrumb .divider {
color: var(--color-text-light-2);
}
.page-content {
margin-top: 15px;
}
.page-content .header-wrapper,
.page-content .new-menu {
margin-top: -15px !important;
padding-top: 15px !important;
}
2020-11-07 22:04:40 +01:00
.ui.input.focus > input,
.ui.input > input:focus {
border-color: var(--color-primary);
}
2020-12-04 12:18:37 +01:00
.CodeMirror-focused {
border-color: var(--color-primary) !important;
}
2020-11-07 22:04:40 +01:00
.ui.action.input:not([class*="left action"]) > input:focus {
border-right-color: var(--color-primary);
}
.ui.menu,
.ui.vertical.menu {
background: var(--color-menu);
border-color: var(--color-secondary);
}
.ui.menu .item {
color: var(--color-text);
2021-02-14 11:49:22 -05:00
> .svg {
2021-02-14 11:49:22 -05:00
margin-right: .35em;
}
}
.ui.menu .item > .label {
background: var(--color-grey);
}
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.menu .active.item,
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item,
.ui.vertical.menu .active.item:hover {
color: var(--color-text);
background: var(--color-active);
}
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
color: var(--color-text);
background: none;
}
2020-12-04 12:18:37 +01:00
.ui.ui.menu .item.disabled {
2020-12-20 19:00:03 +01:00
color: var(--color-text-light-3);
}
/* slightly more contrast for filters on issue list */
.ui.ui.menu .dropdown.item.disabled {
2020-12-04 12:18:37 +01:00
color: var(--color-text-light-2);
}
.ui.dropdown .menu {
background: var(--color-menu);
border-color: var(--color-secondary);
}
.ui.dropdown .menu > .header:not(.ui) {
color: var(--color-text);
}
.ui.dropdown .menu > .item {
color: var(--color-text);
}
.ui.dropdown .menu > .item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.dropdown .menu .active.item {
2020-12-04 12:18:37 +01:00
color: var(--color-text);
background: var(--color-active);
font-weight: normal;
}
2020-12-09 01:12:15 +01:00
/* fix misaligned images in webhook dropdown */
.ui.dropdown .menu > .item > img {
margin-top: -.25rem;
margin-bottom: -.25rem;
}
.ui.selection.dropdown .menu > .item {
border-color: var(--color-secondary);
}
.ui.selection.visible.dropdown > .text:not(.default) {
color: var(--color-text);
}
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
color: var(--color-text);
background: var(--color-hover);
}
.ui.menu .ui.dropdown .menu > .selected.item {
color: var(--color-text) !important;
background: var(--color-hover) !important;
}
.ui.dropdown .menu > .message:not(.ui) {
color: var(--color-text-light-2);
}
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover {
color: var(--color-text);
background: var(--color-active);
}
2021-02-14 11:49:22 -05:00
.ui.secondary.menu.tight .item {
padding-left: .85714286em;
padding-right: .85714286em;
}
.ui.menu .dropdown.item .menu {
background: var(--color-menu);
}
.ui.menu .ui.dropdown .menu > .item {
color: var(--color-text) !important;
}
.ui.menu .ui.dropdown .menu > .item:hover {
color: var(--color-text) !important;
background: var(--color-hover) !important;
}
.ui.menu .ui.dropdown .menu > .active.item {
color: var(--color-text) !important;
background: var(--color-active) !important;
}
2020-11-07 22:04:40 +01:00
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
border-color: var(--color-primary-light-2);
}
.ui.selection.dropdown .menu {
margin: 0 -1.25px;
}
2020-11-26 20:33:28 +01:00
.ui.pointing.dropdown > .menu:not(.hidden)::after {
background: var(--color-box-body);
box-shadow: -1px -1px 0 0 var(--color-secondary);
}
.ui.cards > .card,
.ui.card {
background: var(--color-card);
border: 1px solid var(--color-secondary);
box-shadow: none;
}
.ui.cards > .card > .content,
.ui.card > .content {
border-color: var(--color-secondary);
}
.ui.cards > .card > .extra,
.ui.card > .extra,
.ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) {
color: var(--color-text);
}
.ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover {
color: var(--color-primary);
}
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
color: var(--color-text);
}
.ui.cards > .card > .content > .description,
.ui.card > .content > .description {
color: var(--color-text);
}
.ui.cards a.card:hover,
.ui.link.cards .card:not(.icon):hover,
a.ui.card:hover,
.ui.link.card:hover {
border: 1px solid var(--color-secondary);
background: var(--color-card);
2020-11-26 20:33:28 +01:00
}
.ui.comments .comment .text,
.ui.comments .comment .author {
color: var(--color-text);
}
.ui.comments .comment a.author:hover {
color: var(--color-primary);
}
.ui.comments .comment .metadata {
color: var(--color-text-light-2);
}
.ui.comments .comment .actions a {
color: var(--color-text-light);
}
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
color: var(--color-primary);
}
2020-11-26 20:33:28 +01:00
.ui.progress[data-percent="0"] .bar .progress {
color: var(--color-text);
}
2020-11-12 16:59:33 +01:00
.ui.attached.table {
border-color: var(--color-secondary);
}
2020-11-13 02:31:25 +01:00
.ui.table {
color: var(--color-text);
2020-11-24 20:27:10 +01:00
background: var(--color-body);
border-color: var(--color-secondary);
2020-11-13 02:31:25 +01:00
}
.ui.ui.selectable.table > tbody > tr:hover,
.ui.table tbody tr td.selectable:hover {
color: var(--color-text);
background-color: var(--color-secondary-alpha-40);
}
2020-11-24 20:27:10 +01:00
.ui.ui.ui.ui.table tr.grey:not(.marked),
.ui.ui.table td.grey:not(.marked) {
background: var(--color-body);
color: var(--color-text);
}
2020-11-13 02:31:25 +01:00
.ui.modal {
background: var(--color-body);
}
.ui.modal > .header {
border-color: var(--color-secondary);
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
2020-11-13 02:31:25 +01:00
.ui.modal > .close.inside,
.ui.fullscreen.modal > .close {
top: 11px; /* align modal close icon, for example admin notices */
2020-11-13 02:31:25 +01:00
color: var(--body-color);
}
.ui.basic.table > tbody > tr {
border-color: var(--color-secondary);
}
2020-12-03 19:46:11 +01:00
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.image,
.ui.cards > .card img.avatar,
.ui.cards > .card .avatar img,
.ui.card img.avatar,
.ui.card .avatar img {
border-radius: var(--border-radius);
}
.ui.divided.list > .item {
border-color: var(--color-secondary);
}
2016-04-19 22:35:36 +02:00
.dont-break-out {
2020-08-25 21:48:53 +02:00
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
hyphens: auto;
2016-04-19 22:35:36 +02:00
}
2019-05-13 08:26:32 +02:00
2015-03-07 15:12:13 -05:00
.full.height {
2020-08-25 21:48:53 +02:00
flex-grow: 1;
padding-bottom: 80px;
2015-03-07 15:12:13 -05:00
}
2019-05-13 08:26:32 +02:00
2015-03-07 15:12:13 -05:00
.following.bar {
2020-08-25 21:48:53 +02:00
z-index: 900;
left: 0;
margin: 0 !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.light {
2020-11-26 20:33:28 +01:00
background: var(--color-body);
border-bottom: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.column .menu {
margin-top: 0;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.top.menu a.item.brand {
padding-left: 0;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.brand .ui.mini.image {
width: 30px;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.top.menu a.item:hover,
.top.menu .dropdown.item:hover,
.top.menu .dropdown.item.active {
background-color: transparent;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.top.menu a.item:hover {
color: rgba(0, 0, 0, .45);
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.top.menu .menu {
z-index: 900;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.fitted .svg {
margin-right: 0;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.searchbox {
background-color: #f4f4f4 !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&:focus {
background-color: #e9e9e9 !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.text .svg {
width: 16px;
text-align: center;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
#navbar {
width: 100vw;
min-height: 52px;
padding: 0 .5rem;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
#navbar .brand {
margin: 0;
}
2019-05-13 08:26:32 +02:00
2020-10-31 13:17:32 +01:00
#navbar .dropdown .avatar {
margin-right: 0 !important;
}
2020-11-17 05:33:19 +00:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
#navbar:not(.shown) > *:not(:first-child) {
display: none;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-07-24 04:50:05 +08:00
}
2015-11-13 12:05:48 -05:00
2017-12-31 01:47:52 +01:00
.right.stackable.menu {
2020-08-25 21:48:53 +02:00
// 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;
align-items: inherit;
flex-direction: inherit;
2017-12-31 01:47:52 +01:00
}
2020-11-26 20:33:28 +01:00
.ui.dropdown .menu {
border-color: var(--color-secondary);
}
2020-12-04 12:18:37 +01:00
.ui.pagination.menu .active.item {
color: var(--color-text);
background: var(--color-active);
}
.ui.form .field > .selection.dropdown > .dropdown.icon {
height: auto;
}
.ui.loading.segment::before {
background: none;
}
2020-11-12 16:59:33 +01:00
.ui.loading.loading.input > i.icon svg {
visibility: hidden;
}
2015-07-24 04:50:05 +08:00
.ui {
2020-08-25 21:48:53 +02:00
&.left:not(.action) {
float: left;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.right:not(.action) {
float: right;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.button,
&.menu .item {
user-select: auto;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.container {
&.fluid {
&.padded {
padding: 0 10px;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.form {
.ui.button {
font-weight: normal;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.floating.label {
z-index: 10;
}
2018-05-11 05:28:26 +02:00
2020-08-25 21:48:53 +02:00
&.transparent.label {
background-color: transparent;
}
2018-09-07 05:32:46 +03:00
2020-08-25 21:48:53 +02:00
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
2017-12-05 07:31:33 +01:00
2020-08-25 21:48:53 +02:00
/* Overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
/* This fixes the commit graph button on the commits page */
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.menu:not(.vertical) .item > .button.compact {
padding: .58928571em 1.125em;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.menu:not(.vertical) .item > .button.small {
font-size: .92857143rem;
}
2020-08-25 21:48:53 +02:00
&.menu .ui.dropdown.item .menu .item {
width: 100%;
}
2019-04-11 16:09:41 -05:00
2020-08-25 21:48:53 +02:00
&.dropdown .menu > .item > .floating.label {
z-index: 11;
}
2018-05-11 05:28:26 +02:00
2020-08-25 21:48:53 +02:00
&.dropdown .menu .menu > .item > .floating.label {
z-index: 21;
}
2018-05-11 05:28:26 +02:00
2020-08-25 21:48:53 +02:00
&.dropdown .menu > .header {
font-size: .8em;
}
2019-12-17 16:34:11 -05:00
2020-08-25 21:48:53 +02:00
.text {
&.red {
color: var(--color-red) !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
a {
2020-11-25 12:20:40 +01:00
color: inherit !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
color: #e67777 !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.blue {
2020-11-25 12:20:40 +01:00
color: var(--color-primary) !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
a {
2020-11-25 12:20:40 +01:00
color: inherit !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
2020-11-25 12:20:40 +01:00
color: var(--color-primary-dark-1) !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.black {
2020-12-03 18:05:35 +01:00
color: var(--color-text);
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
color: var(--color-text-dark);
2020-08-25 21:48:53 +02:00
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.grey {
2020-11-25 12:20:40 +01:00
color: var(--color-text-light) !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
a {
color: var(--color-text) !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
2020-11-25 12:20:40 +01:00
color: var(--color-primary) !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.light.grey {
color: var(--color-text-light-2) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.green {
color: var(--color-green) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.purple {
color: var(--color-purple) !important;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.yellow {
color: var(--color-yellow) !important;
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.orange {
color: var(--color-orange) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.gold {
color: var(--color-gold) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.left {
text-align: left !important;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.right {
text-align: right !important;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.small {
font-size: .75em;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.normal {
font-weight: normal;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.italic {
font-style: italic;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
2020-08-25 21:48:53 +02:00
&.thin {
font-weight: normal;
}
2020-08-25 21:48:53 +02:00
&.middle {
vertical-align: middle;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.message {
text-align: center;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.message > ul {
margin-left: auto;
margin-right: auto;
display: table;
text-align: left;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.bottom.attached.message {
text-align: left;
color: black;
.pull-right {
color: black;
}
2020-08-25 21:48:53 +02:00
& > span,
.pull-right > span {
color: var(--color-green);
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.header > i + .content {
padding-left: .75rem;
vertical-align: middle;
}
2019-05-13 08:26:32 +02:00
.error {
&.header {
background-color: #ffe8e6 !important;
border-color: var(--color-red);
}
&.segment {
border-color: var(--color-red);
}
}
2020-08-25 21:48:53 +02:00
.warning {
&.header {
background-color: #f9edbe !important;
border-color: var(--color-yellow);
2017-10-27 07:30:54 +03:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.segment {
border-color: var(--color-yellow);
2020-08-25 21:48:53 +02:00
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.info {
&.segment {
border: 1px solid #c5d5dd;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.top {
background-color: #e6f1f6 !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
h3,
h4 {
margin-top: 0;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
h3:last-child {
margin-top: 4px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
> :last-child {
margin-bottom: 0;
}
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.normal.header {
font-weight: normal;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.form {
.fake {
display: none !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.sub.field {
margin-left: 25px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.sha.label {
font-family: var(--fonts-monospace);
2020-08-25 21:48:53 +02:00
font-size: 13px;
padding: 6px 10px 4px;
font-weight: normal;
margin: 0 6px;
}
2019-10-28 18:31:55 +00:00
2020-08-25 21:48:53 +02:00
.button.truncate {
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
margin-right: 6px;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.status.buttons {
.svg {
margin-right: 4px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.inline.delete-button {
padding: 8px 15px;
font-weight: normal;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.background {
&.red {
background-color: var(--color-red) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.blue {
2020-10-31 04:52:10 +01:00
background-color: var(--color-primary) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.black {
background-color: #444444;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.grey {
background-color: var(--color-grey) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.light.grey {
background-color: var(--color-grey) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.green {
background-color: var(--color-green) !important;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.purple {
background-color: var(--color-purple) !important;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.yellow {
background-color: var(--color-yellow) !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.orange {
background-color: var(--color-orange) !important;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.gold {
background-color: var(--color-gold) !important;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.migrate {
color: var(--color-text-light-2) !important;
2020-08-25 21:48:53 +02:00
opacity: .5;
a {
color: var(--color-text-light) !important;
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
color: var(--color-text) !important;
2020-08-25 21:48:53 +02:00
}
}
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
.border {
border: 1px solid;
&.red {
border-color: var(--color-red) !important;
2020-08-25 21:48:53 +02:00
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.blue {
2020-10-31 04:52:10 +01:00
border-color: var(--color-primary) !important;
2020-08-25 21:48:53 +02:00
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.black {
border-color: #444444;
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.grey {
border-color: var(--color-grey) !important;
2020-08-25 21:48:53 +02:00
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.light.grey {
border-color: var(--color-grey) !important;
2020-08-25 21:48:53 +02:00
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.green {
border-color: var(--color-green) !important;
2020-08-25 21:48:53 +02:00
}
2019-09-16 11:03:22 +02:00
2020-08-25 21:48:53 +02:00
&.purple {
border-color: var(--color-purple) !important;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.yellow {
border-color: var(--color-yellow) !important;
2019-09-16 11:03:22 +02:00
}
2020-08-25 21:48:53 +02:00
&.orange {
border-color: var(--color-orange) !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.gold {
border-color: var(--color-gold) !important;
2020-08-25 21:48:53 +02:00
}
}
.branch-tag-choice {
line-height: 20px;
}
&.pagination.menu {
2020-11-17 05:33:19 +00:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
.item:not(.active):not(.navigation),
.item.navigation span.navigation_label {
display: none;
}
}
&.narrow .item {
padding-left: 8px;
padding-right: 8px;
min-width: 1em;
text-align: center;
.icon {
margin-right: 0;
}
}
2020-08-25 21:48:53 +02:00
}
/* modal svg icons, copied from fomantic except width and height */
&.icon.header svg {
width: 3em;
height: 3em;
float: none;
display: block;
line-height: 1;
padding: 0;
margin: 0 auto .5rem;
opacity: 1;
}
/* center text in fomantic modal dialogs */
&.modal > .content {
text-align: center;
}
2015-03-07 15:12:13 -05:00
}
2015-08-12 12:12:06 +02:00
.ui.floating.dropdown {
2020-08-25 21:48:53 +02:00
.overflow.menu {
.scrolling.menu.items {
border-radius: 0 !important;
box-shadow: none !important;
2020-11-01 21:04:26 +01:00
border-bottom: 1px solid var(--color-secondary);
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-08-26 12:39:32 +08:00
}
2018-09-27 22:58:38 +02:00
.user-menu > .item {
2020-08-25 21:48:53 +02:00
width: 100%;
border-radius: 0 !important;
2018-09-27 22:58:38 +02:00
}
2015-08-31 17:10:28 +09:00
.scrolling.menu {
2020-08-25 21:48:53 +02:00
.item.selected {
2020-12-05 12:00:36 +01:00
font-weight: 600 !important;
2020-08-25 21:48:53 +02:00
}
2015-08-31 17:10:28 +09:00
}
.ui.dropdown .scrolling.menu {
border-color: var(--color-secondary);
}
2015-03-07 15:12:13 -05:00
footer {
background-color: var(--color-footer);
border-top: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
width: 100%;
flex-basis: 40px;
color: var(--color-text-light);
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.container {
width: 100vw !important;
padding: 0 .5rem;
max-width: calc(100vw - 1rem) !important;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.fa {
width: 16px;
text-align: center;
2020-10-31 04:52:10 +01:00
color: var(--color-primary);
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.links > * {
border-left: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
padding-left: 8px;
margin-left: 5px;
&:first-child {
border-left: 0;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.ui.language .menu {
max-height: 500px;
overflow-y: auto;
margin-bottom: 7px;
}
.ui {
&.left,
&.right {
line-height: 40px;
}
2020-08-25 21:48:53 +02:00
}
2015-03-07 15:12:13 -05:00
}
2015-07-08 01:09:03 +08:00
.hide {
2020-08-25 21:48:53 +02:00
display: none;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.show-outdated {
display: none !important;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.hide-outdated {
display: none !important;
}
2015-07-08 01:09:03 +08:00
}
2019-05-13 08:26:32 +02:00
.center:not(.popup) {
2020-08-25 21:48:53 +02:00
text-align: center;
2015-07-08 19:47:56 +08:00
}
2017-12-31 01:47:52 +01:00
// Conditional display
2020-11-17 05:33:19 +00:00
@media @mediaMdAndUp {
2020-08-25 21:48:53 +02:00
.mobile-only,
.ui.button.mobile-only {
display: none;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
// has the same behaviour of sr-only, hiding the content for
// non-screenreaders, but is shown on mobile devices.
.sr-mobile-only {
.sr-only();
}
2017-12-31 01:47:52 +01:00
}
2019-05-13 08:26:32 +02:00
2020-11-17 05:33:19 +00:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
.not-mobile {
display: none;
}
2017-12-31 01:47:52 +01:00
}
2015-03-20 03:20:05 -04:00
// Accessibility
.sr-only {
2020-08-25 21:48:53 +02:00
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
2015-03-20 03:20:05 -04:00
}
2019-05-13 08:26:32 +02:00
2015-03-20 03:20:05 -04:00
.sr-only-focusable:active,
.sr-only-focusable:focus {
2020-08-25 21:48:53 +02:00
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
2015-08-26 02:05:08 +08:00
}
2020-11-17 05:33:19 +00:00
@media @mediaMd {
2020-08-25 21:48:53 +02:00
.ui.container {
width: 95%;
}
2015-12-07 21:20:54 +01:00
}
.ui.menu.new-menu {
2020-11-26 20:33:28 +01:00
margin-bottom: 15px;
background: var(--color-navbar);
border-bottom: 1px solid var(--color-secondary) !important;
overflow: auto;
}
2017-05-24 02:00:40 -04:00
2020-11-26 20:33:28 +01:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
.ui.menu.new-menu {
2020-11-26 20:33:28 +01:00
overflow: visible !important;
2020-08-25 21:48:53 +02:00
}
2020-11-26 20:33:28 +01:00
}
2020-08-25 21:48:53 +02:00
2020-11-26 20:33:28 +01:00
.ui.menu.new-menu .new-menu-inner {
display: flex;
margin-left: auto;
margin-right: auto;
}
2019-05-13 08:26:32 +02:00
2020-11-26 20:33:28 +01:00
@media @mediaSm {
.ui.menu.new-menu .new-menu-inner {
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
2020-08-25 21:48:53 +02:00
}
2020-11-26 20:33:28 +01:00
}
2019-05-13 08:26:32 +02:00
2020-11-26 20:33:28 +01:00
.ui.menu.new-menu::after {
position: absolute;
display: block;
2020-11-29 16:52:11 +01:00
background: linear-gradient(to right, transparent, var(--color-navbar) 100%);
content: '';
2020-11-26 20:33:28 +01:00
right: 0;
height: 39px;
width: 60px;
visibility: visible;
pointer-events: none;
}
2019-05-13 08:26:32 +02:00
2020-11-29 16:52:11 +01:00
.ui.menu.new-menu.shadow-body::after {
background: linear-gradient(to right, transparent, var(--color-body) 100%);
}
2020-11-26 20:33:28 +01:00
.ui.menu.new-menu .item {
margin: 0 !important;
}
2019-05-13 08:26:32 +02:00
2020-11-26 20:33:28 +01:00
@media @mediaSm {
.ui.menu.new-menu .item {
width: auto !important;
2020-08-25 21:48:53 +02:00
}
2020-11-26 20:33:28 +01:00
}
2020-08-25 21:48:53 +02:00
2020-11-26 20:33:28 +01:00
.ui.menu.new-menu .item:last-child {
padding-right: 30px !important;
}
.ui.menu.new-menu::-webkit-scrollbar {
height: 6px;
display: none;
}
.ui.menu.new-menu::-webkit-scrollbar-track {
background: none !important;
}
.ui.menu.new-menu::-webkit-scrollbar-thumb {
box-shadow: none !important;
}
.ui.menu.new-menu:hover::-webkit-scrollbar {
display: block;
2017-05-24 02:00:40 -04:00
}
2017-08-17 03:31:34 +02:00
[v-cloak] {
2020-08-25 21:48:53 +02:00
display: none !important;
2017-08-17 03:31:34 +02:00
}
.repos-search {
2020-08-25 21:48:53 +02:00
padding-bottom: 0 !important;
2017-08-17 03:31:34 +02:00
}
.repos-filter {
2020-08-25 21:48:53 +02:00
margin-top: 0 !important;
border-bottom-width: 0 !important;
margin-bottom: 2px !important;
2017-10-15 02:17:39 +03:00
}
2018-10-23 04:57:42 +02:00
2020-12-08 05:14:28 +01:00
.repo-title {
font-size: 1.5rem;
display: flex;
align-items: center;
flex: 1;
word-break: break-all;
color: var(--color-text-light);
.avatar {
width: 32px !important;
height: 32px !important;
}
.labels {
margin-left: .5rem;
> * + * {
margin-left: .5rem;
}
}
}
.repo-icon {
display: inline-block;
}
.activity-bar-graph {
2020-11-07 22:04:40 +01:00
background-color: var(--color-primary);
color: #fff;
}
.activity-bar-graph-alt {
2020-11-07 22:04:40 +01:00
color: #fff;
}
2019-05-13 08:26:32 +02:00
.archived-icon {
2020-08-25 21:48:53 +02:00
color: lighten(#000000, 70%) !important;
2019-01-23 19:58:38 +01:00
}
2019-03-08 17:42:50 +01:00
.oauth2-authorize-application-box {
2020-08-25 21:48:53 +02:00
margin-top: 3em !important;
2019-03-08 17:42:50 +01:00
}
2019-04-29 20:49:59 +02:00
/* multiple radio or checkboxes as inline element */
.inline-grouped-list {
2020-08-25 21:48:53 +02:00
display: inline-block;
vertical-align: top;
2020-08-25 21:48:53 +02:00
> .ui {
display: block;
margin-top: 5px;
margin-bottom: 10px;
2020-08-25 21:48:53 +02:00
&:first-child {
margin-top: 1px;
}
2020-08-25 21:48:53 +02:00
}
}
i.icons .icon:first-child {
2020-08-25 21:48:53 +02:00
margin-right: 0;
}
i.icon.centerlock {
2020-08-25 21:48:53 +02:00
top: 1em;
}
2020-04-04 15:39:57 -04:00
.ui.label {
2020-08-25 21:48:53 +02:00
padding: .3em .5em;
background: var(--color-light);
color: var(--color-text-light);
}
.ui.labels a.label:hover,
a.ui.label:hover {
background: var(--color-hover);
color: var(--color-text);
}
.ui.label > .detail .icons {
2020-08-25 21:48:53 +02:00
margin-right: .25em;
}
.ui.label > .detail .icons .icon {
2020-08-25 21:48:53 +02:00
margin-right: 0;
}
.lines-num {
2020-08-25 21:48:53 +02:00
padding-left: 10px;
padding-right: 10px;
text-align: right !important;
color: rgba(27, 31, 35, .3);
width: 1%;
user-select: none;
font-family: var(--fonts-monospace);
2020-08-25 21:48:53 +02:00
span {
&.bottom-line {
&::after {
border-bottom: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
}
}
2020-06-15 20:39:39 +02:00
&::after {
2020-08-25 21:48:53 +02:00
content: attr(data-line-number);
line-height: 20px !important;
padding: 0 10px;
cursor: pointer;
display: block;
}
2020-08-25 21:48:53 +02:00
}
}
.lines-type-marker {
2020-08-25 21:48:53 +02:00
vertical-align: top;
}
.lines-num,
.lines-code {
2020-12-20 19:00:03 +01:00
font-size: 12px;
font-family: var(--fonts-monospace);
line-height: 20px;
2020-08-25 21:48:53 +02:00
padding-top: 0;
padding-bottom: 0;
vertical-align: top;
2020-08-25 21:48:53 +02:00
pre,
ol {
background-color: inherit;
margin: 0;
padding: 0 !important;
2020-08-25 21:48:53 +02:00
li {
display: block;
width: calc(100% - 1ch);
padding-left: 1ch;
}
2020-08-25 21:48:53 +02:00
}
}
.lines-code {
2020-12-11 17:38:47 +01:00
background-color: var(--color-code-bg);
padding-left: 5px;
}
.lines-code.active,
.lines-code .active {
background: #fffbdd !important;
}
.blame .lines-num {
2020-08-25 21:48:53 +02:00
padding: 0 !important;
background-color: #f5f5f5;
}
.blame .lines-code {
2020-08-25 21:48:53 +02:00
padding: 0 !important;
}
2020-11-04 08:14:07 +01:00
.code-inner {
font: 12px var(--fonts-monospace);
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
}
.blame .code-inner {
white-space: pre;
2020-11-13 19:27:36 +01:00
word-break: normal;
2020-11-04 08:14:07 +01:00
}
.lines-commit {
2020-08-25 21:48:53 +02:00
vertical-align: top;
color: #999999;
padding: 0 !important;
background: #f5f5f5;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
.blame-info {
width: 350px;
max-width: 350px;
display: block;
user-select: none;
2020-08-25 21:48:53 +02:00
padding: 0 0 0 10px;
2020-08-25 21:48:53 +02:00
.blame-data {
display: flex;
font-family: var(--fonts-regular);
2020-08-25 21:48:53 +02:00
.blame-message {
flex-grow: 2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 20px;
}
.blame-time,
.blame-avatar {
flex-shrink: 0;
}
}
2020-08-25 21:48:53 +02:00
}
.ui.avatar.image {
height: 18px;
width: 18px;
}
}
.lines-code,
.lines-commit {
2020-08-25 21:48:53 +02:00
.bottom-line {
border-bottom: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
}
}
.code-view {
2020-08-25 21:48:53 +02:00
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
2020-08-25 21:48:53 +02:00
&.has-context-menu {
overflow: visible;
overflow-x: visible;
overflow-y: visible;
}
2020-08-25 21:48:53 +02:00
table {
width: 100%;
}
}
.octicon-tiny {
2020-08-25 21:48:53 +02:00
font-size: .85714286rem;
}
2020-11-29 16:52:11 +01:00
.ui.button {
background: var(--color-button);
border: 1px solid var(--color-light-border);
2020-11-29 16:52:11 +01:00
color: var(--color-text);
}
2021-01-04 13:18:12 +01:00
.page-content .ui.button {
box-shadow: none !important;
}
2020-12-03 18:05:35 +01:00
.ui.button:hover {
background: var(--color-hover);
color: var(--color-text);
}
2020-12-20 19:00:03 +01:00
.ui.button.no-text .icon {
margin: 0 !important;
}
2020-12-03 18:05:35 +01:00
.ui.buttons .button:first-child {
border-left: 1px solid var(--color-secondary);
}
.ui.buttons .button + .button {
border-left: none;
}
.ui.labeled.button.disabled > .button,
.ui.basic.buttons .button,
.ui.basic.button {
color: var(--color-text-light);
background: var(--color-light);
}
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.basic.buttons .button:focus,
.ui.basic.button:focus,
.ui.basic.buttons .button:active,
.ui.basic.button:active,
.ui.basic.buttons .active.button,
.ui.basic.active.button,
.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {
color: var(--color-text);
background: var(--color-active);
}
.ui.labeled.button > .label {
border-color: var(--color-light-border);
}
2020-10-31 04:52:10 +01:00
.ui.blue.button,
2020-11-01 21:04:26 +01:00
.ui.blue.buttons .button,
.ui.primary.button,
.ui.primary.buttons .button {
2020-10-31 04:52:10 +01:00
background-color: var(--color-primary) !important;
}
.ui.blue.button:hover,
2020-11-01 21:04:26 +01:00
.ui.blue.buttons .button:hover,
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
2020-10-31 04:52:10 +01:00
background-color: var(--color-primary-dark-2) !important;
}
.ui.blue.button:focus,
2020-11-01 21:04:26 +01:00
.ui.blue.buttons .button:focus,
.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
2020-10-31 04:52:10 +01:00
background-color: var(--color-primary-dark-3) !important;
}
.ui.basic.blue.button,
2020-11-01 21:04:26 +01:00
.ui.basic.blue.buttons .button,
.ui.basic.primary.button,
.ui.basic.primary.buttons .button {
2020-10-31 04:52:10 +01:00
box-shadow: inset 0 0 0 1px var(--color-primary) !important;
color: #fff !important;
}
.ui.basic.blue.button:hover,
2020-11-01 21:04:26 +01:00
.ui.basic.blue.buttons .button:hover,
.ui.basic.primary.button:hover,
.ui.basic.primary.buttons .button:hover {
2020-10-31 04:52:10 +01:00
box-shadow: inset 0 0 0 1px var(--color-primary-dark-2) !important;
}
.ui.basic.blue.button:focus,
2020-11-01 21:04:26 +01:00
.ui.basic.blue.buttons .button:focus,
.ui.basic.primary.button:focus,
.ui.basic.primary.buttons .button:focus {
2020-10-31 04:52:10 +01:00
box-shadow: inset 0 0 0 1px var(--color-primary-dark-3) !important;
}
.ui.blue.label,
2020-11-01 21:04:26 +01:00
.ui.blue.labels .label,
.ui.primary.label,
.ui.primary.labels .label {
2020-10-31 04:52:10 +01:00
background-color: var(--color-primary) !important;
border-color: var(--color-primary-dark-2) !important;
}
2020-01-04 22:56:06 -06:00
2020-10-31 13:17:32 +01:00
.ui.basic.labels .blue.label,
2020-11-01 21:04:26 +01:00
.ui.ui.ui.basic.blue.label,
.ui.basic.labels .primary.label,
.ui.ui.ui.basic.primary.label {
background: transparent !important;
border-color: var(--color-primary) !important;
color: var(--color-primary) !important;
2020-10-31 13:17:32 +01:00
}
2020-12-20 19:00:03 +01:00
.ui.basic.labels .label,
.ui.basic.label {
background: var(--color-light);
border-color: var(--color-light-border);
color: var(--color-text-light);
2020-12-20 19:00:03 +01:00
}
.ui.basic.labels a.label:hover,
a.ui.basic.label:hover {
color: var(--color-text);
border-color: var(--color-light-border);
background: var(--color-hover);
2020-12-20 19:00:03 +01:00
}
2020-01-04 22:56:06 -06:00
.ui.label > img {
2020-08-25 21:48:53 +02:00
width: auto !important;
vertical-align: middle;
height: 2.1666em !important;
2020-01-04 22:56:06 -06:00
}
2020-01-19 22:39:21 -06:00
2020-02-11 11:02:41 -06:00
.svg {
2020-08-25 21:48:53 +02:00
span.green & {
color: var(--color-green);
2020-08-25 21:48:53 +02:00
}
span.red & {
color: var(--color-red);
2020-08-25 21:48:53 +02:00
}
span.purple & {
color: var(--color-purple);
2020-08-25 21:48:53 +02:00
}
2020-01-19 22:39:21 -06:00
}
.ui.popup {
background-color: var(--color-body);
color: var(--color-secondary-dark-6);
border-color: var(--color-secondary);
}
.ui.popup::before {
box-shadow: 1px 1px 0 0 var(--color-secondary);
}
.ui.bottom.popup::before,
.ui.top.popup::before,
.ui.right.center.popup::before,
.ui.left.center.popup::before {
background-color: var(--color-body);
}
.ui.bottom.left.popup::before,
.ui.bottom.right.popup::before,
.ui.bottom.center.popup::before {
box-shadow: -1px -1px 0 0 var(--color-secondary);
}
.ui.left.center.popup::before {
box-shadow: 1px -1px 0 0 var(--color-secondary);
}
.ui.right.center.popup::before {
box-shadow: -1px 1px 0 0 var(--color-secondary);
}
2020-01-19 22:39:21 -06:00
.ui.popup .ui.label {
2020-08-25 21:48:53 +02:00
margin-bottom: .4em;
2020-01-19 22:39:21 -06:00
}
2020-12-03 19:46:11 +01:00
.ui.cards > .card > .extra,
.ui.card > .extra {
color: var(--color-text);
}
.color-icon {
2020-08-25 21:48:53 +02:00
display: inline-block;
border-radius: 100%;
height: 14px;
width: 14px;
}
2020-02-11 11:02:41 -06:00
.ui.label > .color-icon {
2020-08-25 21:48:53 +02:00
margin-left: 0;
}
2020-02-11 11:02:41 -06:00
.invisible {
2020-08-25 21:48:53 +02:00
visibility: hidden;
2020-02-11 11:02:41 -06:00
}
2020-11-08 17:29:18 +01:00
.ui.segment,
.ui.segments,
.ui.attached.segment {
background: var(--color-box-body);
color: var(--color-text);
border-color: var(--color-secondary);
}
.ui.segments > .segment {
border-color: var(--color-secondary);
}
.ui.secondary.segment {
background: var(--color-secondary-bg);
color: var(--color-text-light);
}
2020-11-08 17:29:18 +01:00
.ui.attached.header {
2020-12-04 12:18:37 +01:00
position: relative;
2020-11-08 17:29:18 +01:00
background: var(--color-box-header);
border-color: var(--color-secondary);
.right .button {
padding: 8px 10px;
font-weight: normal;
}
}
2020-12-04 12:18:37 +01:00
/* fix misaligned right buttons on box headers */
2021-01-19 18:08:21 -07:00
.ui.attached.header .right:not(.dropdown) {
2020-12-04 12:18:37 +01:00
position: absolute;
right: .78571429rem;
top: 0;
bottom: 0;
height: 30px;
margin-top: auto;
margin-bottom: auto;
2020-12-04 12:18:37 +01:00
}
/* https://github.com/go-gitea/gitea/issues/10210 */
.ui.attached.segment ~ .ui.top.attached.header {
2020-08-25 21:48:53 +02:00
margin-top: 1rem;
}
2020-04-04 23:29:15 +02:00
table th[data-sortt-asc],
table th[data-sortt-desc] {
2020-08-25 21:48:53 +02:00
&:hover {
background: rgba(0, 0, 0, .1) !important;
cursor: pointer !important;
}
.svg {
margin-left: .25rem;
}
}
2020-12-17 15:37:56 +01:00
/* fix up SVG dropdown triangles because fomantic thinks they are icon fonts */
/* see https://github.com/go-gitea/gitea/issues/14014 */
.ui.dropdown > .dropdown.icon,
.btn-review > .dropdown.icon {
height: auto !important;
margin-left: .5rem !important;
margin-top: -1px !important;
margin-bottom: -1px !important;
margin-right: -.5rem !important;
}
.ui.button.dropdown > .dropdown.icon,
.btn-review > .dropdown.icon {
float: right !important;
2021-02-11 19:28:51 +01:00
@media (max-width: 480px) {
display: none;
}
2020-12-17 15:37:56 +01:00
}
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
top: 0 !important;
}
.ui.dropdown.no-text > .dropdown.icon {
margin-left: 0 !important;
margin-right: 0 !important;
}
2020-12-17 15:37:56 +01:00
2020-04-04 23:29:15 +02:00
/* limit width of all direct dropdown menu children */
/* https://github.com/go-gitea/gitea/pull/10835 */
2020-06-18 19:16:26 +02:00
.dropdown:not(.selection) > .menu:not(.review-box) > *:not(.header) {
2020-08-25 21:48:53 +02:00
max-width: 300px;
overflow-x: hidden;
text-overflow: ellipsis;
2020-04-04 23:29:15 +02:00
}
2020-04-30 02:59:47 +01:00
.dropdown:not(.selection) > .menu.review-box > * {
2020-11-17 05:33:19 +00:00
@media (max-height: 700px) {
2020-08-25 21:48:53 +02:00
.CodeMirror,
.CodeMirror-scroll {
min-height: 100px;
2020-04-30 02:59:47 +01:00
}
2020-08-25 21:48:53 +02:00
}
2020-04-30 02:59:47 +01:00
}
2020-10-24 21:15:29 +02:00
.ui.dropdown .menu .item {
border-radius: 0;
}
.ui.dropdown .menu .item:first-of-type {
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.ui.dropdown .menu .item:last-of-type {
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.text-label {
2020-08-25 21:48:53 +02:00
display: inline-flex !important;
align-items: center !important;
}
.emoji,
.reaction {
2020-08-25 21:48:53 +02:00
font-size: 1.25em;
line-height: 1;
font-style: normal !important;
font-weight: normal !important;
vertical-align: -.075em;
}
.emoji img,
.reaction img {
2020-08-25 21:48:53 +02:00
border-width: 0 !important;
margin: 0 !important;
width: 1em !important;
height: 1em !important;
vertical-align: -.15em;
}
.labelspage {
list-style: none;
padding-top: 0;
.item {
margin-top: 0;
margin-right: -14px;
margin-left: -14px;
padding: 10px;
border-bottom: 1px solid var(--color-secondary);
border-top: none;
a {
font-size: 15px;
padding-top: 5px;
padding-right: 10px;
color: var(--color-text-light);
&:hover {
color: var(--color-primary-light-2);
}
&.open-issues {
margin-right: 30px;
}
}
.ui.label {
font-size: 1em;
}
}
.item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.orglabel {
opacity: .7;
}
}
/* https://github.com/go-gitea/gitea/pull/11486 */
.ui.sub.header {
2020-08-25 21:48:53 +02:00
text-transform: none;
}
2020-06-22 18:44:06 +02:00
.ui.tabular.menu {
2020-11-26 20:33:28 +01:00
border-color: var(--color-secondary);
}
2020-06-22 18:44:06 +02:00
2020-11-26 20:33:28 +01:00
.ui.tabular.menu .item {
padding: 11px 12px;
color: var(--color-text-light-2);
2020-11-26 20:33:28 +01:00
}
2020-06-22 18:44:06 +02:00
2020-11-26 20:33:28 +01:00
.ui.tabular.menu .item:hover {
color: var(--color-text);
}
.ui.tabular.menu .active.item,
.ui.tabular.menu .active.item:hover {
background: var(--color-body);
border-color: var(--color-secondary);
color: var(--color-text);
margin-top: 1px; /* offset fomantic's margin-bottom: -1px */
}
.ui.segment .ui.tabular.menu .active.item,
.ui.segment .ui.tabular.menu .active.item:hover {
background: var(--color-box-body);
}
2020-11-26 20:33:28 +01:00
.ui.secondary.pointing.menu {
border-color: var(--color-secondary);
2020-06-22 18:44:06 +02:00
}
.ui.secondary.pointing.menu .item {
color: var(--color-text-light-2);
2020-11-26 20:33:28 +01:00
}
.ui.secondary.pointing.menu .active.item,
.ui.secondary.pointing.menu .active.item:hover,
.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
color: var(--color-text);
2020-06-22 18:44:06 +02:00
}
2020-11-29 16:52:11 +01:00
.ui.header {
color: var(--color-text);
}
2020-11-01 21:04:26 +01:00
.ui.header .ui.label {
margin-left: .25rem;
}
.ui.header > .ui.label.compact {
2020-08-25 21:48:53 +02:00
margin-top: inherit;
}
.flash-error details code {
display: block;
text-align: left;
}
2021-02-12 02:29:07 +01:00
.truncated-item-container {
display: flex !important;
}
.truncated-item-name {
line-height: 2em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: -.5em;
margin-bottom: -.5em;
}