From 5e13a65f10556f3ed61cd29c2ed3f99c4e9c0412 Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Wed, 26 Jun 2019 22:36:25 +0200 Subject: [PATCH] updated site.css --- .../manual/styles/site.css | 12780 +++++++++++++--- 1 file changed, 10594 insertions(+), 2186 deletions(-) mode change 100755 => 100644 labswp_2019_sose_geocaching_frontend/manual/styles/site.css diff --git a/labswp_2019_sose_geocaching_frontend/manual/styles/site.css b/labswp_2019_sose_geocaching_frontend/manual/styles/site.css old mode 100755 new mode 100644 index d7d3322..8f723fe --- a/labswp_2019_sose_geocaching_frontend/manual/styles/site.css +++ b/labswp_2019_sose_geocaching_frontend/manual/styles/site.css @@ -1,1253 +1,8229 @@ - - -@import './imports/global'; - -/** - * RESET - */ +/* module-key = 'com.atlassian.auiplugin:aui-reset', location = 'src/less/aui-reset.less' */ html, body, p, div, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset { margin: 0; - padding: 0; + padding: 0 } + ul, ol, dl { - margin: 0; + margin: 0 } + img, fieldset { - border: 0; + border: 0 } + @-moz-document url-prefix() { img { - font-size: 0; + font-size: 0 } img:-moz-broken { - font-size: inherit; + font-size: inherit } } -/* https://github.com/necolas/normalize.css */ -/* Customised to remove styles for unsupported browsers */ -// HTML5 display definitions -// ========================================================================== -// Correct `block` display not defined for `details` or `summary` in IE 9/10/11 and Firefox. -// Correct `block` display not defined for `main` in IE 9/10/11. -details, -main, -summary { - display: block; +details, main, summary { + display: block } -// 1. Correct `inline-block` display not defined in IE 9. -// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. -audio, -canvas, -progress, -video { - display: inline-block; // 1 - vertical-align: baseline; // 2 +audio, canvas, progress, video { + display: inline-block; + vertical-align: baseline } -// Prevent modern browsers from displaying `audio` without controls. -// Remove excess height in iOS 5 devices. audio:not([controls]) { display: none; - height: 0; + height: 0 } -// Address `[hidden]` styling not present in IE 8/9/10. -// Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. -[hidden], -template { - display: none; +[hidden], template { + display: none } -// Prevent iOS defaulting to push-button which ignores many styles unless a bg image is set -input[type="button"], -input[type="submit"], -input[type="reset"] { - -webkit-appearance: button; +input[type="button"], input[type="submit"], input[type="reset"] { + -webkit-appearance: button } - -@import './imports/global'; - -/** - * TYPOGRAPHY - 14px base font size, agnostic font stack - */ +/* module-key = 'com.atlassian.auiplugin:aui-page-typography', location = 'src/less/aui-page-typography.less' */ body { - color: @aui-text-color; - font-family: @aui-font-family; - font-size: @aui-font-size-medium; - font-weight: @aui-font-weight-normal; - line-height: unit(20 / @aui-font-size-medium); - letter-spacing: @aui-font-letter-spacing; + color: #172b4d; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + font-weight: 400; + line-height: 1.42857143; + letter-spacing: 0 } -/* International Font Stacks*/ [lang|=en] { - font-family: @aui-font-family; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif } [lang|=ja] { - font-family: @aui-font-family-ja; + font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Verdana, Arial, sans-serif } -/* Default margins */ -p, -ul, -ol, -dl, -h1, -h2, -h3, -h4, -h5, -h6, -blockquote, -pre, -form.aui, -table.aui, -.aui-tabs, -.aui-panel, -.aui-group { - margin: @aui-grid 0 0 0; +p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, form.aui, table.aui, .aui-tabs, .aui-panel, .aui-group { + margin: 10px 0 0 0 } -/* No top margin to interfere with box padding */ -p:first-child, -ul:first-child, -ol:first-child, -dl:first-child, -h1:first-child, -h2:first-child, -h3:first-child, -h4:first-child, -h5:first-child, -h6:first-child, -blockquote:first-child, -pre:first-child, -form.aui:first-child, -table.aui:first-child, -.aui-tabs:first-child, -.aui-panel:first-child, -.aui-group:first-child { - margin-top: 0; +p:first-child, ul:first-child, ol:first-child, dl:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, pre:first-child, form.aui:first-child, table.aui:first-child, .aui-tabs:first-child, .aui-panel:first-child, .aui-group:first-child { + margin-top: 0 } h1, h2, h3, h4, h5, h6 { - color: @aui-text-color; + color: #172b4d } -/* Headings: desired line height in px / font size = unitless line height */ h1 { - #aui.typography.h700(); - margin: (@aui-grid * 3) 0 0 0; + font-size: 24px; + font-weight: 500; + line-height: 1.25; + letter-spacing: -0.01em; + text-transform: none; + margin: 30px 0 0 0 } + h2 { - #aui.typography.h600(); - margin: (@aui-grid * 3) 0 0 0; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + letter-spacing: -0.008em; + text-transform: none; + margin: 30px 0 0 0 } + h3 { - #aui.typography.h500(); - margin: (@aui-grid * 3) 0 0 0; + font-size: 16px; + font-weight: 500; + line-height: 1.25; + letter-spacing: -0.006em; + text-transform: none; + margin: 30px 0 0 0 } + h4 { - #aui.typography.h400(); - margin: (@aui-grid * 2) 0 0 0; + font-size: 14px; + font-weight: 600; + line-height: 1.42857143; + letter-spacing: -0.003em; + text-transform: none; + margin: 20px 0 0 0 } + h5 { - #aui.typography.h300(); - margin: (@aui-grid * 2) 0 0 0; + font-size: 12px; + font-weight: 600; + line-height: 1.66666667; + letter-spacing: 0; + text-transform: none; + margin: 20px 0 0 0 } + h6 { - #aui.typography.h200(); - margin: (@aui-grid * 2) 0 0 0; + color: #6b778c; + font-size: 12px; + font-weight: 600; + line-height: 1.66666667; + letter-spacing: 0; + text-transform: none; + margin: 20px 0 0 0 } -h1:first-child, -h2:first-child, -h3:first-child, -h4:first-child, -h5:first-child, -h6:first-child { - margin-top: 0; -} -/* Nice styles for using subheadings */ -h1 + h2, -h2 + h3, -h3 + h4, -h4 + h5, -h5 + h6 { - margin-top: @aui-grid; -} -/* Increase the margins on all headings when used in the group/item pattern ... */ -.aui-group > .aui-item > h1:first-child, -.aui-group > .aui-item > h2:first-child, -.aui-group > .aui-item > h3:first-child, -.aui-group > .aui-item > h4:first-child, -.aui-group > .aui-item > h5:first-child, -.aui-group > .aui-item > h6:first-child { - margin-top: (@aui-grid * 2); -} -/* ... unless they're the first-child */ -.aui-group:first-child > .aui-item > h1:first-child, -.aui-group:first-child > .aui-item > h2:first-child, -.aui-group:first-child > .aui-item > h3:first-child, -.aui-group:first-child > .aui-item > h4:first-child, -.aui-group:first-child > .aui-item > h5:first-child, -.aui-group:first-child > .aui-item > h6:first-child { - margin-top: 0; +h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { + margin-top: 0 +} + +h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 { + margin-top: 10px +} + +.aui-group > .aui-item > h1:first-child, .aui-group > .aui-item > h2:first-child, .aui-group > .aui-item > h3:first-child, .aui-group > .aui-item > h4:first-child, .aui-group > .aui-item > h5:first-child, .aui-group > .aui-item > h6:first-child { + margin-top: 20px +} + +.aui-group:first-child > .aui-item > h1:first-child, .aui-group:first-child > .aui-item > h2:first-child, .aui-group:first-child > .aui-item > h3:first-child, .aui-group:first-child > .aui-item > h4:first-child, .aui-group:first-child > .aui-item > h5:first-child, .aui-group:first-child > .aui-item > h6:first-child { + margin-top: 0 } -/* Other typographical elements */ small { - color: @aui-small-text-color; - font-size: @aui-font-size-small; - line-height: unit(16 / @aui-font-size-small); + color: #7a869a; + font-size: 12px; + line-height: 1.33333333 } -code, -kbd { - font-family: @aui-code-font-family; + +code, kbd { + font-family: "SFMono-Medium", "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace } -var, -address, -dfn, -cite { - font-style: italic; + +var, address, dfn, cite { + font-style: italic } + cite:before { - content: "\2014 \2009"; + content: "\2014 \2009" } + blockquote { - border-left: @aui-border-width @aui-border-style @aui-border-color; - color: @aui-blockquote-text-color; - margin-left: (@aui-grid * 2 - 1); - padding: @aui-grid (@aui-grid * 2); + border-left: 1px solid #dfe1e6; + color: #7a869a; + margin-left: 19px; + padding: 10px 20px } + blockquote > cite { display: block; - margin-top: @aui-grid; + margin-top: 10px } + q { - color: @aui-quote-text-color; + color: #7a869a } + q:before { - content: open-quote; + content: open-quote } + q:after { - content: close-quote; + content: close-quote } + abbr { - border-bottom: 1px @aui-abbr-border-color dotted; - cursor: help; + border-bottom: 1px #7a869a dotted; + cursor: help } -/* Deprecated header styles; to be removed in AUI 8.0 */ -.aui-page-header-hero .aui-page-header-main h1, -.aui-page-header-hero .aui-page-header-main h2, -.aui-page-header-marketing .aui-page-header-main h1, -.aui-page-header-marketing .aui-page-header-main h2 { - #aui.typography.h800(); - margin: (@aui-grid * 3) 0 0 0; -} -.aui-page-header-hero .aui-page-header-main p, -.aui-page-header-marketing .aui-page-header-main p { - #aui.typography.h600(); - margin: (@aui-grid * 3) 0 0 0; +.aui-page-header-hero .aui-page-header-main h1, .aui-page-header-hero .aui-page-header-main h2, .aui-page-header-marketing .aui-page-header-main h1, .aui-page-header-marketing .aui-page-header-main h2 { + font-size: 29px; + font-weight: 600; + line-height: 1.37931034; + letter-spacing: -0.01em; + text-transform: none; + margin: 30px 0 0 0 } +.aui-page-header-hero .aui-page-header-main p, .aui-page-header-marketing .aui-page-header-main p { + font-size: 20px; + font-weight: 500; + line-height: 1.5; + letter-spacing: -0.008em; + text-transform: none; + margin: 30px 0 0 0 +} -@import './imports/global'; - -/** - * LINK - */ - - +/* module-key = 'com.atlassian.auiplugin:aui-link', location = 'src/less/aui-link.less' */ a { - color: @aui-link-color; - text-decoration: @aui-link-decoration; + color: #0052cc; + text-decoration: none } a:hover { - color: @aui-link-color-hover; - text-decoration: @aui-link-decoration-active; + color: #0065ff; + text-decoration: underline } -a:focus, -a:active { - text-decoration: @aui-link-decoration; +a:focus, a:active { + text-decoration: none } a:active { - color: @aui-link-color-active; + color: #0747a6 } +/* module-key = 'com.atlassian.auiplugin:aui-group', location = 'src/less/aui-group.less' */ +.aui-group { + display: table; + box-sizing: border-box; + border-spacing: 0; + table-layout: fixed; + width: 100% +} -@import './imports/global'; +.aui-group > .aui-item { + box-sizing: border-box; + display: table-cell; + margin: 0; + vertical-align: top +} -/** - * PAGE LAYOUT - */ -.aui-header, -#footer { +.aui-group > .aui-item + .aui-item { + padding-left: 20px +} + +.aui-layout .aui-group > header { + display: table-caption +} + +.aui-group.aui-group-split > .aui-item { + text-align: right +} + +.aui-group.aui-group-split > .aui-item:first-child { + text-align: left +} + +.aui-group.aui-group-trio > .aui-item { + text-align: left +} + +.aui-group.aui-group-trio > .aui-item + .aui-item { + text-align: center +} + +.aui-group.aui-group-trio > .aui-item + .aui-item + .aui-item { + text-align: right +} + +@media screen and (max-width: 767px) { + html.aui-responsive .aui-group > .aui-item { + display: block; + width: auto + } + + html.aui-responsive .aui-group > .aui-item + .aui-item { + padding-left: 0; + padding-top: 10px + } + + html.aui-responsive .aui-group.aui-group-split > .aui-item, html.aui-responsive .aui-group.aui-group-trio > .aui-item, html.aui-responsive .aui-group.aui-group-split > .aui-item + .aui-item, html.aui-responsive .aui-group.aui-group-trio > .aui-item + .aui-item, html.aui-responsive .aui-group.aui-group-split > .aui-item + .aui-item + .aui-item, html.aui-responsive .aui-group.aui-group-trio > .aui-item + .aui-item + .aui-item { + text-align: left + } +} + +/* module-key = 'com.atlassian.auiplugin:aui-avatars', location = 'src/less/aui-avatars.less' */ +.aui-avatar { + box-sizing: border-box; + display: inline-block; + position: relative; + vertical-align: text-bottom +} + +.aui-avatar-inner { + display: flex; + justify-content: center; + align-content: center; + border-radius: 100%; + overflow: hidden +} + +.aui-avatar img { + display: block; + height: 100%; + margin: auto; + width: 100% +} + +.aui-avatar.aui-avatar-xsmall, .aui-avatar.aui-avatar-xsmall .aui-avatar-inner { + height: 16px; + max-width: 16px; + max-height: 16px; + width: 16px +} + +.aui-avatar.aui-avatar-small, .aui-avatar.aui-avatar-small .aui-avatar-inner { + height: 24px; + max-width: 24px; + max-height: 24px; + width: 24px +} + +.aui-avatar.aui-avatar-medium, .aui-avatar.aui-avatar-medium .aui-avatar-inner { + height: 32px; + max-width: 32px; + max-height: 32px; + width: 32px +} + +.aui-avatar.aui-avatar-large, .aui-avatar.aui-avatar-large .aui-avatar-inner { + height: 48px; + max-width: 48px; + max-height: 48px; + width: 48px +} + +.aui-avatar.aui-avatar-xlarge, .aui-avatar.aui-avatar-xlarge .aui-avatar-inner { + height: 64px; + max-width: 64px; + max-height: 64px; + width: 64px +} + +.aui-avatar.aui-avatar-xxlarge, .aui-avatar.aui-avatar-xxlarge .aui-avatar-inner { + height: 96px; + max-width: 96px; + max-height: 96px; + width: 96px +} + +.aui-avatar.aui-avatar-xxxlarge, .aui-avatar.aui-avatar-xxxlarge .aui-avatar-inner { + height: 128px; + max-width: 128px; + max-height: 128px; + width: 128px +} + +.aui-avatar-project.aui-avatar-xxxlarge { + border-radius: 12px +} + +.aui-avatar-project.aui-avatar-xxxlarge .aui-avatar-inner { + border-radius: 12px +} + +.aui-avatar-project.aui-avatar-xxlarge { + border-radius: 6px +} + +.aui-avatar-project.aui-avatar-xxlarge .aui-avatar-inner { + border-radius: 6px +} + +.aui-avatar-project.aui-avatar-xlarge { + border-radius: 6px +} + +.aui-avatar-project.aui-avatar-xlarge .aui-avatar-inner { + border-radius: 6px +} + +.aui-avatar-project.aui-avatar-large { + border-radius: 3px +} + +.aui-avatar-project.aui-avatar-large .aui-avatar-inner { + border-radius: 3px +} + +.aui-avatar-project.aui-avatar-medium { + border-radius: 3px +} + +.aui-avatar-project.aui-avatar-medium .aui-avatar-inner { + border-radius: 3px +} + +.aui-avatar-project.aui-avatar-small { + border-radius: 2px +} + +.aui-avatar-project.aui-avatar-small .aui-avatar-inner { + border-radius: 2px +} + +.aui-avatar-project.aui-avatar-xsmall { + border-radius: 2px +} + +.aui-avatar-project.aui-avatar-xsmall .aui-avatar-inner { + border-radius: 2px +} + +/* module-key = 'com.atlassian.auiplugin:aui-page-layout', location = 'src/less/aui-page-layout.less' */ +.aui-header, #footer { clear: both; float: left; - width: 100%; + width: 100% } #content { box-sizing: border-box; clear: both; - position: relative; + position: relative } #content:before { content: ""; clear: both; - display: table; + display: table } #footer .footer-body a { - color: @aui-footer-body-link-text-color; + color: #7a869a } -#footer .footer-body > ul, -#footer .footer-body > p { - margin: @aui-grid 0 0 0; +#footer .footer-body > ul, #footer .footer-body > p { + margin: 10px 0 0 0 } -#footer .footer-body > ul:first-child, -#footer .footer-body > p:first-child { - margin: 0; +#footer .footer-body > ul:first-child, #footer .footer-body > p:first-child { + margin: 0 } #footer .footer-body > ul { display: block; font-size: 0; list-style: none; - padding: 0; + padding: 0 } #footer .footer-body > ul > li { display: inline-block; - font-size: @aui-font-size-small; - line-height: unit(20 / @aui-font-size-small); + font-size: 12px; + line-height: 1.66666667; padding: 0; - white-space: nowrap; + white-space: nowrap } #footer .footer-body > ul > li + li { - margin-left: @aui-grid; + margin-left: 10px } #footer .footer-body > ul > li:after { - content: "\b7"; /* mid dot */ - margin-left: @aui-grid; - speak: none; + content: "\b7"; + margin-left: 10px; + speak: none } #footer .footer-body > ul > li:last-child:after { - display: none; + display: none } -/** - * DEFAULT THEME SPACING - */ - #content { margin: 0; - padding: 0; + padding: 0 } -/** - * PAGE DESIGN - */ body { - background: @aui-background-color; - color: @aui-text-color; + background: #f4f5f7; + color: #172b4d } #footer .footer-body { - color: @aui-footer-body-text-color; - font-size: @aui-font-size-small; - line-height: unit(20 / @aui-font-size-small); - margin: (@aui-grid * 2) 0; - padding: 0 @aui-grid (@aui-grid * 2 + 1) @aui-grid; - min-height: 44px; /* margin + height of image, means footer is just as high if no footer link present */ - text-align: center; + color: #7a869a; + font-size: 12px; + line-height: 1.66666667; + margin: 20px 0; + padding: 0 10px 21px 10px; + min-height: 44px; + text-align: center } -/** - * CONTENT PANEL - */ #content > .aui-panel { - background: @aui-panel-bg-color; - margin: (@aui-grid * 2) 0 0 0; - padding: (@aui-grid * 2); - border-color: @aui-border-color; - border-style: @aui-border-style; - border-width: @aui-border-width 0; + background: #fff; + margin: 20px 0 0 0; + padding: 20px; + border-color: #dfe1e6; + border-style: solid; + border-width: 1px 0 } #content > .aui-page-header { - padding: (@aui-grid * 2); + padding: 20px } #content > .aui-page-header + .aui-panel { - margin-top: 0; + margin-top: 0 } #content > .aui-page-header:first-child { - margin-top: 0; + margin-top: 0 } .aui-panel + .aui-panel { - margin-top: (@aui-grid * 2); + margin-top: 20px } /*! AUI Page Panel */ .aui-page-panel { - background: @aui-panel-bg-color; - border: @aui-border-width @aui-border-type @aui-border-color; + background: #fff; + border: 1px solid #dfe1e6; border-left-width: 0; border-right-width: 0; box-sizing: border-box; clear: both; display: block; - margin: (@aui-grid * 2) 0 0 0; + margin: 20px 0 0 0; padding: 0; position: relative; - width: 100%; + width: 100% } .aui-page-panel-inner { border-spacing: 0; display: table; table-layout: fixed; - width: 100%; + width: 100% } -.aui-page-panel-nav, -.aui-page-panel-content, -.aui-page-panel-item, -.aui-page-panel-sidebar { +.aui-page-panel-nav, .aui-page-panel-content, .aui-page-panel-item, .aui-page-panel-sidebar { box-sizing: border-box; display: table-cell; - padding: (@aui-grid * 2); - vertical-align: top; + padding: 20px; + vertical-align: top } .aui-page-panel-nav { - border-right: @aui-border-width @aui-border-type @aui-border-color; - width: @aui-page-nav-width; + border-right: 1px solid #dfe1e6; + width: 240px +} - .aui-navgroup ~ .aui-page-panel &, - .aui-sidebar ~ .aui-page-panel &, - .aui-page-header ~ .aui-page-panel & { - background: @ak-color-N0; - } +.aui-navgroup ~ .aui-page-panel .aui-page-panel-nav, .aui-sidebar ~ .aui-page-panel .aui-page-panel-nav, .aui-page-header ~ .aui-page-panel .aui-page-panel-nav { + background: #fff +} - // Standalone - .aui-page-panel & { - background: @aui-sidebar-background-color; - } +.aui-page-panel .aui-page-panel-nav { + background: #f4f5f7 } .aui-page-panel-sidebar { - width: @aui-page-sidebar-width; + width: 35% } .aui-page-panel-item { - padding: 0; + padding: 0 } .aui-page-panel-nav ~ .aui-page-panel-sidebar { - width: (@aui-page-sidebar-width - 5); + width: 30% +} + +.aui-page-header + .aui-page-panel, .aui-navbar + .aui-page-panel { + margin-top: 0 } -/* Page Panel Interops */ -.aui-page-header + .aui-page-panel, .aui-navbar + .aui-page-panel { + border-top: none +} + +.aui-page-panel-nav > .aui-nav-vertical, .aui-page-panel-nav > .aui-navgroup-vertical { + margin-left: -10px; + margin-right: -10px +} + +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav { margin-top: 0; + padding: 0 0 0 20px } -.aui-navbar + .aui-page-panel { - border-top: none; +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li { + position: relative } -.aui-page-panel-nav > .aui-nav-vertical, -.aui-page-panel-nav > .aui-navgroup-vertical { - margin-left: -(@aui-grid); - margin-right: -(@aui-grid); +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::before, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::before, .aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::after, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::after { + background-color: #dfe1e6; + content: ""; + left: -5px; + position: absolute +} - /* tree indication for nested aui-nav's. - it is expected that these are always expanded and no icons are added to the nav items. */ - .aui-nav .aui-nav { - margin-top: 0; - padding: 0 0 0 (@aui-grid * 2); +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::before, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::before { + bottom: 0; + top: 0; + width: 1px +} - > li { - position: relative; +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::after, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::after { + height: 1px; + top: 14px; + width: 5px +} - &::before, - &::after { - background-color: @aui-border-color; - content: ""; - left: -(@aui-grid / 2); - position: absolute; - } - - &::before { - bottom: 0; - top: 0; - width: @aui-nav-subtree-indicator-width; - } - - &::after { - height: @aui-nav-subtree-indicator-width; - top: @aui-font-size-medium; - width: (@aui-grid / 2); - } - &:last-child::before, - &.aui-nav-more::before { - bottom: 50%; - } - } - } +.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li:last-child::before, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li:last-child::before, .aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li.aui-nav-more::before, .aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li.aui-nav-more::before { + bottom: 50% } .aui-page-panel-content > .aui-navgroup-horizontal { - margin-left: -(@aui-grid * 2); - margin-right: -(@aui-grid * 2); + margin-left: -20px; + margin-right: -20px } + .aui-navgroup-horizontal + .aui-page-panel { border-top: 0; - margin-top: 0; -} -.aui-page-panel-content > .aui-navgroup-horizontal:first-child { - margin-top: -(@aui-grid * 2); + margin-top: 0 } -/** - * Page variations - */ -.aui-page-focused .aui-page-header, -.aui-page-focused .aui-page-panel, -.aui-page-focused #footer .footer-body, -.aui-page-notification .aui-page-header, -.aui-page-notification .aui-page-panel, -.aui-page-notification #footer .footer-body, -.aui-page-fixed .aui-header-inner, -.aui-page-fixed .aui-page-header-inner, -.aui-page-fixed .aui-navgroup-horizontal .aui-navgroup-inner, -.aui-page-fixed .aui-page-panel-inner, -.aui-page-fixed #footer .footer-body, -.aui-page-hybrid .aui-page-header, -.aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner, -.aui-page-hybrid .aui-page-panel-inner, -.aui-page-hybrid #footer .footer-body { +.aui-page-panel-content > .aui-navgroup-horizontal:first-child { + margin-top: -20px +} + +.aui-page-focused .aui-page-header, .aui-page-focused .aui-page-panel, .aui-page-focused #footer .footer-body, .aui-page-notification .aui-page-header, .aui-page-notification .aui-page-panel, .aui-page-notification #footer .footer-body, .aui-page-fixed .aui-header-inner, .aui-page-fixed .aui-page-header-inner, .aui-page-fixed .aui-navgroup-horizontal .aui-navgroup-inner, .aui-page-fixed .aui-page-panel-inner, .aui-page-fixed #footer .footer-body, .aui-page-hybrid .aui-page-header, .aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner, .aui-page-hybrid .aui-page-panel-inner, .aui-page-hybrid #footer .footer-body { margin-left: auto; margin-right: auto; - width: @aui-page-width-xlarge; + width: 980px } -/* extra width so left edge of hoverable content aligns with left edge of content while inactive. On hover, the hover affordance does extend outside the alignment but this looks better than the other way around. */ -.aui-page-fixed .aui-header-inner, -.aui-page-fixed .aui-navgroup-horizontal .aui-navgroup-inner, -.aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner { - width: (@aui-page-width-xlarge + (@aui-grid * 2)); +.aui-page-fixed .aui-header-inner, .aui-page-fixed .aui-navgroup-horizontal .aui-navgroup-inner, .aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner { + width: 1000px } -.aui-page-focused, -.aui-page-size { - &-small { - .aui-page-header, - .aui-page-panel, - #footer .footer-body { - width: @aui-page-width-small; - } - } - &-medium { - .aui-page-header, - .aui-page-panel, - #footer .footer-body { - width: @aui-page-width-medium; - } - } - &-large { - .aui-page-header, - .aui-page-panel, - #footer .footer-body { - width: @aui-page-width-large; - } - } - &-xlarge { - .aui-page-header, - .aui-page-panel, - #footer .footer-body { - width: @aui-page-width-xlarge; - } - } +.aui-page-focused-small .aui-page-header, .aui-page-size-small .aui-page-header, .aui-page-focused-small .aui-page-panel, .aui-page-size-small .aui-page-panel, .aui-page-focused-small #footer .footer-body, .aui-page-size-small #footer .footer-body { + width: 400px } -.aui-page-focused, -.aui-page-notification { - .aui-page-panel { - border-radius: @aui-border-radius-medium; - border-width: @aui-border-width; - } +.aui-page-focused-medium .aui-page-header, .aui-page-size-medium .aui-page-header, .aui-page-focused-medium .aui-page-panel, .aui-page-size-medium .aui-page-panel, .aui-page-focused-medium #footer .footer-body, .aui-page-size-medium #footer .footer-body { + width: 600px } -.aui-page-fixed .aui-page-panel-inner, -.aui-page-fixed #content > .aui-page-header { +.aui-page-focused-large .aui-page-header, .aui-page-size-large .aui-page-header, .aui-page-focused-large .aui-page-panel, .aui-page-size-large .aui-page-panel, .aui-page-focused-large #footer .footer-body, .aui-page-size-large #footer .footer-body { + width: 800px +} + +.aui-page-focused-xlarge .aui-page-header, .aui-page-size-xlarge .aui-page-header, .aui-page-focused-xlarge .aui-page-panel, .aui-page-size-xlarge .aui-page-panel, .aui-page-focused-xlarge #footer .footer-body, .aui-page-size-xlarge #footer .footer-body { + width: 980px +} + +.aui-page-focused .aui-page-panel, .aui-page-notification .aui-page-panel { + border-radius: 3px; + border-width: 1px +} + +.aui-page-fixed .aui-page-panel-inner, .aui-page-fixed #content > .aui-page-header { padding-left: 0; - padding-right: 0; + padding-right: 0 } -.aui-page-fixed .aui-page-panel-nav:first-child, -.aui-page-fixed .aui-page-panel-content:first-child, -.aui-page-fixed .aui-page-panel-item:first-child, -.aui-page-fixed .aui-page-panel-sidebar:first-child, -.aui-page-hybrid .aui-page-panel-nav:first-child, -.aui-page-hybrid .aui-page-panel-content:first-child, -.aui-page-hybrid .aui-page-panel-item:first-child, -.aui-page-hybrid .aui-page-panel-sidebar:first-child { - padding-left: 0; +.aui-page-fixed .aui-page-panel-nav:first-child, .aui-page-fixed .aui-page-panel-content:first-child, .aui-page-fixed .aui-page-panel-item:first-child, .aui-page-fixed .aui-page-panel-sidebar:first-child, .aui-page-hybrid .aui-page-panel-nav:first-child, .aui-page-hybrid .aui-page-panel-content:first-child, .aui-page-hybrid .aui-page-panel-item:first-child, .aui-page-hybrid .aui-page-panel-sidebar:first-child { + padding-left: 0 } -.aui-page-fixed .aui-page-panel-nav:last-child, -.aui-page-fixed .aui-page-panel-content:last-child, -.aui-page-fixed .aui-page-panel-item:last-child, -.aui-page-fixed .aui-page-panel-sidebar:last-child, -.aui-page-hybrid .aui-page-panel-nav:last-child, -.aui-page-hybrid .aui-page-panel-content:last-child, -.aui-page-hybrid .aui-page-panel-item:last-child, -.aui-page-hybrid .aui-page-panel-sidebar:last-child { - padding-right: 0; +.aui-page-fixed .aui-page-panel-nav:last-child, .aui-page-fixed .aui-page-panel-content:last-child, .aui-page-fixed .aui-page-panel-item:last-child, .aui-page-fixed .aui-page-panel-sidebar:last-child, .aui-page-hybrid .aui-page-panel-nav:last-child, .aui-page-hybrid .aui-page-panel-content:last-child, .aui-page-hybrid .aui-page-panel-item:last-child, .aui-page-hybrid .aui-page-panel-sidebar:last-child { + padding-right: 0 } -/* reset to 100% inside page panel */ .aui-page-panel .aui-page-header { - width: auto; + width: auto } .aui-page-panel .aui-page-header-inner { - width: 100%; + width: 100% } -/** - * TABS AS FIRST CHILD IN CONTENT - * Explicitly sets bg to white, changes horizontal hovers to work on grey. - * Remember these extend the standard component styles. - */ - #content > .aui-tabs { - margin: (@aui-grid * 2); - - > .tabs-pane { - padding-top: (@aui-grid * 2); - padding-bottom: (@aui-grid * 2); - } + margin: 20px } -/** - * AUI Forms inside of a focused page - */ - -.aui-page-focused .aui-page-panel-content > h2:first-child, -.aui-page-notification .aui-page-panel-content > h1:first-child { - border-bottom: @aui-border-width @aui-border-type @aui-border-color; - margin-bottom: (@aui-grid * 2); - padding-bottom: (@aui-grid * 2); +#content > .aui-tabs > .tabs-pane { + padding-top: 20px; + padding-bottom: 20px } -.aui-page-notification { - .aui-page-panel { - margin-top: @aui-page-notification-panel-margin-top; - } +.aui-page-focused .aui-page-panel-content > h2:first-child, .aui-page-notification .aui-page-panel-content > h1:first-child { + border-bottom: 1px solid #dfe1e6; + margin-bottom: 20px; + padding-bottom: 20px +} - .aui-page-panel-content { - color: @aui-color-medium-gray; - padding: @aui-page-notification-content-padding; - text-align: center; +.aui-page-notification .aui-page-panel { + margin-top: 50px +} - .aui-page-notification-description { - font-size: @aui-font-size-xlarge; - } +.aui-page-notification .aui-page-panel-content { + color: #7a869a; + padding: 40px; + text-align: center +} - form.aui .text { - margin-right: @aui-page-notification-panel-content-form-text-margin-right; - } - } +.aui-page-notification .aui-page-panel-content .aui-page-notification-description { + font-size: 20px +} - &-details { - margin: 0 auto; - max-width: @aui-page-notification-details-min-width; - width: @aui-page-width-xlarge; +.aui-page-notification .aui-page-panel-content form.aui .text { + margin-right: 10px +} - &-header { - color: @aui-color-medium-gray; - margin: @aui-page-notification-details-header-top-margin auto 0; - position: relative; - text-align: center; +.aui-page-notification-details { + margin: 0 auto; + max-width: 90%; + width: 980px +} - &-expander { - display: flex; - align-items: center; - align-content: center; - justify-content: center; +.aui-page-notification-details-header { + color: #7a869a; + margin: 20px auto 0; + position: relative; + text-align: center +} - &::before, - &::after { - border-top: 1px solid @aui-border-color; - content: ''; - display: block; - flex: 1; - } +.aui-page-notification-details-header-expander { + display: flex; + align-items: center; + align-content: center; + justify-content: center +} - .aui-expander-trigger { - background-color: @aui-button-default-bg-color; - display: inline-block; - padding: @aui-page-notification-details-header-expander-trigger-padding; - position: relative; - } - } - } - } +.aui-page-notification-details-header-expander::before, .aui-page-notification-details-header-expander::after { + border-top: 1px solid #dfe1e6; + content: ''; + display: block; + flex: 1 +} + +.aui-page-notification-details-header-expander .aui-expander-trigger { + background-color: rgba(9, 30, 66, 0.08); + display: inline-block; + padding: 10px; + position: relative } .aui-page-focused .aui-page-panel-content > form.aui .buttons-container { - border-top: @aui-border-width @aui-border-type @aui-border-color; - margin-top: (@aui-grid * 2); - padding-top: (@aui-grid * 2); + border-top: 1px solid #dfe1e6; + margin-top: 20px; + padding-top: 20px } -// responsive layout mixins -.aui-responsive-layout-full-width() { - .aui-page-header, - .aui-page-panel { - #aui.box-sizing(border-box); - width: 100%; +@media screen and (max-width: 767px) { + html.aui-responsive .aui-page-fixed #content > .aui-page-header, html.aui-responsive .aui-page-hybrid #content > .aui-page-header, html.aui-responsive .aui-page-fixed .aui-page-panel-inner, html.aui-responsive .aui-page-hybrid .aui-page-panel-inner, html.aui-responsive .aui-page-fixed .aui-header-inner, html.aui-responsive .aui-page-hybrid .aui-header-inner, html.aui-responsive .aui-page-fixed .aui-navgroup-horizontal .aui-navgroup-inner, html.aui-responsive .aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner, html.aui-responsive .aui-page-fixed #footer .footer-body, html.aui-responsive .aui-page-hybrid #footer .footer-body { + box-sizing: border-box; + width: 100% } - .aui-page-panel { - margin-top: 0; - } -} - -.aui-responsive-layout-remove-borders() { - .aui-page-panel { - border-radius: 0; - border-left: 0; - border-right: 0; - } -} - -#aui.responsive-small({ - .aui-page-fixed, - .aui-page-hybrid { - #content > .aui-page-header, - .aui-page-panel-inner, - .aui-header-inner, - .aui-navgroup-horizontal .aui-navgroup-inner, - #footer .footer-body { - #aui.box-sizing(border-box); - width: 100%; - } + html.aui-responsive .aui-page-header-inner { + display: block; + width: 100% } - .aui-page-header-inner { - display: block; - width: 100%; - } - - .aui-page-header-actions { + html.aui-responsive .aui-page-header-actions { display: block; width: auto; text-align: left; - margin-top: (@aui-grid * 2); + margin-top: 20px; padding-left: 0; - padding-right: (@aui-grid * 2) + padding-right: 20px } -}); +} -#aui.responsive-medium({ - .aui-page-hybrid { - .aui-page-header, - .aui-page-panel-inner, - .aui-page-fixed .aui-header-inner, - .aui-navgroup-horizontal .aui-navgroup-inner { - #aui.box-sizing(border-box); - width: 100%; - } +@media screen and (max-width: 800px) { + html.aui-responsive .aui-page-hybrid .aui-page-header, html.aui-responsive .aui-page-hybrid .aui-page-panel-inner, html.aui-responsive .aui-page-hybrid .aui-page-fixed .aui-header-inner, html.aui-responsive .aui-page-hybrid .aui-navgroup-horizontal .aui-navgroup-inner { + box-sizing: border-box; + width: 100% } -}); +} -#aui.responsive-large({ - .aui-page-fixed, - .aui-page-hybrid { - #content > .aui-page-header, - .aui-page-panel-inner { - padding-left: (@aui-grid * 2); - padding-right: (@aui-grid * 2); - } +@media screen and (max-width: 1023px) { + html.aui-responsive .aui-page-fixed #content > .aui-page-header, html.aui-responsive .aui-page-hybrid #content > .aui-page-header, html.aui-responsive .aui-page-fixed .aui-page-panel-inner, html.aui-responsive .aui-page-hybrid .aui-page-panel-inner { + padding-left: 20px; + padding-right: 20px } - .aui-page-panel-content, - .aui-page-panel-sidebar { + html.aui-responsive .aui-page-panel-content, html.aui-responsive .aui-page-panel-sidebar { display: block; padding-left: 0; padding-right: 0; - width: auto; + width: auto } - .aui-page-fixed .aui-header-inner, - .aui-page-fixed .aui-page-header-inner, - .aui-page-fixed .aui-page-panel-inner, - .aui-page-fixed #footer .footer-body { + html.aui-responsive .aui-page-fixed .aui-header-inner, html.aui-responsive .aui-page-fixed .aui-page-header-inner, html.aui-responsive .aui-page-fixed .aui-page-panel-inner, html.aui-responsive .aui-page-fixed #footer .footer-body { box-sizing: border-box; - width: 100%; - } -}); - -// General responsive layout breakpoints -html.aui-responsive { - - // so that text in the footer wraps correctly - #footer .footer-body > ul > li { - white-space: normal; - } - - // Focused page responsive layout breakpoints - @media screen and (max-width: 400px) { - .aui-page-focused-small { - .aui-responsive-layout-full-width(); - .aui-responsive-layout-remove-borders(); - } - } - - @media screen and (max-width: 600px) { - .aui-page-focused-medium { - .aui-responsive-layout-full-width(); - .aui-responsive-layout-remove-borders(); - } - } - - @media screen and (max-width: 800px) { - .aui-page-focused-large { - .aui-responsive-layout-full-width(); - .aui-responsive-layout-remove-borders(); - } - } - - @media screen and (max-width: 980px) { - .aui-page-focused-xlarge { - .aui-responsive-layout-full-width(); - .aui-responsive-layout-remove-borders(); - } + width: 100% } } -@import 'imports/global'; +html.aui-responsive #footer .footer-body > ul > li { + white-space: normal +} -@atlassian-logo-neutral-image: 'images/logos/atlassian/atlassian-horizontal-neutral.svg'; -@atlassian-logo-blue-image: 'images/logos/atlassian/atlassian-horizontal-blue.svg'; +@media screen and (max-width: 400px) { + html.aui-responsive .aui-page-focused-small .aui-page-header, html.aui-responsive .aui-page-focused-small .aui-page-panel { + box-sizing: border-box; + width: 100% + } -@atlassian-logo-image-width: 127px; // todo when we can use LESS > 1.7.0: image-width(@atlassian-logo-neutral-image); -@atlassian-logo-image-height: 24px; // todo when we can use LESS > 1.7.0: image-height(@atlassian-logo-neutral-image); + html.aui-responsive .aui-page-focused-small .aui-page-panel { + margin-top: 0 + } + html.aui-responsive .aui-page-focused-small .aui-page-panel { + border-radius: 0; + border-left: 0; + border-right: 0 + } +} + +@media screen and (max-width: 600px) { + html.aui-responsive .aui-page-focused-medium .aui-page-header, html.aui-responsive .aui-page-focused-medium .aui-page-panel { + box-sizing: border-box; + width: 100% + } + + html.aui-responsive .aui-page-focused-medium .aui-page-panel { + margin-top: 0 + } + + html.aui-responsive .aui-page-focused-medium .aui-page-panel { + border-radius: 0; + border-left: 0; + border-right: 0 + } +} + +@media screen and (max-width: 800px) { + html.aui-responsive .aui-page-focused-large .aui-page-header, html.aui-responsive .aui-page-focused-large .aui-page-panel { + box-sizing: border-box; + width: 100% + } + + html.aui-responsive .aui-page-focused-large .aui-page-panel { + margin-top: 0 + } + + html.aui-responsive .aui-page-focused-large .aui-page-panel { + border-radius: 0; + border-left: 0; + border-right: 0 + } +} + +@media screen and (max-width: 980px) { + html.aui-responsive .aui-page-focused-xlarge .aui-page-header, html.aui-responsive .aui-page-focused-xlarge .aui-page-panel { + box-sizing: border-box; + width: 100% + } + + html.aui-responsive .aui-page-focused-xlarge .aui-page-panel { + margin-top: 0 + } + + html.aui-responsive .aui-page-focused-xlarge .aui-page-panel { + border-radius: 0; + border-left: 0; + border-right: 0 + } +} + +/* module-key = 'com.atlassian.auiplugin:aui-page-layout', location = 'src/less/adg-page-layout.less' */ #footer-logo { - margin-top: (@aui-grid * 2); + margin-top: 20px +} - a { - background: url(@atlassian-logo-neutral-image) center center no-repeat; - background-size: @atlassian-logo-image-width @atlassian-logo-image-height; - display: block; - height: @atlassian-logo-image-height; - margin: 0 auto; - overflow: hidden; - text-align: left; - text-indent: -9999em; - width: @atlassian-logo-image-width; +#footer-logo a { + background: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-page-layout/images/logos/atlassian/atlassian-horizontal-neutral.svg') center center no-repeat; + background-size: 127px 24px; + display: block; + height: 24px; + margin: 0 auto; + overflow: hidden; + text-align: left; + text-indent: -9999em; + width: 127px +} - &:focus, - &:hover, - &:active { - background-image: url(@atlassian-logo-blue-image); - } +#footer-logo a:focus, #footer-logo a:hover, #footer-logo a:active { + background-image: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-page-layout/images/logos/atlassian/atlassian-horizontal-blue.svg') +} + +/* module-key = 'com.atlassian.auiplugin:internal-basic-css', location = 'src/less/basic.less' */ +/*! Atlassian UI and the Atlassian Design Guidelines are created by Atlassian. See https://developer.atlassian.com/display/AUI/ and https://developer.atlassian.com/design/ for license details. */ +.clear { + clear: both +} + +.hidden, form.aui .hidden, form.aui .field-group.hidden, form.aui fieldset.hidden { + display: none +} + +.assistive, form.aui legend.assistive { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px +} + +.aui-box-shadow { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13) +} + +.aui-dialog.aui-box-shadow { + box-shadow: none +} + +/* module-key = 'com.atlassian.auiplugin:dropdown', location = 'src/less/dropdown.less' */ +.aui-dd-parent { + position: relative +} + +.aui-dd-parent span a.aui-dd-trigger, .aui-dd-parent a.aui-dd-trigger { + background: transparent url('data:image/gif;base64,R0lGODlhQQAaAJEDAP///zc3N21tbf///yH5BAEAAAMALAAAAABBABoAAALznA+ny+0PI5hs2psMxmjb5VEKh0BJeA3o13lNNprqetJxVWo5/M6rj7qBNLDiiZhS+SoUHi6opLGApSTy+Ki5lLNclyfSkTjOYZmqS3PPVRtb3Mvi5FKuAzt8We29+jsap1f2c7XRsgV1F7HI2Ngo4Bgp6ShQyVCJmQlpoKl50Jm5AGqp4PkJATkaqopZOtqwWYo6wGpZG0sLe8q5i3tJWwvMKvsLvGu82cnbKmo7q7p8GxsaTcrZ6isqrJxrzHvdDX5q6pkta04dPv3tkBpsPq77kA1fDV2fi96eHq572/9L3z560K69MggKoal2kxo6HFAAADs=') no-repeat -13px 0; + border: none; + color: #000; + display: block; + height: 13px; + padding: 0; + text-indent: -9999px; + width: 13px +} + +.aui-dd-parent a.aui-dd-trigger.active, .aui-dd-parent a.aui-dd-trigger:hover, .aui-dd-parent a.aui-dd-trigger:active, .aui-dd-parent a.aui-dd-trigger:focus { + background-position: -26px 0; + border: none; + color: #000 +} + +.aui-dd-parent span a.aui-dd-trigger { + position: absolute; + right: 5px; + top: 8px +} + +.aui-dd-parent span a.aui-dd-trigger.unstyled, .aui-dd-parent a.aui-dd-trigger.unstyled { + background: none; + border: none; + color: inherit; + display: block; + height: auto; + text-indent: 0; + width: auto +} + +.aui-dd-parent a.aui-dd-trigger-unstyled.active, .aui-dd-parent a.aui-dd-trigger-unstyled:hover, .aui-dd-parent a.aui-dd-trigger-unstyled:active, .aui-dd-parent a.aui-dd-trigger-unstyled:focus { + background: none; + border: none; + color: inherit +} + +.aui-dd-parent span a.aui-dd-trigger-unstyled { + position: absolute; + right: auto; + top: auto +} + +.aui-dropdown { + list-style-type: none +} + +.aui-dd-parent .aui-dropdown, .aui-dropdown, .aui-dd-parent .aui-shadow-parent { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); + background: #fff; + border: 0 solid #dfe1e6; + border-radius: 3px; + color: #344563; + margin-top: -1px; + padding: 3px 0; + position: absolute; + z-index: 2003 +} + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .aui-dd-parent .aui-dropdown, .aui-dropdown, .aui-dd-parent .aui-shadow-parent { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13) } } - - - - Atlassian horizontal blue gradient - small - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Atlassian horizontal neutral gradient - small - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - -@import './imports/global'; - -.aui-avatar-size(@type, @size) { - &.aui-avatar-@{type}, - &.aui-avatar-@{type} .aui-avatar-inner { - height: @size; - max-width: @size; - max-height: @size; - width: @size; - } +.aui-dd-parent .aui-dropdown-left { + left: 0px } -.aui-avatar-border-size(@type, @size, @border-radius: (@size * @aui-avatar-border-radius-ratio)) { - &.aui-avatar-@{type} { - border-radius: @border-radius; - - .aui-avatar-inner { - border-radius: @border-radius; - } - } +.aui-dd-parent .aui-dropdown-right { + right: 0px } -// AUI avatar component -.aui-avatar { - box-sizing: border-box; +.aui-dd-parent .aui-shadow { + right: 5px +} + +.aui-dd-parent .aui-dropdown li.dropdown-item, .aui-dropdown li.dropdown-item { + display: block; + float: none; + margin: 0; + position: static +} + +.aui-dd-parent .aui-dropdown a.item-link, .aui-dropdown a.item-link { display: inline-block; - position: relative; + float: none; + height: auto; + padding: 4px 14px 3px 12px; + position: static; + text-decoration: none; + text-indent: 0; + white-space: nowrap; + width: auto +} + +.aui-dd-parent .aui-dropdown a.item-link, .aui-dd-parent .aui-dropdown a.item-link:link, .aui-dd-parent .aui-dropdown a.item-link:visited, .aui-dropdown a.item-link, .aui-dropdown a.item-link:link, .aui-dropdown a.item-link:visited { + background-color: transparent; + color: #344563; + text-decoration: none; + cursor: pointer +} + +.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link, .aui-dd-parent .aui-dropdown a.item-link:hover, .aui-dd-parent .aui-dropdown a.item-link:focus, .aui-dropdown a.item-link:hover, .aui-dropdown a.item-link:focus { + background-color: #ebecf0; + color: #344563 +} + +.aui-dd-parent .aui-dropdown a.item-link:active, .aui-dropdown a.item-link:active { + background-color: #deebff; + color: #0052cc +} + +.aui-dd-parent .aui-dropdown li.dropdown-item a.item-link span.icon { + display: inline-block +} + +div.shim { + position: absolute +} + +/* module-key = 'com.atlassian.auiplugin:internal-iconfont-v1', location = 'src/less/iconfont-atlassian-icons.less' */ +@font-face { + font-family: "Atlassian Icons"; + src: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v1/fonts/atlassian-icons.eot'); + src: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v1/fonts/atlassian-icons.eot?#iefix') format('embedded-opentype'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v1/fonts/atlassian-icons.woff') format('woff'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v1/fonts/atlassian-icons.ttf') format('truetype'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v1/fonts/atlassian-icons.svg#atlassian-icons') format('svg'); + font-weight: normal; + font-style: normal +} + +/* module-key = 'com.atlassian.auiplugin:internal-iconfont-v2', location = 'src/less/iconfont-adgs-icons.less' */ +@font-face { + font-family: "Adgs Icons"; + src: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v2/fonts/adgs-icons.eot'); + src: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v2/fonts/adgs-icons.eot?#iefix') format('embedded-opentype'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v2/fonts/adgs-icons.woff') format('woff'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v2/fonts/adgs-icons.ttf') format('truetype'), url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:internal-iconfont-v2/fonts/adgs-icons.svg#adgs-icons') format('svg'); + font-weight: normal; + font-style: normal +} + +/* module-key = 'com.atlassian.auiplugin:icons', location = 'src/less/aui-icons.less' */ +.aui-icon { + background-repeat: no-repeat; + background-position: 0 0; + border: none; + display: inline-block; + height: 16px; + margin: 0; + padding: 0; + text-align: left; + text-indent: -999em; vertical-align: text-bottom; + width: 16px +} - &-inner { - display: flex; - justify-content: center; - align-content: center; +.aui-icon-small, .aui-icon-large { + line-height: 0; + position: relative; + vertical-align: text-top +} - border-radius: 100%; - overflow: hidden; +.aui-icon-small::before, .aui-icon-large::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: inherit; + left: 0; + line-height: 1; + position: absolute; + text-indent: 0; + top: 50% +} + +.aui-icon-small { + height: 16px; + width: 16px +} + +.aui-icon-large { + height: 32px; + width: 32px +} + +.aui-icon-small:before { + font-size: 16px; + margin-top: -8px +} + +.aui-icon-large:before { + font-size: 32px; + margin-top: -16px +} + +.icon-move, .icon-move-d, .icon-dropdown, .icon-dropdown-d, .icon-dropdown-active, .icon-dropdown-active-d, .icon-minimize, .icon-minimize-d, .icon-maximize, .icon-maximize-d { + background-repeat: no-repeat +} + +.aui-icon.icon-move, .aui-icon.icon-move-d, .aui-icon.icon-dropdown, .aui-icon.icon-dropdown-d, .aui-icon.icon-dropdown-active, .aui-icon.icon-dropdown-active-d, .aui-icon.icon-minimize, .aui-icon.icon-minimize-d, .aui-icon.icon-maximize, .aui-icon.icon-maximize-d { + background-position: 0 0 !important; + height: 13px; + vertical-align: baseline; + width: 13px +} + +.icon-move { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANAQAAAABakNnRAAAAAnRSTlMAAHaTzTgAAAAlSURBVHgBY2BiYGBnYOBvADGUFBiSDBj+/wCSIDYTSBwoC2QAAF4LBNQUu22rAAAAAElFTkSuQmCC'); + cursor: move +} + +.icon-move-d { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAAAAABXgLugAAAAAnRSTlMAAHaTzTgAAAAtSURBVHgBY4CAXDAJ4+TmInOgXAyVuXAMIuC8XCBGBqhyMBaaSTjtg3DQVQIAa64U3lyaxpQAAAAASUVORK5CYII='); + cursor: move +} + +.icon-dropdown { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAKUlEQVQY02NgwAf+YwFQCezKKZRCtwdFF4oD0A1ESFDBGVil8IQGbgAAiaBjnU8tP0kAAAAASUVORK5CYII=') +} + +.icon-dropdown-d { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAKklEQVQY02NgwAdy/2NCqAR25RRKoduDogvFAegGIiSo4AysUnhCAzcAAJOYRxkKj+5hAAAAAElFTkSuQmCC') +} + +.icon-dropdown-active { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAKElEQVQY02NgwAf+YwE4JaCSlEhh2o2kC91RKAYyoPOo7kI8oYEbAACHhecZSiXhsAAAAABJRU5ErkJggg==') +} + +.icon-dropdown-active-d { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAKElEQVQY02NgwAdy/2NCnBJQSUqkMO1G0oXuKBQDGdB5VHchntDADQAE0qTxqu2HqgAAAABJRU5ErkJggg==') +} + +.icon-minimize { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAHklEQVQY02NgwAf+YwE4JaCS5Epht3/wSOEJDdwAAFcvh3lwBRT4AAAAAElFTkSuQmCC') +} + +.icon-minimize-d { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAH0lEQVQY02NgwAdy/2NCnBJQSXKlsNs/eKTwhAZuAAAbK2Cx/Io00wAAAABJRU5ErkJggg==') +} + +.icon-maximize { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAJUlEQVQY02NgIAT+YwDipNBNwS+F3SjCUtjdSoYDiJDC6VncAAAKY3uF7U/mdQAAAABJRU5ErkJggg==') +} + +.icon-maximize-d { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAJklEQVQY02NgIARy/6ND4qTQTcEvhd0owlLY3UqGA4iQwulZ3AAAn8BYKXiL6OYAAAAASUVORK5CYII=') +} + +form.aui .icon-date, .aui-icon-date { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAARElEQVR4AWMoIBGANFgXr8dE927fw0TkaCDLSf/B4O7duwQZ5Gq4iwNccDGHI4gIARuA6tAYJGig1En0DyVMQFcnkQgA7103vYurRvEAAAAASUVORK5CYII=') +} + +form.aui .icon-range, .aui-icon-range { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAARklEQVR4AWMoIBGANFgXr8dEd7EBcjSQ5aT/YAA0gCCDXA0Q911wMSeIUGwA8gkyyNWAsJRyJ6F5mmQNhJ2EFtN0ijgSAQD0WQfB7IGD0QAAAABJRU5ErkJggg==') +} + +.aui-icon-required { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAARUlEQVR4AWOAgQsu5v8ZSAIIjaVAbA4yAEqXkmpAMxDfABkApZtJNYARiHtABkBpRlIN0AbiK0AcBMQrQHyGkQdGwSgAAPtCJnBUV/TSAAAAAElFTkSuQmCC') +} + +form.aui .icon-users, .aui-icon-users { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAArElEQVR4AWOgCbAuXi8HxLuA+DOUliPVgN1A/B8J78epuKCgwBOIn0GxJ9SAz2gG/MSllgHK+Q/Fz/C5AFMtpuBzWBhADfkCpeWxqoUKeoE4QPwExMbhU9LUAm2UAuK9IL8D8R4glmQgYLIGCCMZsBYtDNZiqkUIlCH5qxxqwCc0Az5jVQsVfI4k+A5qwH90jEstA4SDwLgNwFQ7jAy4gSR4F2rAaTQDjuFSCwBFeGK4drVwMAAAAABJRU5ErkJggg==') +} + +form.aui .icon-help, .aui-icon-help, form.aui .icon-inline-help, .aui-icon-inline-help { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABG0lEQVR4AU2RNVYtQRiE+7m7IxHRlRxnHWwAty9lDbg7K4AUh7kJ7vDwEGLcvU6f6cP8NVJVXe3GFWGqWedSWBcLm2DxjmZuuSFGgxATu9X/tWt+zTAPdBNnnBNHl5whP0KDRJm1ezjimn6SpArlNhqRCLd02eA0h+SSzS47PJfuUEvEUMMN/yR/8UC5DVaKJej/T6PVGNbxjC1SeKtvBgfMawQVHhuGS9oC+8ninGW3XNq4MlwRDAyzx1enFDgxbOAFAhP0BpTHf7dIZyW64f1F1hqi3NLhW584Ej77StskKkIjD5Ra6y0bwlvLC7inyR31iCJd2MF5Zs+0U84wr58uq5U7bvBoEDxupBrVHCwi1LLJNaf8F4s4/xGiuqDPs2tUOAAAAABJRU5ErkJggg==') +} + +.aui-message .icon-close, .aui-icon-close { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAOUlEQVR4AWOgGogCQjQ+KrcfCKMw+MgCECEMHqYSdGlMJZjSCCWo0oQVELaCsCMJe5NwQBEOasoBAGP2Kx0Yi3q/AAAAAElFTkSuQmCC') +} + +.aui-message .icon-close-inverted, .aui-message.error .icon-close, .aui-icon-close-inverted { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAOklEQVR4AWOgFvi/4P8CdD4qFwQWYPCRBSBCGDxMJejSmEowpRFKUKUJKyBsBWFHEvYm4YAiHNSUAwDHH6hxrraMqwAAAABJRU5ErkJggg==') +} + +.aui-icon-dropdown { + border: 4px solid transparent; + border-top-color: #172b4d; + content: ""; + display: inline-block; + height: 0; + overflow: hidden; + text-align: left; + text-indent: -999em; + position: relative; + vertical-align: baseline; + width: 0 +} + +/* module-key = 'com.atlassian.auiplugin:icons', location = 'src/less/adg-icons.less' */ +.aui-icon-wait { + background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==) +} + +.aui-dropdown2 .active .aui-icon-wait, .aui-button-primary .aui-icon-wait, .aui-button-primary[aria-disabled="true"] .aui-icon-wait { + background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAKC72NTg7e7z97rN4oaozWyWwlKDuP///5Sy08jX6OLq8q7F3XmfyEV6s/r7/AAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUAI/eAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJ1+gadUqUOtFTI4rJgTSHMwxG1kqG8RhBwRAGIlOacSgNx6G1CzUYgaIkE0IIEsqGoaCcAWSEz6PAnBgUrcOQ15MhTMJYd1ZyUDXSDGelBY0qogJg/ZoAFAQNCDoxDBRvIQMAD1kzgSAgBQWQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfnAko3OJJU0AqNJQaM4hnIUo0QoAnFw0xA3QmAdR5ZJg0PAMCkQW7TWg7EAAFjKB2GwWECjH8LoN2EkBlvDD5FgNAgMg/oo1iwMBfNVA9DGJXMMIXN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfkIolgumVRrQSY5Q9M1g9hUB9Mxk1FIQMCACYIEh4EcPY0gFSMAD7NJYbFSHi6Sgo5gyHyuDIBWxH3AupQFotklAAqNAvqqkiAM8IaBjCHM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABFzwySkJvRK0N5IcBfYEAOct2CYJRReijSEhi5wABOE1lqACpIfqUVCIHiWKrNbYEBgM0UIgcIByBNllcegGKKGLYWxQGRCW46SQfYzVQkmj0BweC7Im3C23w/UYEQAh+QQFBwAIACwAAAAAEAAOAAAERRDJiQCgWA55Ds/c1iECKAFeR5DYIBTIEVheFU/DsWH1Su2YwMSAIPiCnUPJcsmUPkNMQZY5TqYdIkJrSma4lAJQAgZFAAAh+QQFBwAOACwAAAAAEAAQAAAEa9DJ6Uqh2DUmEZCAkTUAhyAOooiZsRinIaBUwYgIYQFBpSSSRgFRaEwahoEjwJIYOJRGgmDUGK5VCmEwSCCu2AxBoRAsohhDgIBBNh1PCTBoMDaqgkPSIchmGAdKDlBoEwoHFyNpB2wZjn4RACH5BAUHAA8ALAAAAAAQABAAAARb8Mn5jKFYFkkIz9zFeEQCSkgzPgmDWc3DFBaxSMktGXS2CANM44JZuCaNJIixWASTygwjEQgATpMBI4rdPBYxEGCheDRugZPggHhceaDGmkiMOw4XxzE+CIQpEQAh+QQFBwAOACwBAAEADwAPAAAEVtBJI0uRTOpab1nb5l3L5TSnZlAOAzjGgEiNgYZA8G73hpihYAFAzAQ1n4HsSCsFa6yawrHbHA4IRGI6S/gOAIWC4JiFDFeKoBE4Mg4XwdqhAKo0g2MEACH5BAUHAA8ALAAAAAAQABAAAARd8Mn5WqNY3meMLBtmXB1HhFTjdQ3iYZtlFYyEEBlMLHiOES8fxYAoCicGgLL2URQwrmHicOhNEgKExnEIeBQExiLxICgWEsLTFgjUesGJotF+DBw+xzcgIec2SjkRACH5BAUHAA4ALAAAAQAQAA8AAARa0MnpWpOGamll2Vr3bZlmlMQITgxSXFRJqc4i3AvI7EVw/AkQgeBqnAgCmYSwcrwmjUWAKVHUGooEw4EYOAcACUNGGCQKgi1ME3CYHYD2pmB1JII15QaBAEUAACH5BAUHAA8ALAAAAQAQAA8AAARY8MlJX6t4NlMNx8ZFHQdSiU3xFeTxTYZaAQfTiZKiZ0/hGwOHQADI+BifBiOBsVUGkpcEsXA+Ao9iYuAjLCQAgqQgETMACwOWJ2CiHwQmSL6ANoq8shgTAQAh+QQFBwAPACwAAAEADwAPAAAEWvDJIoy8+JajspfDwXxS9xjH4RnNaRLj1bAY4RRZKyFBkiCemcEAUBiBuaGlVRh4cDLAQ+BhIKBO4AIwZBBOsNNEUEBIF5aHTh1YPMwPBmB9cb+ljy8pHsNEAAA7) +} + +.aui-icon-success, .aui-icon-warning, .aui-icon-info, .aui-icon-error, .aui-icon-hint, .aui-icon-generic { + height: 16px; + width: 16px; + line-height: 0; + position: relative +} + +.aui-icon-success::before, .aui-icon-warning::before, .aui-icon-info::before, .aui-icon-error::before, .aui-icon-hint::before, .aui-icon-generic::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: #7a869a; + content: "\f234"; + font-size: 16px; + left: 0; + line-height: 1; + margin-top: -8px; + position: absolute; + text-indent: 0; + top: 50% +} + +.aui-icon-generic:before { + color: #0052cc; + content: "\f234" +} + +.aui-icon-error:before { + color: #ff5630; + content: "\f15a" +} + +.aui-icon-hint:before, .aui-icon-info:before { + color: #0052cc; + content: "\f234" +} + +.aui-icon-success:before { + color: #36b37e; + content: "\f104" +} + +.aui-icon-warning:before { + color: #ffab00; + content: "\f1b3" +} + +/* module-key = 'com.atlassian.auiplugin:table', location = 'src/less/tables.less' */ +/*! AUI Tables *//*! Note child combinator are used to ensure nested non-AUI tables don't receive any AUI styles. */ +table.aui { + border-collapse: collapse; + width: 100% +} + +table.aui table.aui { + margin: 0 +} + +table.aui > caption { + color: #7a869a; + background: #f4f5f7; + border-bottom: 1px solid #dfe1e6; + caption-side: top; + padding: 7px 10px; + text-align: left +} + +table.aui > thead > tr > th, table.aui > tbody > tr > th, table.aui > tfoot > tr > th, table.aui > thead > tr > td, table.aui > tbody > tr > td, table.aui > tfoot > tr > td { + padding: 7px 10px; + text-align: left; + vertical-align: top +} + +table.aui > thead > tr > th > ul.menu, table.aui > tbody > tr > th > ul.menu, table.aui > tfoot > tr > th > ul.menu, table.aui > thead > tr > td > ul.menu, table.aui > tbody > tr > td > ul.menu, table.aui > tfoot > tr > td > ul.menu { + list-style-type: none; + margin: 0; + padding: 0 +} + +table.aui > thead > tr > th > ul.menu > li, table.aui > tbody > tr > th > ul.menu > li, table.aui > tfoot > tr > th > ul.menu > li, table.aui > thead > tr > td > ul.menu > li, table.aui > tbody > tr > td > ul.menu > li, table.aui > tfoot > tr > td > ul.menu > li { + float: left; + margin: 0 10px 0 0; + width: auto +} + +table.aui > tbody > tr, table.aui > tfoot > tr { + background: #fff; + color: #172b4d +} + +table.aui > tbody > tr:first-child > td, table.aui > tfoot > tr:first-child > td, table.aui > tbody > tr:first-child > th, table.aui > tfoot > tr:first-child > th { + border-top: 1px solid #dfe1e6 +} + +table.aui > thead { + border-bottom: 2px solid #dfe1e6 +} + +table.aui > thead > tr > th { + color: #7a869a; + font-size: 12px; + font-weight: 600; + line-height: 1.66666667; + letter-spacing: 0; + text-transform: none +} + +table.aui > tbody > tr > th { + color: #7a869a; + font-size: 12px; + font-weight: 600; + line-height: 1.66666667; + letter-spacing: 0; + text-transform: none; + font-size: inherit; + background: #fff +} + +table.aui.aui-zebra tr { + border-bottom: 0 +} + +table.aui.aui-zebra > thead > tr:nth-child(even), table.aui.aui-zebra > tbody > tr:nth-child(even), table.aui.aui-zebra > tfoot > tr:nth-child(even), table.aui.aui-zebra > tbody > tr:nth-child(even) > th { + background: #f4f5f7; + color: #172b4d +} + +table.aui .aui-button-link { + padding-top: 0; + padding-bottom: 0; + line-height: inherit; + height: auto; + border: 0 +} + +table.aui:not(.aui-table-list) > tbody > tr > th, table.aui:not(.aui-table-list) > tfoot > tr > th, table.aui:not(.aui-table-list) > tbody > tr > td, table.aui:not(.aui-table-list) > tfoot > tr > td { + border-bottom: 1px solid #dfe1e6 +} + +table.aui.aui-table-list > tbody > tr:hover, table.aui.aui-table-interactive > tbody > tr:hover, table.aui.aui-table-list > tbody > tr:focus-within, table.aui.aui-table-interactive > tbody > tr:focus-within { + background: rgba(9, 30, 66, 0.08) +} + +table.aui.aui-table-list > tbody > tr.aui-row-subtle *, table.aui.aui-table-interactive > tbody > tr.aui-row-subtle * { + color: #b3bac5 +} + +table.aui.aui-table-list > tbody > tr.aui-row-subtle * .aui-avatar, table.aui.aui-table-interactive > tbody > tr.aui-row-subtle * .aui-avatar, table.aui.aui-table-list > tbody > tr.aui-row-subtle * .aui-icon, table.aui.aui-table-interactive > tbody > tr.aui-row-subtle * .aui-icon, table.aui.aui-table-list > tbody > tr.aui-row-subtle * .aui-button, table.aui.aui-table-interactive > tbody > tr.aui-row-subtle * .aui-button { + opacity: .8 +} + +/* module-key = 'com.atlassian.auiplugin:internal-form-css', location = 'src/less/forms.less' */ +form.aui { + margin: 20px 0 0 0; + position: relative +} + +form.aui:first-child { + margin-top: 0 +} + +form.aui .text, form.aui .password, form.aui .upfile, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container { + background: #fff; + color: #172b4d; + font-family: inherit; + font-size: 14px +} + +form.aui .text, form.aui .password, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container .select2-choices { + border: 1px solid #c1c7d0; + border-radius: 3.01px; + box-sizing: border-box; + font-size: inherit; + margin: 0; + max-width: 250px; + vertical-align: baseline; + width: 100% +} + +form.aui .text, form.aui .password, form.aui .select, form.aui .aui-select2-container .select2-choices { + height: 2.14285714em; + line-height: 1.4285714285714; + padding: 4px 5px +} + +form.aui .select { + padding: 6px 5px 5px 5px; + vertical-align: top +} + +form.aui .textarea, form.aui .select[size], form.aui .multi-select { + height: auto; + line-height: 1.4285714285714; + margin: 0; + padding: 4px 5px +} + +form.aui .textarea { + overflow-y: auto +} + +form.aui .aui-select2-container { + border: 0; + height: auto; + max-width: 250px; + padding: 0; + vertical-align: baseline; + width: 100% +} + +form.aui .aui-select2-container .select2-choices { + height: auto; + max-width: none +} + +form.aui .upfile { + box-sizing: border-box; + font-family: inherit; + font-size: inherit; + margin: 5px 0; + padding: 0 +} + +form.aui optgroup { + background-color: #f4f5f7; + color: #6b778c; + font-style: normal; + font-weight: normal +} + +form.aui option, form.aui optgroup option { + background-color: #fff; + color: #172b4d +} + +form.aui .text[disabled], form.aui .password[disabled], form.aui .textarea[disabled], form.aui .select[disabled], form.aui .multi-select[disabled], form.aui .select[disabled] option, form.aui .select[disabled] optgroup, form.aui .multi-select[disabled] option, form.aui .multi-select[disabled] optgroup { + background-color: #f4f5f7; + color: #97a0af +} + +form.aui .text[disabled], form.aui .password[disabled], form.aui .textarea[disabled], form.aui .select[disabled], form.aui .multi-select[disabled] { + color: #97a0af +} + +form.aui .text[disabled], form.aui .password[disabled], form.aui .textarea[disabled], form.aui .select[disabled], form.aui .multi-select[disabled], form.aui .radio[disabled], form.aui .checkbox[disabled] { + cursor: not-allowed +} + +form.aui .text::-webkit-input-placeholder, form.aui .password::-webkit-input-placeholder, form.aui .textarea::-webkit-input-placeholder { + color: #97a0af; + opacity: 1 +} + +form.aui .text::-moz-placeholder, form.aui .password::-moz-placeholder, form.aui .textarea::-moz-placeholder { + color: #97a0af; + opacity: 1 +} + +form.aui .text:-ms-input-placeholder, form.aui .password:-ms-input-placeholder, form.aui .textarea:-ms-input-placeholder { + color: #97a0af +} + +form.aui .text::placeholder, form.aui .password::placeholder, form.aui .textarea::placeholder { + color: #97a0af +} + +form.aui .text.aui-placeholder-shown, form.aui .password.aui-placeholder-shown, form.aui .textarea.aui-placeholder-shown, form.aui .text.placeholder-shown, form.aui .password.placeholder-shown, form.aui .textarea.placeholder-shown { + color: #97a0af +} + +form.aui .text[type=search] { + -webkit-appearance: textfield; + outline-width: 5px; + outline-offset: -2px +} + +form.aui .text[type=search]::-webkit-search-decoration { + -webkit-appearance: none +} + +form.aui .short-field { + max-width: 75px +} + +form.aui .medium-field { + max-width: 165px +} + +form.aui .medium-long-field { + max-width: 350px +} + +form.aui .long-field { + max-width: 500px +} + +form.aui .full-width-field { + max-width: none +} + +form.aui fieldset { + border: 0; + clear: both; + display: block; + margin: 0; + padding: 0; + position: relative +} + +form.aui legend, form.aui label { + color: #6b778c +} + +form.aui .icon-required { + left: 100%; + position: absolute; + top: 5px +} + +form.aui .icon-required::before { + content: "*"; + position: absolute; + left: 0; + top: 0; + text-indent: initial; + color: #de350b; + line-height: 1; + font-size: 12px +} + +form.aui div.description { + color: #6b778c; + font-size: 12px; + line-height: 1.66666666666667; + margin: 5px 0 0 0 +} + +form.aui div.description:first-child { + margin-top: 0 +} + +form.aui .field-value { + display: inline-block; + font-weight: bold; + padding-top: 5px +} + +form.aui legend { + display: none +} + +form.aui .field-group, form.aui .group, form.aui .date-select { + box-sizing: border-box; + clear: both; + padding: 4px 0 4px 145px; + position: relative; + margin: 1px 0; + width: 100% +} + +form.aui .group { + padding-top: 0 +} + +form.aui .field-group:before, form.aui .field-group:after, form.aui .group:before, form.aui .group:after, form.aui .date-select:before, form.aui .date-select:after { + content: " "; + display: table +} + +form.aui .field-group:after, form.aui .group:after, form.aui .date-select:after { + clear: both +} + +form.aui legend, form.aui .field-group > label, form.aui .field-group > aui-label { + float: left; + margin-left: -145px; + padding: 5px 0 0 0; + position: relative; + text-align: right; + width: 130px; + word-wrap: break-word +} + +form.aui .checkbox > label, form.aui .radio > label { + color: #172b4d +} + +form.aui div.checkbox > .checkbox[disabled] + label, form.aui div.radio > .radio[disabled] + label { + color: #97a0af; + cursor: not-allowed +} + +form.aui .field-group .error, form.aui .group .error, form.aui .checkbox .error, form.aui .radio .error { + clear: both; + color: #de350b; + display: block; + margin: 5px 0 0 0 +} + +form.aui .field-group .error:first-child, form.aui .checkbox .error:first-child, form.aui .radio .error:first-child { + margin-top: 0 +} + +form.aui .group legend, form.aui .date-select legend { + display: block +} + +form.aui .group .field-group, form.aui .date-select .field-group { + clear: none; + padding-left: 0; + padding-top: 0 +} + +form.aui .date-select .field-group label { + display: none +} + +form.aui div.checkbox, form.aui div.radio { + margin: 5px 0 0 0; + padding: 0 0 0 20px; + position: relative +} + +form.aui legend + .field-group, form.aui legend + .checkbox, form.aui legend + .radio { + margin-top: 0; + padding-top: 5px +} + +form.aui div.checkbox:first-child, form.aui div.radio:first-child { + margin-top: 0 +} + +form.aui .matrix { + padding-top: 5px +} + +form.aui div.radio input.radio, form.aui div.checkbox input.checkbox { + box-sizing: border-box; + font-size: 14px; + height: 1.4285714285714em; + left: 0; + margin: 0; + padding: 2px; + position: absolute; + vertical-align: baseline +} + +form.aui .buttons-container { + box-sizing: border-box; + clear: both; + margin: 1px 0 0 0; + padding: 4px 0 4px 145px; + position: relative; + width: 100% +} + +form.aui.long-label .field-group, form.aui.long-label .group, form.aui.long-label .date-select, form.aui.long-label .buttons-container { + padding-left: 250px +} + +form.aui.long-label .field-group > label, form.aui.long-label .field-group > aui-label, form.aui.long-label .group > legend { + margin-left: -250px; + width: 235px +} + +form.aui.long-label .group .field-group, form.aui.long-label .date-select .field-group { + padding-left: 0 +} + +form.aui.top-label .field-group { + padding-left: 0 +} + +form.aui.top-label .field-group > label, form.aui.top-label .field-group > aui-label { + display: block; + float: none; + margin: 0 0 5px 0; + padding: 0; + text-align: left; + width: auto +} + +form.aui.top-label .icon-required { + left: 0; + position: relative; + top: 0 +} + +form.aui.top-label .group, form.aui.top-label .date-select { + padding-left: 0 +} + +form.aui.top-label .group legend, form.aui.top-label .date-select legend { + float: none; + margin: 0; + text-align: left; + width: auto +} + +form.aui.top-label .date-select label { + display: none +} + +form.aui.top-label .buttons-container { + padding-left: 0 +} + +form.aui .button { + box-sizing: border-box; + transition: background-color .1s ease-out; + border-radius: 3.01px; + border-style: solid; + border-width: 1px; + cursor: pointer; + font-family: inherit; + font-size: 14px; + font-variant: normal; + font-weight: 400; + background-image: none; + background-color: rgba(9, 30, 66, 0.08); + border-color: transparent; + color: #344563; + height: 2.14285714em; + line-height: 1.4285714285714; + margin: 0; + padding: 4px 10px; + text-decoration: none; + vertical-align: baseline; + white-space: nowrap +} + +form.aui .button:focus, form.aui .button:hover { + background-color: rgba(9, 30, 66, 0.13); + border-color: transparent; + color: #344563; + text-decoration: none +} + +form.aui .button:active, form.aui .button.active { + background-image: none; + background-color: #deebff; + border-color: transparent; + color: #0052cc; + text-decoration: none +} + +form.aui .button[disabled], form.aui .button[disabled]:hover, form.aui .button[disabled]:focus, form.aui .button[disabled]:active { + background-color: #f4f5f7; + border-color: transparent; + color: #a5adba; + cursor: default +} + +form.aui .cancel { + cursor: pointer; + font-size: 14px; + display: inline-block; + padding: 5px 10px; + vertical-align: baseline +} + +form.aui .buttons-container > .buttons { + font-size: 0 +} + +form.aui .buttons-container > .buttons > * { + font-size: 14px +} + +form.aui .buttons-container .button + .button, form.aui .buttons-container .button + .aui-button, form.aui .buttons-container .aui-button + .button, form.aui .buttons-container .aui-button + .aui-button { + margin-left: 10px +} + +form.aui .buttons-container .aui-button + .aui-button-link { + margin-left: 9px +} + +form.aui .aui-message + .field-group, form.aui .aui-message + .group, form.aui .aui-message + .date-select { + margin-top: 10px +} + +form.aui span.content { + left: -9999px; + position: absolute; + top: -9999px +} + +form.aui pre.aui-form { + background-color: #f4f5f7; + border: 1px solid #dfe1e6; + font-family: "SFMono-Medium", "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace; + font-size: 12px; + line-height: 1.66666667; + overflow-x: auto; + overflow-y: visible; + padding: 15px +} + +@media screen and (max-width: 767px) { + html.aui-responsive form.aui .field-group, html.aui-responsive form.aui.long-label .field-group { + padding-left: 0 } - & img { + html.aui-responsive form.aui .field-group > label, html.aui-responsive form.aui.long-label .field-group > label, html.aui-responsive form.aui .field-group > aui-label, html.aui-responsive form.aui.long-label .field-group > aui-label { display: block; - height: 100%; - margin: auto; - width: 100%; + float: none; + margin: 0 0 5px 0; + padding: 0; + text-align: left; + width: auto } - .aui-avatar-size(xsmall, @aui-avatar-size-xsmall); - .aui-avatar-size(small, @aui-avatar-size-small); - .aui-avatar-size(medium, @aui-avatar-size-medium); - .aui-avatar-size(large, @aui-avatar-size-large); - .aui-avatar-size(xlarge, @aui-avatar-size-xlarge); - .aui-avatar-size(xxlarge, @aui-avatar-size-xxlarge); - .aui-avatar-size(xxxlarge, @aui-avatar-size-xxxlarge); + html.aui-responsive form.aui .icon-required, html.aui-responsive form.aui.long-label .icon-required { + left: 0; + position: relative; + top: 0 + } - // Project avatars - circular and different sizes - &-project { - .aui-avatar-border-size(xxxlarge, @aui-avatar-size-xxxlarge, 12px); - .aui-avatar-border-size(xxlarge, @aui-avatar-size-xxlarge, 6px); - .aui-avatar-border-size(xlarge, @aui-avatar-size-xlarge, 6px); - .aui-avatar-border-size(large, @aui-avatar-size-large, 3px); - .aui-avatar-border-size(medium, @aui-avatar-size-medium, 3px); - .aui-avatar-border-size(small, @aui-avatar-size-small, 2px); - .aui-avatar-border-size(xsmall, @aui-avatar-size-xsmall, 2px); + html.aui-responsive form.aui .group, html.aui-responsive form.aui.long-label .group, html.aui-responsive form.aui .date-select, html.aui-responsive form.aui.long-label .date-select { + padding-left: 0 + } + + html.aui-responsive form.aui .group legend, html.aui-responsive form.aui.long-label .group legend, html.aui-responsive form.aui .date-select legend, html.aui-responsive form.aui.long-label .date-select legend { + float: none; + margin: 0; + text-align: left; + width: auto + } + + html.aui-responsive form.aui .date-select label, html.aui-responsive form.aui.long-label .date-select label { + display: none + } + + html.aui-responsive form.aui .buttons-container, html.aui-responsive form.aui.long-label .buttons-container { + padding-left: 0 } } +/* module-key = 'com.atlassian.auiplugin:internal-message-css', location = 'src/less/messages.less' */ +aui-message { + display: block; + margin: 20px 0 0 0 +} -@import './imports/global'; +.aui-message { + background: #fff; + border: 1px solid #0052cc; + border-radius: 3px; + color: #172b4d; + line-height: 20px; + margin: 20px 0 0 0; + overflow-wrap: break-word; + padding-bottom: 20px; + padding-left: 50px; + padding-right: 20px; + padding-top: 20px; + position: relative; + word-wrap: break-word; + word-break: normal +} -/** - * AUI Page Header - */ +.aui-message::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: #fff; + font-size: 16px; + left: 20px; + line-height: 20px; + position: absolute; + top: 20px +} +.aui-message::before { + display: none +} + +.aui-message::after { + content: "\f234"; + color: #0052cc +} + +.aui-message .aui-icon.icon-close { + background-image: none; + color: #505f79; + text-indent: inherit +} + +.aui-message .aui-icon.icon-close::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + content: "\f11b"; + font-size: 16px +} + +.aui-message .aui-icon.icon-close:hover { + color: #172b4d +} + +.aui-message .aui-icon-success, .aui-message .aui-icon-warning, .aui-message .aui-icon-info, .aui-message .aui-icon-error, .aui-message .aui-icon-hint, .aui-message .aui-icon-generic, .aui-message .icon-generic, .aui-message .icon-error, .aui-message .icon-hint, .aui-message .icon-info, .aui-message .icon-success, .aui-message .icon-warning { + display: none +} + +aui-message:first-child, .aui-message:first-child { + margin-top: 0 +} + +.aui-popup .aui-message.closeable, .aui-dialog .aui-message.closeable { + z-index: 4000 +} + +.aui-message.error, .aui-message-error { + background: #fff; + border-color: #ff5630; + color: #172b4d +} + +.aui-message.error::after, .aui-message-error::after { + content: "\f15a"; + color: #ff5630 +} + +.aui-message.warning, .aui-message-warning { + background: #fff; + border-color: #ffab00; + color: #172b4d +} + +.aui-message.warning::after, .aui-message-warning::after { + content: "\f1b3"; + color: #ffab00 +} + +.aui-message.hint, .aui-message-hint, .aui-message.info, .aui-message-info { + background: #fff; + border-color: #0052cc; + color: #172b4d +} + +.aui-message.hint::after, .aui-message-hint::after, .aui-message.info::after, .aui-message-info::after { + content: "\f234"; + color: #0052cc +} + +.aui-message.success, .aui-message-success { + background: #fff; + border-color: #36b37e; + color: #172b4d +} + +.aui-message.success::after, .aui-message-success::after { + content: "\f104"; + color: #36b37e +} + +.aui-message p.title { + font-weight: bold +} + +.aui-message p.title strong { + font-weight: inherit +} + +.aui-message.closeable { + padding-right: 50px +} + +.aui-message.closeable .icon-close { + cursor: pointer; + left: auto; + opacity: 0; + position: absolute; + right: 20px; + top: 20px +} + +.aui-message.closeable:hover .icon-close, .aui-message.closeable .icon-close:focus, .aui-message.closeable:not(.fadeout):not(.aui-will-close) .icon-close { + opacity: 1 +} + +#footer .aui-message { + margin-left: 20px; + margin-right: 20px; + text-align: left +} + +/* module-key = 'com.atlassian.auiplugin:internal-message-css', location = 'src/less/aui-banner-message-header-interop.less' */ +#header .aui-message { + border-radius: 0; + color: #172b4d; + margin: 0; + padding-top: 10px; + padding-bottom: 10px; + position: relative +} + +#header .aui-message::after { + top: 10px +} + +#header .aui-message.closeable .icon-close { + top: 10px +} + +/* module-key = 'com.atlassian.auiplugin:toolbar', location = 'src/less/toolbar.less' */ +.aui-toolbar { + clear: both; + display: inline-block; + padding-top: 10px; + position: relative; + width: 100% +} + +.aui-toolbar .toolbar-group { + display: inline-block; + float: left; + padding: 0; + margin: 0 10px 10px 0; + white-space: nowrap +} + +.aui-toolbar .toolbar-item { + display: inline-block; + float: left; + margin: 0; + padding: 0 +} + +.aui-toolbar .aui-dd-parent { + position: relative; + width: auto +} + +.aui-toolbar .toolbar-split { + display: inline-block; + float: left; + margin-left: 10px +} + +.aui-toolbar .toolbar-split.toolbar-split-right { + float: right +} + +.aui-toolbar .toolbar-split.toolbar-split-row { + clear: both; + float: none; + width: 100% +} + +.aui-toolbar .toolbar-trigger { + cursor: default +} + +.aui-toolbar .toolbar-item-link .toolbar-trigger { + cursor: pointer +} + +.aui-toolbar .primary .toolbar-trigger { + font-weight: bold +} + +.aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger { + box-sizing: border-box; + transition: background-color .1s ease-out; + border-radius: 3.01px; + border-style: solid; + border-width: 1px; + cursor: pointer; + font-family: inherit; + font-size: 14px; + font-variant: normal; + font-weight: 400; + background-image: none; + background-color: rgba(9, 30, 66, 0.08); + border-color: transparent; + color: #344563; + text-decoration: none; + border-radius: 0; + display: inline-block; + margin: 0; + padding: 4px 10px; + vertical-align: baseline; + height: auto; + text-indent: 0; + width: auto; + float: left +} + +.aui-toolbar .toolbar-group button.toolbar-trigger, .aui-toolbar .toolbar-group input.toolbar-trigger, .aui-toolbar .toolbar-group a.toolbar-trigger { + font-size: inherit; + font-family: inherit; + line-height: inherit +} + +.aui-toolbar .toolbar-group .toolbar-item.toolbar-item-link .toolbar-trigger { + border-color: transparent; + background: transparent; + text-decoration: none; + color: #0052cc +} + +.aui-toolbar .toolbar-group .toolbar-item-link:hover .toolbar-trigger, .aui-toolbar .toolbar-group .toolbar-item-link .toolbar-trigger:focus { + text-decoration: underline +} + +.toolbar-group .toolbar-item:first-of-type a, .toolbar-group .toolbar-item:first-of-type button, .toolbar-group .toolbar-item:first-of-type input[type="button"], .toolbar-group .toolbar-item:first-of-type input[type="reset"], .toolbar-group .toolbar-item:first-of-type input[type="submit"], .toolbar-group .toolbar-item:first-of-type .toolbar-trigger { + border-top-left-radius: 3.01px; + border-bottom-left-radius: 3.01px +} + +.toolbar-group .toolbar-item.toolbar-splitbutton .aui-dd-trigger { + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.toolbar-group .toolbar-item.toolbar-splitbutton:last-of-type .aui-dd-trigger, .toolbar-group .toolbar-item:last-of-type a, .toolbar-group .toolbar-item:last-of-type button, .toolbar-group .toolbar-item:last-of-type input[type="button"], .toolbar-group .toolbar-item:last-of-type input[type="reset"], .toolbar-group .toolbar-item:last-of-type input[type="submit"], .toolbar-group .toolbar-item:last-of-type .toolbar-trigger { + border-top-right-radius: 3.01px; + border-bottom-right-radius: 3.01px +} + +.toolbar-group .toolbar-splitbutton:last-of-type .toolbar-trigger { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.toolbar-group .toolbar-item:first-of-type .toolbar-trigger, .toolbar-group .toolbar-item:first-of-type button { + border-left-width: 1px +} + +.aui-toolbar .toolbar-group .aui-dropdown { + border: 1px solid #97a0af +} + +.aui-toolbar .toolbar-group .aui-dropdown a { + border: 0; + border-radius: 0 +} + +.aui-toolbar .toolbar-group button:focus, .aui-toolbar .toolbar-group .toolbar-trigger:focus, .aui-toolbar .aui-dd-parent .aui-dd-trigger:focus, .aui-toolbar .toolbar-splitbutton:hover .toolbar-trigger, .aui-toolbar .toolbar-group button:hover, .aui-toolbar .toolbar-group .toolbar-trigger:hover, .aui-toolbar .aui-dd-parent .aui-dd-trigger:hover { + border-width: 1px; + position: relative; + text-decoration: none; + color: #344563; + border-color: transparent +} + +.aui-toolbar .toolbar-group button:focus, .aui-toolbar .toolbar-group .toolbar-trigger:focus, .aui-toolbar .aui-dd-parent .aui-dd-trigger:focus { + background: rgba(9, 30, 66, 0.13) +} + +.aui-toolbar .toolbar-splitbutton:hover .toolbar-trigger, .aui-toolbar .toolbar-group button:hover, .aui-toolbar .toolbar-group .toolbar-trigger:hover, .aui-toolbar .aui-dd-parent .aui-dd-trigger:hover { + background: rgba(9, 30, 66, 0.13) +} + +.aui-toolbar .toolbar-item:first-child .toolbar-trigger:hover, .aui-toolbar .toolbar-item:first-child .aui-dropdown2-trigger.toolbar-trigger.active, .aui-toolbar .toolbar-item.active:first-child .toolbar-trigger, .aui-toolbar .toolbar-splitbutton:first-child:hover .toolbar-trigger, .aui-toolbar .toolbar-item:first-child .toolbar-trigger:focus, .aui-toolbar .toolbar-item:first-child .toolbar-trigger:hover, .aui-toolbar .toolbar-item:first-child button:focus, .aui-toolbar .toolbar-item:first-child button:hover, .aui-toolbar .toolbar-item:first-child .aui-dd-parent .aui-dd-trigger:focus, .aui-toolbar .toolbar-item:first-child .aui-dd-parent .aui-dd-trigger:hover, .aui-toolbar .toolbar-item:first-child.active .toolbar-trigger:hover { + margin-left: 0 +} + +.aui-toolbar .toolbar-group .toolbar-trigger:active { + background: #deebff; + color: #0052cc; + text-decoration: none +} + +.aui-toolbar .toolbar-group .active .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger.active { + background-image: none; + background-color: #344563; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-toolbar .toolbar-group .aui-dropdown2-trigger.toolbar-trigger.active, .aui-toolbar .toolbar-group .active .aui-dropdown2-trigger.toolbar-trigger { + background-image: none; + background-color: #344563; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-toolbar .toolbar-group .toolbar-item-link .toolbar-trigger:active { + background: none +} + +.aui-toolbar .icon-dropdown { + background: transparent url('data:image/png;base64,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') 0 0 no-repeat; + display: inline-block; + margin-top: 0; + margin-left: 5px; + margin-right: -5px; + padding-right: 5px; + text-indent: -9999px; + width: 7px +} + +.aui-toolbar .toolbar-dropdown .icon-dropdown { + background-position: -24px 0; + height: 7px +} + +.aui-toolbar .toolbar-splitbutton .icon-dropdown { + background-position: -46px 7px; + margin-left: 0; + height: auto +} + +.aui-toolbar .toolbar-splitbutton > .toolbar-trigger, .aui-toolbar .toolbar-splitbutton > .toolbar-trigger:hover, .aui-toolbar .toolbar-splitbutton > .toolbar-trigger:focus { + border-right-style: dotted; + float: left +} + +.aui-toolbar .toolbar-splitbutton > .aui-dd-parent > .toolbar-trigger:hover, .aui-toolbar .toolbar-splitbutton > .aui-dd-parent > .toolbar-trigger:focus { + border-left-width: 0; + margin-left: 0 +} + +.aui-toolbar .toolbar-splitbutton > .aui-dd-parent { + float: left +} + +.aui-toolbar .toolbar-splitbutton > .aui-dd-parent > .toolbar-trigger { + border-left-width: 0 +} + +.aui-toolbar .toolbar-splitbutton > .aui-dd-parent.active > .toolbar-trigger { + border-left-color: transparent +} + +.aui-toolbar .toolbar-splitbutton > .aui-dd-parent > .aui-dd-trigger { + min-width: 0; + margin: 0; + padding-left: 2px; + padding-right: 2px; + width: 9px +} + +.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"], .aui-toolbar .toolbar-group.disabled .toolbar-trigger, .aui-toolbar .toolbar-item.disabled .toolbar-trigger, .aui-toolbar .toolbar-trigger.disabled { + color: #a5adba +} + +.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:focus, .aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:hover, .aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:active, .aui-toolbar .disabled .active .toolbar-trigger:hover, .aui-toolbar .toolbar-group.disabled .toolbar-trigger, .aui-toolbar .toolbar-group.disabled .toolbar-trigger:focus, .aui-toolbar .toolbar-group.disabled .toolbar-trigger:hover, .aui-toolbar .toolbar-group.disabled .toolbar-trigger:active, .aui-toolbar .toolbar-group .disabled .toolbar-trigger, .aui-toolbar .toolbar-group .disabled .toolbar-trigger:focus, .aui-toolbar .toolbar-group .disabled .toolbar-trigger:hover, .aui-toolbar .toolbar-group .disabled .toolbar-trigger:active, .aui-toolbar .toolbar-group .toolbar-trigger.disabled, .aui-toolbar .toolbar-group .toolbar-trigger.disabled:focus, .aui-toolbar .toolbar-group .toolbar-trigger.disabled:hover, .aui-toolbar .toolbar-group .toolbar-trigger.disabled:active { + background: #f4f5f7; + border-color: transparent; + color: #a5adba; + cursor: default +} + +.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:focus, .aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:hover, .aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:active { + border-color: transparent; + color: #a5adba +} + +.aui-toolbar .toolbar-group.disabled .toolbar-item:first-child .toolbar-trigger, .aui-toolbar .toolbar-group .disabled.toolbar-item:first-child .toolbar-trigger, .aui-toolbar .toolbar-group .toolbar-item:first-child .disabled.toolbar-trigger { + border-left-width: 1px; + border-left-color: transparent +} + +.aui-toolbar .toolbar-group.disabled .toolbar-item .aui-dd-trigger, .aui-toolbar .toolbar-group .disabled.toolbar-item .aui-dd-trigger, .aui-toolbar .toolbar-group .toolbar-item .disabled.aui-dd-trigger { + border-left-width: 0 +} + +/* module-key = 'com.atlassian.auiplugin:aui-buttons', location = 'src/less/aui-buttons.less' */ +.aui-button, a.aui-button, .aui-button:visited { + box-sizing: border-box; + transition: background-color .1s ease-out; + border-radius: 3.01px; + border-style: solid; + border-width: 1px; + cursor: pointer; + font-family: inherit; + font-size: 14px; + font-variant: normal; + font-weight: 400; + background-image: none; + background-color: rgba(9, 30, 66, 0.08); + border-color: transparent; + color: #344563; + text-decoration: none; + display: inline-block; + height: 2.14285714em; + line-height: 1.42857143em; + margin: 0; + padding: 4px 10px; + vertical-align: baseline; + white-space: nowrap +} + +.aui-button.aui-button-light, a.aui-button.aui-button-light, .aui-button:visited.aui-button-light { + background-color: #fff +} + +.aui-button ~ .aui-button { + margin-left: 10px +} + +a.aui-button:hover, a.aui-button:active, a.aui-button:focus { + text-decoration: none +} + +.aui-button:focus, .aui-button:hover, .aui-button-subtle.aui-button:focus, .aui-button-subtle.aui-button:hover { + background-color: rgba(9, 30, 66, 0.13); + border-color: transparent; + color: #344563; + text-decoration: none +} + +.aui-button:active, .aui-button.aui-button-subtle:active, .aui-button.aui-button-subtle.active { + background-image: none; + background-color: #deebff; + border-color: transparent; + color: #0052cc; + text-decoration: none +} + +.aui-button.active, .aui-button-subtle.aui-button.active { + background-image: none; + background-color: #344563; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-button.aui-button-split-main + .aui-button-split-more { + margin-left: 2px +} + +.aui-button.aui-button-primary, .aui-button.aui-button-primary:visited { + background-image: none; + background-color: #0052cc; + border-color: transparent; + color: #fff; + text-decoration: none; + font-weight: 600 +} + +.aui-button.aui-button-primary:hover, .aui-button.aui-button-primary:focus { + background-color: #0065ff; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-button.aui-button-primary.active { + background-image: none; + background-color: #344563; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-button.aui-button-primary:active { + background-image: none; + background-color: #0052cc; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-button.aui-button-link, .aui-button.aui-button-link:visited, .aui-button.aui-button-text, .aui-button.aui-button-text:visited { + background-color: transparent; + border-color: transparent; + color: #0052cc; + cursor: pointer; + text-decoration: none; + padding: 4px 0 +} + +.aui-button.aui-button-link:focus, .aui-button.aui-button-link:hover, .aui-button.aui-button-link:active, .aui-buttons .aui-button.aui-button-link:focus, .aui-buttons .aui-button.aui-button-link:hover, .aui-buttons .aui-button.aui-button-link:active, .aui-buttons .aui-button.aui-button-link[aria-pressed="true"], .aui-button.aui-button-text:focus, .aui-button.aui-button-text:hover, .aui-button.aui-button-text:active, .aui-buttons .aui-button.aui-button-text:focus, .aui-buttons .aui-button.aui-button-text:hover, .aui-buttons .aui-button.aui-button-text:active, .aui-buttons .aui-button.aui-button-text[aria-pressed="true"] { + background-color: transparent; + border-color: transparent +} + +.aui-button.aui-button-link:hover, .aui-button.aui-button-text:hover { + color: #0065ff; + text-decoration: underline +} + +.aui-button.aui-button-link:active, .aui-button.aui-button-text:active { + color: #0747a6; + text-decoration: none +} + +.aui-button.aui-button-text, .aui-button.aui-button-text:visited { + border: none; + font-size: inherit; + height: inherit; + line-height: normal; + padding: 0 +} + +.aui-button.aui-button-subtle { + background-color: transparent; + border-color: transparent; + color: #344563 +} + +.aui-buttons .aui-button.aui-button-subtle { + border-radius: 3.01px +} + +.aui-button > .aui-icon + .aui-button-label { + margin-left: 4px +} + +.aui-button.aui-button-compact { + font-size: 12px; + height: 2.16666666666667em; + padding: 2px 8px; + line-height: 1.66666666666667 +} + +.aui-buttons { + display: inline-block; + font-size: 0 +} + +.aui-buttons::after { + clear: both; + content: ""; + display: table +} + +.aui-buttons .aui-button { + border-radius: 0; + margin: 0 +} + +.aui-buttons .aui-button:first-child { + border-top-left-radius: 3.01px; + border-bottom-left-radius: 3.01px +} + +.aui-buttons .aui-button:last-child { + border-top-right-radius: 3.01px; + border-bottom-right-radius: 3.01px +} + +.aui-buttons + .aui-buttons { + margin-left: 10px +} + +.aui-buttons .aui-button:not(.aui-button-primary):not(.aui-button-link):focus, .aui-buttons .aui-button:not(.aui-button-primary):not(.aui-button-link):hover, .aui-buttons .aui-button:not(.aui-button-primary):not(.aui-button-link):active { + border-color: transparent +} + +.aui-buttons .aui-button[disabled], .aui-buttons .aui-button[disabled]:hover, .aui-buttons .aui-button[disabled]:focus, .aui-buttons .aui-button[disabled]:active, .aui-buttons .aui-button[aria-disabled="true"], .aui-buttons .aui-button[aria-disabled="true"]:hover, .aui-buttons .aui-button[aria-disabled="true"]:focus, .aui-buttons .aui-button[aria-disabled="true"]:active { + border-color: transparent +} + +.aui-buttons .aui-button ~ .aui-button { + border-left-width: 0; + margin-left: 2px +} + +.aui-buttons .aui-button:hover, .aui-buttons .aui-button:focus, .aui-buttons .aui-button:active { + position: relative +} + +.aui-buttons .aui-button:focus { + z-index: 1 +} + +.aui-button[aria-pressed="true"], .aui-buttons .aui-button[aria-pressed="true"], .aui-buttons .aui-button[aria-pressed="true"].aui-button-primary, .aui-buttons .aui-button[aria-pressed="true"].aui-button-subtle { + color: #fff; + background-color: #344563 +} + +.aui-buttons .aui-button[aria-pressed="true"]:active { + color: #344563; + background-color: #deebff +} + +.aui-button[disabled], .aui-button[disabled]:hover, .aui-button[disabled]:focus, .aui-button[disabled]:active, .aui-button[aria-disabled="true"], .aui-button[aria-disabled="true"]:hover, .aui-button[aria-disabled="true"]:focus, .aui-button[aria-disabled="true"]:active, .aui-button[aria-disabled="true"][aria-pressed] { + background-color: #f4f5f7; + border-color: transparent; + color: #a5adba; + cursor: default +} + +.aui-button.aui-button-subtle[disabled], .aui-button.aui-button-subtle[aria-disabled="true"] { + border: 0; + background: none +} + +.aui-button.aui-button-primary[disabled], .aui-button.aui-button-primary[disabled]:hover, .aui-button.aui-button-primary[disabled]:focus, .aui-button.aui-button-primary[disabled]:active, .aui-button.aui-button-primary[aria-disabled="true"], .aui-button.aui-button-primary[aria-disabled="true"]:hover, .aui-button.aui-button-primary[aria-disabled="true"]:focus, .aui-button.aui-button-primary[aria-disabled="true"]:active { + background-color: #f4f5f7; + border-color: transparent; + color: #a5adba; + cursor: default +} + +.aui-button.aui-button-link[disabled], .aui-button.aui-button-link[disabled]:hover, .aui-button.aui-button-link[disabled]:focus, .aui-button.aui-button-link[disabled]:active, .aui-button.aui-button-link[aria-disabled="true"], .aui-button.aui-button-link[aria-disabled="true"]:hover, .aui-button.aui-button-link[aria-disabled="true"]:focus, .aui-button.aui-button-link[aria-disabled="true"]:active, .aui-button.aui-button-text[disabled], .aui-button.aui-button-text[disabled]:hover, .aui-button.aui-button-text[disabled]:focus, .aui-button.aui-button-text[disabled]:active, .aui-button.aui-button-text[aria-disabled="true"], .aui-button.aui-button-text[aria-disabled="true"]:hover, .aui-button.aui-button-text[aria-disabled="true"]:focus, .aui-button.aui-button-text[aria-disabled="true"]:active { + background-color: transparent; + border-color: transparent; + color: #a5adba; + text-decoration: none +} + +.aui-button.aui-button-compact .aui-icon { + margin-top: -1px +} + +.aui-button .aui-icon { + color: #344563 +} + +.aui-button:hover .aui-icon { + color: #344563 +} + +.aui-button:active .aui-icon { + color: #0052cc +} + +.aui-button.active .aui-icon { + color: #fff +} + +.aui-button.aui-button-primary .aui-icon { + color: #fff +} + +.aui-button.aui-button-link .aui-icon { + color: #0052cc +} + +.aui-button.aui-button-link:hover .aui-icon { + color: #0065ff +} + +.aui-button.aui-button-link.active .aui-icon, .aui-button.aui-button-link:active .aui-icon { + color: #0747a6 +} + +.aui-button[aria-disabled="true"] .aui-icon, .aui-button[disabled] .aui-icon, .aui-button[aria-disabled="true"]:hover .aui-icon, .aui-button[disabled]:hover .aui-icon, .aui-button[aria-disabled="true"]:active .aui-icon, .aui-button[disabled]:active .aui-icon { + color: #a5adba +} + +.aui-button[busy] { + position: relative; + color: transparent !important +} + +.aui-button[busy] aui-spinner { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + margin: auto +} + +.aui-button[busy] aui-spinner { + color: #344563 +} + +.aui-button[busy].aui-button-primary aui-spinner { + color: #fff +} + +/* module-key = 'com.atlassian.auiplugin:aui-toolbar2', location = 'src/less/aui-toolbar2.less' */ +.aui-toolbar2 { + box-sizing: border-box; + margin: 0; + padding: 0 +} + +.aui-toolbar2 .aui-button { + margin-top: 10px +} + +.aui-toolbar2:after, .aui-toolbar2-group:after { + clear: both; + content: ""; + display: table +} + +.aui-toolbar2-group { + margin: 0; + padding: 0 +} + +.aui-toolbar2-primary { + float: left +} + +.aui-toolbar2-secondary { + float: right +} + +.aui-toolbar2 .aui-buttons { + float: left; + padding: 0; + white-space: nowrap +} + +.aui-toolbar2 .aui-button-link { + padding: 4px 0 +} + +.aui-toolbar2-primary > .aui-buttons, .aui-toolbar2-secondary > .aui-buttons { + margin: 0 10px 0 0 +} + +.aui-toolbar2-secondary > .aui-buttons:last-child { + margin-right: 0 +} + +/* module-key = 'com.atlassian.auiplugin:aui-navigation', location = 'src/less/aui-navigation.less' */ +/*! AUI Navigation */ +.aui-nav, .aui-nav > li { + list-style: none; + margin: 0; + padding: 0 +} + +.aui-nav-breadcrumbs:after, .aui-nav-pagination:after, .aui-nav-horizontal:after, .aui-navgroup-horizontal .aui-nav:after, .aui-navgroup-horizontal .aui-navgroup-inner:after { + clear: both; + content: " "; + display: table +} + +.aui-nav-breadcrumbs > li, .aui-nav-pagination > li { + float: left +} + +.aui-nav-heading { + color: #6b778c; + font-size: 11px; + font-weight: 600; + line-height: 1.45454545; + letter-spacing: 0; + text-transform: uppercase; + line-height: 1.81818182; + padding: 0 10px +} + +.aui-nav-heading > strong { + font-size: inherit; + font-weight: inherit; + line-height: inherit +} + +.aui-nav-breadcrumbs > li { + padding: 0 10px 0 0 +} + +.aui-nav-breadcrumbs > li + li:before { + content: "/"; + padding-right: 10px +} + +.aui-nav-pagination { + margin: 10px 0 0 0 +} + +.aui-nav-pagination > li { + padding: 0 +} + +.aui-nav-pagination > li > a { + padding: 10px 10px 0 10px +} + +.aui-nav-pagination > li.aui-nav-selected, .aui-nav-pagination > li.aui-nav-truncation { + padding-left: 10px; + padding-right: 10px +} + +.aui-nav-pagination .aui-nav-truncation > a { + padding-left: 0; + padding-right: 0 +} + +.aui-nav-pagination > li:first-child > a, .aui-nav-pagination > li.aui-nav-truncation:first-child, .aui-nav-pagination > li.aui-nav-selected:first-child { + padding-left: 0 +} + +.aui-nav-pagination > li:last-child > a, .aui-nav-pagination > li.aui-nav-truncation:last-child, .aui-nav-pagination > li.aui-nav-selected:last-child { + padding-right: 0 +} + +.aui-nav-pagination a[aria-disabled="true"], .aui-nav-pagination a[aria-disabled="true"]:link, .aui-nav-pagination a[aria-disabled="true"]:visited, .aui-nav-pagination a[aria-disabled="true"]:focus, .aui-nav-pagination a[aria-disabled="true"]:hover, .aui-nav-pagination a[aria-disabled="true"]:active { + color: #97a0af; + text-decoration: none +} + +.aui-nav-pagination > li.aui-nav-current, .aui-nav-pagination > li.aui-nav-selected { + color: #172b4d; + font-weight: 600 +} + +.aui-navgroup-vertical .aui-nav > li > a, .aui-nav-vertical > li > a { + border-radius: 3px; + box-sizing: content-box; + display: block; + line-height: 1.14285714; + padding: 7px 10px; + background-color: transparent; + color: #42526e; + text-decoration: none; + word-wrap: break-word +} + +.aui-navgroup-vertical .aui-nav > li > a:hover, .aui-nav-vertical > li > a:hover { + background-color: rgba(9, 30, 66, 0.08); + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav > li > a:active, .aui-nav-vertical > li > a:active { + background-color: #deebff; + color: #42526e; + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav > li > a:focus, .aui-nav-vertical > li > a:focus { + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav .aui-nav-selected > a, .aui-nav-vertical .aui-nav .aui-nav-selected > a { + background-color: rgba(9, 30, 66, 0.08); + color: #42526e; + font-weight: 500 +} + +.aui-navgroup-vertical .aui-nav, .aui-navgroup-vertical .aui-nav-heading { + margin: 0 +} + +.aui-navgroup-vertical .aui-nav + .aui-nav { + margin-top: 10px; + padding-top: 10px; + border-top: 1px solid #dfe1e6 +} + +.aui-navgroup-vertical .aui-nav + .aui-nav-heading { + margin-top: 20px +} + +.aui-navgroup-vertical .aui-nav:first-child, .aui-navgroup-vertical .aui-navgroup-inner > .aui-nav-heading:first-child, .aui-navgroup-vertical .aui-navgroup-primary > .aui-nav-heading:first-child { + margin-top: 0; + padding-top: 0 +} + +.aui-navgroup-vertical .aui-nav .aui-nav { + margin-top: 0; + padding: 0 0 0 20px +} + +.aui-navgroup-vertical .aui-nav .aui-nav > li { + position: relative +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] { + position: relative +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] .aui-nav-heading { + padding-left: 0 +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] .aui-nav-subtree-toggle { + box-sizing: border-box; + color: #97a0af; + left: 0; + margin: 0; + position: absolute; + padding: 2px; + top: 5px; + width: 20px; + z-index: 1 +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] .aui-nav-subtree-toggle > .aui-icon { + display: block; + margin: 0 auto +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] .aui-nav-subtree-toggle + .aui-nav-item { + padding-left: 30px +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded] li { + position: relative +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded][aria-expanded="false"] > * { + display: none +} + +.aui-navgroup-vertical .aui-nav > li[aria-expanded][aria-expanded="false"] > .aui-nav-subtree-toggle, .aui-navgroup-vertical .aui-nav > li[aria-expanded][aria-expanded="false"] > .aui-nav-item { + display: inherit +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions { + background: transparent none; + border-color: transparent; + color: #344563; + text-decoration: none; + border-radius: 2px; + display: block; + height: 16px; + margin: 0; + overflow: hidden; + padding: 0; + position: absolute; + right: 5px; + text-indent: -999em; + top: 7px; + width: 16px +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + content: "\f15b"; + font-size: 12px; + height: 12px; + line-height: 1; + margin-top: -6px; + position: absolute; + right: 2px; + top: 50%; + text-indent: 0; + width: 12px; + content: "\f17f" +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions:hover, .aui-navgroup-vertical .aui-nav .aui-nav-item-actions:focus { + background-color: rgba(9, 30, 66, 0.13); + border-color: transparent; + color: #344563; + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions:active { + background-image: none; + background-color: #deebff; + border-color: transparent; + color: #0052cc; + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions:active:after { + border-top-color: #172b4d +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions.active { + background-image: none; + background-color: #344563; + border-color: transparent; + color: #fff; + text-decoration: none +} + +.aui-navgroup-vertical .aui-nav .aui-nav-item-actions ~ .aui-nav-item-label { + margin-right: 15px +} + +.aui-nav-horizontal, .aui-navgroup-horizontal .aui-nav { + display: flex; + flex-direction: row +} + +.aui-nav-horizontal > li a, .aui-navgroup-horizontal .aui-nav > li a { + padding-right: 10px +} + +.aui-navgroup-horizontal { + position: relative; + margin: 0; + padding: 0 10px +} + +.aui-navgroup-horizontal::after { + background: #ebecf0; + bottom: 0; + content: ""; + display: block; + height: 2px; + left: 0; + position: absolute; + right: 0; + width: initial; + z-index: auto +} + +.aui-navgroup-horizontal .aui-navgroup-inner, .aui-navgroup-horizontal .aui-navgroup-primary, .aui-navgroup-horizontal .aui-navgroup-secondary, .aui-navgroup-horizontal .aui-nav { + display: flex; + flex-wrap: wrap +} + +.aui-navgroup-horizontal .aui-navgroup-inner { + justify-content: space-between +} + +.aui-navgroup-horizontal .aui-navgroup-primary { + flex-grow: 1; + order: 0 +} + +.aui-navgroup-horizontal .aui-navgroup-secondary { + order: 1 +} + +.aui-navgroup-horizontal .aui-nav > li a { + display: block; + margin: 0; + padding: 9px 10px; + position: relative +} + +.aui-navgroup-horizontal .aui-nav > li a, .aui-navgroup-horizontal .aui-nav > li a:link, .aui-navgroup-horizontal .aui-nav > li a:visited { + color: #42526e; + text-decoration: none +} + +.aui-navgroup-horizontal .aui-nav > li a:focus, .aui-navgroup-horizontal .aui-nav > li a:hover { + color: #4c9aff +} + +.aui-navgroup-horizontal .aui-nav > li a:focus { + z-index: 1 +} + +.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a { + position: relative; + font-weight: 500 +} + +.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a::after { + background: #0052cc; + bottom: 0; + content: ""; + display: block; + height: 2px; + left: 10px; + position: absolute; + right: 10px; + width: initial; + z-index: 1 +} + +.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a, .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a:link, .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a:visited, .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a.active { + color: #0052cc +} + +.aui-navgroup-horizontal .aui-dropdown2-trigger .aui-icon-dropdown { + display: none +} + +.aui-navgroup-horizontal .aui-dropdown2-trigger::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + content: "\f15b"; + font-size: 16px; + height: 16px; + line-height: 1; + margin-top: -8px; + position: absolute; + right: 4px; + top: 50%; + text-indent: 0; + width: 16px +} + +.aui-navgroup-horizontal .aui-nav-breadcrumbs > li, .aui-navgroup-horizontal .aui-nav-breadcrumbs > li:before { + padding: 0 +} + +.aui-navgroup-horizontal .aui-nav-breadcrumbs > li a { + display: inline-block +} + +.aui-navgroup-horizontal .aui-nav-heading { + padding: 10px 10px 0 10px +} + +.aui-nav-actions-list { + font-size: 0; + list-style: none; + margin: 10px 0 0 0; + padding: 0 +} + +.aui-nav-actions-list:first-child { + margin-top: 0 +} + +.aui-nav-actions-list > li { + display: inline-block; + font-size: 14px; + margin-bottom: 5px +} + +.aui-nav-actions-list > li + li::before { + content: ""; + border-radius: 2px; + width: 2px; + height: 2px; + background-color: #7a869a; + display: inline-block; + vertical-align: middle; + margin-left: 10px; + margin-right: 10px +} + +/* module-key = 'com.atlassian.auiplugin:aui-experimental-iconfont', location = 'src/less/adg-iconfont.less' */ +.aui-iconfont-add:before { + content: "\f101" +} + +.aui-iconfont-add-comment:before { + content: "\f102" +} + +.aui-iconfont-add-small:before { + content: "\f103" +} + +.aui-iconfont-approve:before { + content: "\f104" +} + +.aui-iconfont-appswitcher:before { + content: "\f105" +} + +.aui-iconfont-arrows-down:before { + content: "\f106" +} + +.aui-iconfont-arrows-left:before { + content: "\f107" +} + +.aui-iconfont-arrows-right:before { + content: "\f108" +} + +.aui-iconfont-arrows-up:before { + content: "\f109" +} + +.aui-iconfont-attachment:before { + content: "\f10a" +} + +.aui-iconfont-attachment-small:before { + content: "\f10b" +} + +.aui-iconfont-autocomplete-date:before { + content: "\f10c" +} + +.aui-iconfont-back-page:before { + content: "\f10d" +} + +.aui-iconfont-blogroll:before { + content: "\f10e" +} + +.aui-iconfont-bp-decisions:before { + content: "\f10f" +} + +.aui-iconfont-bp-default:before { + content: "\f110" +} + +.aui-iconfont-bp-files:before { + content: "\f111" +} + +.aui-iconfont-bp-requirements:before { + content: "\f112" +} + +.aui-iconfont-bp-howto:before { + content: "\f113" +} + +.aui-iconfont-bp-jira:before { + content: "\f114" +} + +.aui-iconfont-bp-meeting:before { + content: "\f115" +} + +.aui-iconfont-bp-retrospective:before { + content: "\f116" +} + +.aui-iconfont-bp-sharedlinks:before { + content: "\f117" +} + +.aui-iconfont-bp-troubleshooting:before { + content: "\f118" +} + +.aui-iconfont-build:before { + content: "\f119" +} + +.aui-iconfont-calendar:before { + content: "\f11a" +} + +.aui-iconfont-close-dialog:before { + content: "\f11b" +} + +.aui-iconfont-collapsed:before { + content: "\f11c" +} + +.aui-iconfont-comment:before { + content: "\f11d" +} + +.aui-iconfont-configure:before { + content: "\f11e" +} + +.aui-iconfont-confluence:before { + content: "\f11f" +} + +.aui-iconfont-copy-clipboard:before { + content: "\f120" +} + +.aui-iconfont-custom-bullet:before { + content: "\f121" +} + +.aui-iconfont-delete:before { + content: "\f122" +} + +.aui-iconfont-deploy:before { + content: "\f123" +} + +.aui-iconfont-details:before { + content: "\f124" +} + +.aui-iconfont-devtools-arrow-left:before { + content: "\f125" +} + +.aui-iconfont-devtools-arrow-right:before { + content: "\f126" +} + +.aui-iconfont-devtools-branch:before { + content: "\f127" +} + +.aui-iconfont-devtools-branch-small:before { + content: "\f128" +} + +.aui-iconfont-devtools-browse-up:before { + content: "\f129" +} + +.aui-iconfont-devtools-checkout:before { + content: "\f12a" +} + +.aui-iconfont-devtools-clone:before { + content: "\f12b" +} + +.aui-iconfont-devtools-commit:before { + content: "\f12c" +} + +.aui-iconfont-devtools-compare:before { + content: "\f12d" +} + +.aui-iconfont-devtools-file:before { + content: "\f12e" +} + +.aui-iconfont-devtools-file-binary:before { + content: "\f12f" +} + +.aui-iconfont-devtools-file-commented:before { + content: "\f130" +} + +.aui-iconfont-devtools-folder-closed:before { + content: "\f131" +} + +.aui-iconfont-devtools-folder-open:before { + content: "\f132" +} + +.aui-iconfont-devtools-fork:before { + content: "\f133" +} + +.aui-iconfont-devtools-pull-request:before { + content: "\f134" +} + +.aui-iconfont-devtools-repository:before { + content: "\f135" +} + +.aui-iconfont-devtools-repository-forked:before { + content: "\f136" +} + +.aui-iconfont-devtools-repository-locked:before { + content: "\f137" +} + +.aui-iconfont-devtools-side-diff:before { + content: "\f138" +} + +.aui-iconfont-devtools-submodule:before { + content: "\f139" +} + +.aui-iconfont-devtools-tag:before { + content: "\f13a" +} + +.aui-iconfont-devtools-tag-small:before { + content: "\f13b" +} + +.aui-iconfont-devtools-task-cancelled:before { + content: "\f13c" +} + +.aui-iconfont-devtools-task-disabled:before { + content: "\f13d" +} + +.aui-iconfont-devtools-task-in-progress:before { + content: "\f13e" +} + +.aui-iconfont-doc:before { + content: "\f13f" +} + +.aui-iconfont-down:before { + content: "\f140" +} + +.aui-iconfont-drag-vertical:before { + content: "\f141" +} + +.aui-iconfont-edit:before { + content: "\f142" +} + +.aui-iconfont-edit-small:before { + content: "\f143" +} + +.aui-iconfont-editor-align-center:before { + content: "\f144" +} + +.aui-iconfont-editor-align-left:before { + content: "\f145" +} + +.aui-iconfont-editor-align-right:before { + content: "\f146" +} + +.aui-iconfont-editor-bold:before { + content: "\f147" +} + +.aui-iconfont-editor-color:before { + content: "\f148" +} + +.aui-iconfont-editor-emoticon:before { + content: "\f149" +} + +.aui-iconfont-editor-help:before { + content: "\f14a" +} + +.aui-iconfont-editor-hr:before { + content: "\f14b" +} + +.aui-iconfont-editor-indent:before { + content: "\f14c" +} + +.aui-iconfont-editor-italic:before { + content: "\f14d" +} + +.aui-iconfont-editor-layout:before { + content: "\f14e" +} + +.aui-iconfont-editor-list-bullet:before { + content: "\f14f" +} + +.aui-iconfont-editor-list-number:before { + content: "\f150" +} + +.aui-iconfont-editor-macro-toc:before { + content: "\f151" +} + +.aui-iconfont-editor-mention:before { + content: "\f152" +} + +.aui-iconfont-editor-outdent:before { + content: "\f153" +} + +.aui-iconfont-editor-styles:before { + content: "\f154" +} + +.aui-iconfont-editor-symbol:before { + content: "\f155" +} + +.aui-iconfont-editor-table:before { + content: "\f156" +} + +.aui-iconfont-editor-task:before { + content: "\f157" +} + +.aui-iconfont-editor-underline:before { + content: "\f158" +} + +.aui-iconfont-email:before { + content: "\f159" +} + +.aui-iconfont-error:before { + content: "\f15a" +} + +.aui-iconfont-expanded:before { + content: "\f15b" +} + +.aui-iconfont-file-code:before { + content: "\f15c" +} + +.aui-iconfont-file-doc:before { + content: "\f15d" +} + +.aui-iconfont-file-java:before { + content: "\f15e" +} + +.aui-iconfont-file-pdf:before { + content: "\f15f" +} + +.aui-iconfont-file-ppt:before { + content: "\f160" +} + +.aui-iconfont-file-txt:before { + content: "\f161" +} + +.aui-iconfont-file-wav:before { + content: "\f162" +} + +.aui-iconfont-file-xls:before { + content: "\f163" +} + +.aui-iconfont-file-zip:before { + content: "\f164" +} + +.aui-iconfont-flag:before { + content: "\f165" +} + +.aui-iconfont-focus:before { + content: "\f166" +} + +.aui-iconfont-group:before { + content: "\f167" +} + +.aui-iconfont-handle-horizontal:before { + content: "\f168" +} + +.aui-iconfont-help:before { + content: "\f169" +} + +.aui-iconfont-hipchat:before { + content: "\f16a" +} + +.aui-iconfont-homepage:before { + content: "\f16b" +} + +.aui-iconfont-image:before { + content: "\f16c" +} + +.aui-iconfont-image-extrasmall:before { + content: "\f16d" +} + +.aui-iconfont-image-small:before { + content: "\f16e" +} + +.aui-iconfont-info:before { + content: "\f16f" +} + +.aui-iconfont-jira:before { + content: "\f170" +} + +.aui-iconfont-jira-completed-task:before { + content: "\f171" +} + +.aui-iconfont-jira-test-session:before { + content: "\f172" +} + +.aui-iconfont-like:before { + content: "\f173" +} + +.aui-iconfont-like-small:before { + content: "\f174" +} + +.aui-iconfont-weblink:before { + content: "\f175" +} + +.aui-iconfont-link:before { + content: "\f176" +} + +.aui-iconfont-list-add:before { + content: "\f177" +} + +.aui-iconfont-list-remove:before { + content: "\f178" +} + +.aui-iconfont-locked:before { + content: "\f179" +} + +.aui-iconfont-locked-small:before { + content: "\f17a" +} + +.aui-iconfont-macro-code:before { + content: "\f17b" +} + +.aui-iconfont-macro-default:before { + content: "\f17c" +} + +.aui-iconfont-macro-gallery:before { + content: "\f17d" +} + +.aui-iconfont-macro-status:before { + content: "\f17e" +} + +.aui-iconfont-more:before { + content: "\f17f" +} + +.aui-iconfont-nav-children:before { + content: "\f180" +} + +.aui-iconfont-page-blank:before { + content: "\f181" +} + +.aui-iconfont-page-blogpost:before { + content: "\f182" +} + +.aui-iconfont-page-default:before { + content: "\f183" +} + +.aui-iconfont-page-template:before { + content: "\f184" +} + +.aui-iconfont-pages:before { + content: "\f185" +} + +.aui-iconfont-quote:before { + content: "\f186" +} + +.aui-iconfont-redo:before { + content: "\f187" +} + +.aui-iconfont-remove:before { + content: "\f188" +} + +.aui-iconfont-remove-label:before { + content: "\f189" +} + +.aui-iconfont-review:before { + content: "\f18a" +} + +.aui-iconfont-rss:before { + content: "\f18b" +} + +.aui-iconfont-search:before { + content: "\f18c" +} + +.aui-iconfont-search-small:before { + content: "\f18d" +} + +.aui-iconfont-share:before { + content: "\f18e" +} + +.aui-iconfont-sidebar-link:before { + content: "\f18f" +} + +.aui-iconfont-sourcetree:before { + content: "\f190" +} + +.aui-iconfont-space-default:before { + content: "\f191" +} + +.aui-iconfont-space-personal:before { + content: "\f192" +} + +.aui-iconfont-star:before { + content: "\f193" +} + +.aui-iconfont-success:before { + content: "\f194" +} + +.aui-iconfont-table-bg:before { + content: "\f195" +} + +.aui-iconfont-table-col-left:before { + content: "\f196" +} + +.aui-iconfont-table-col-remove:before { + content: "\f197" +} + +.aui-iconfont-table-col-right:before { + content: "\f198" +} + +.aui-iconfont-table-copy-row:before { + content: "\f199" +} + +.aui-iconfont-table-cut-row:before { + content: "\f19a" +} + +.aui-iconfont-table-header-column:before { + content: "\f19b" +} + +.aui-iconfont-table-header-row:before { + content: "\f19c" +} + +.aui-iconfont-table-merge:before { + content: "\f19d" +} + +.aui-iconfont-table-no-bg:before { + content: "\f19e" +} + +.aui-iconfont-table-paste-row:before { + content: "\f19f" +} + +.aui-iconfont-table-remove:before { + content: "\f1a0" +} + +.aui-iconfont-table-row-down:before { + content: "\f1a1" +} + +.aui-iconfont-table-row-remove:before { + content: "\f1a2" +} + +.aui-iconfont-table-row-up:before { + content: "\f1a3" +} + +.aui-iconfont-table-split:before { + content: "\f1a4" +} + +.aui-iconfont-teamcals:before { + content: "\f1a5" +} + +.aui-iconfont-time:before { + content: "\f1a6" +} + +.aui-iconfont-undo:before { + content: "\f1a7" +} + +.aui-iconfont-unfocus:before { + content: "\f1a8" +} + +.aui-iconfont-unlocked:before { + content: "\f1a9" +} + +.aui-iconfont-unstar:before { + content: "\f1aa" +} + +.aui-iconfont-unwatch:before { + content: "\f1ab" +} + +.aui-iconfont-up:before { + content: "\f1ac" +} + +.aui-iconfont-user:before { + content: "\f1ad" +} + +.aui-iconfont-user-status:before { + content: "\f1ae" +} + +.aui-iconfont-view:before { + content: "\f1af" +} + +.aui-iconfont-view-card:before { + content: "\f1b0" +} + +.aui-iconfont-view-list:before { + content: "\f1b1" +} + +.aui-iconfont-view-table:before { + content: "\f1b2" +} + +.aui-iconfont-warning:before { + content: "\f1b3" +} + +.aui-iconfont-watch:before { + content: "\f1b4" +} + +.aui-iconfont-workbox:before { + content: "\f1b5" +} + +.aui-iconfont-workbox-empty:before { + content: "\f1b6" +} + +.aui-iconfont-configure-columns:before { + content: "\f1b7" +} + +.aui-iconfont-export:before { + content: "\f1b8" +} + +.aui-iconfont-export-list:before { + content: "\f1b9" +} + +.aui-iconfont-file-image:before { + content: "\f1ba" +} + +.aui-iconfont-admin-fusion:before { + content: "\f1bb" +} + +.aui-iconfont-admin-jira-fields:before { + content: "\f1bc" +} + +.aui-iconfont-admin-issue:before { + content: "\f1bd" +} + +.aui-iconfont-admin-notifications:before { + content: "\f1be" +} + +.aui-iconfont-admin-roles:before { + content: "\f1bf" +} + +.aui-iconfont-admin-jira-screens:before { + content: "\f1c0" +} + +.aui-iconfont-pause:before { + content: "\f1c1" +} + +.aui-iconfont-priority-highest:before { + content: "\f1c2" +} + +.aui-iconfont-priority-high:before { + content: "\f1c3" +} + +.aui-iconfont-priority-medium:before { + content: "\f1c4" +} + +.aui-iconfont-priority-low:before { + content: "\f1c5" +} + +.aui-iconfont-priority-lowest:before { + content: "\f1c6" +} + +.aui-iconfont-refresh-small:before { + content: "\f1c7" +} + +.aui-iconfont-share-list:before { + content: "\f1c8" +} + +.aui-iconfont-switch-small:before { + content: "\f1c9" +} + +.aui-iconfont-version:before { + content: "\f1ca" +} + +.aui-iconfont-workflow:before { + content: "\f1cb" +} + +.aui-iconfont-admin-jira-settings:before { + content: "\f1cc" +} + +.aui-iconfont-component:before { + content: "\f1cd" +} + +.aui-iconfont-reopen:before { + content: "\f1ce" +} + +.aui-iconfont-roadmap:before { + content: "\f1cf" +} + +.aui-iconfont-deploy-success:before { + content: "\f1d0" +} + +.aui-iconfont-deploy-fail:before { + content: "\f1d1" +} + +.aui-iconfont-file-generic:before { + content: "\f1d2" +} + +.aui-iconfont-arrow-down:before { + content: "\f1d3" +} + +.aui-iconfont-arrow-up:before { + content: "\f1d4" +} + +.aui-iconfont-file-video:before { + content: "\f1d5" +} + +.aui-iconfont-filter:before { + content: "\f1d6" +} + +.aui-iconfont-table-copy-column:before { + content: "\f1d7" +} + +.aui-iconfont-table-paste-column:before { + content: "\f1d8" +} + +.aui-iconfont-table-cut-column:before { + content: "\f1d9" +} + +.aui-iconfont-maximise-small:before { + content: "\f1da" +} + +.aui-iconfont-minimise-small:before { + content: "\f1db" +} + +.aui-iconfont-more-small:before { + content: "\f1dc" +} + +.aui-iconfont-move-small:before { + content: "\f1dd" +} + +.aui-iconfont-download:before { + content: "\f1de" +} + +.aui-iconfont-upload:before { + content: "\f1df" +} + +.aui-iconfont-version-unreleased:before { + content: "\f1e0" +} + +.aui-iconfont-puzzle:before { + content: "\f1e1" +} + +.aui-iconfont-editor-files:before { + content: "\f1e2" +} + +.aui-iconfont-bp-sprint:before { + content: "\f1e3" +} + +.aui-iconfont-jira-issues:before { + content: "\f1e4" +} + +.aui-iconfont-bitbucket:before { + content: "\f1e5" +} + +.aui-iconfont-blogroll-large:before { + content: "\f1e6" +} + +.aui-iconfont-email-large:before { + content: "\f1e7" +} + +.aui-iconfont-layout-1col-large:before { + content: "\f1e8" +} + +.aui-iconfont-layout-2col-large:before { + content: "\f1e9" +} + +.aui-iconfont-layout-2col-left-large:before { + content: "\f1ea" +} + +.aui-iconfont-layout-2col-right-large:before { + content: "\f1eb" +} + +.aui-iconfont-layout-3col-center-large:before { + content: "\f1ec" +} + +.aui-iconfont-layout-3col-large:before { + content: "\f1ed" +} + +.aui-iconfont-nav-children-large:before { + content: "\f1ee" +} + +.aui-iconfont-pages-large:before { + content: "\f1ef" +} + +.aui-iconfont-sidebar-link-large:before { + content: "\f1f0" +} + +.aui-iconfont-teamcals-large:before { + content: "\f1f1" +} + +.aui-iconfont-user-large:before { + content: "\f1f2" +} + +/* module-key = 'com.atlassian.auiplugin:aui-experimental-iconfont', location = 'src/less/adg-missing-icons.less' */ +.aui-iconfont-autocomplete-date::before, .aui-iconfont-blogroll::before, .aui-iconfont-devtools-browse-up::before, .aui-iconfont-deploy::before, .aui-iconfont-custom-bullet::before, .aui-iconfont-hipchat::before, .aui-iconfont-file-code::before, .aui-iconfont-file-doc::before, .aui-iconfont-file-java::before, .aui-iconfont-file-pdf::before, .aui-iconfont-file-ppt::before, .aui-iconfont-file-txt::before, .aui-iconfont-file-wav::before, .aui-iconfont-file-xls::before, .aui-iconfont-file-zip::before, .aui-iconfont-page-blogpost::before, .aui-iconfont-page-template::before, .aui-iconfont-macro-default::before, .aui-iconfont-macro-gallery::before, .aui-iconfont-macro-status::before, .aui-iconfont-user-status::before, .aui-iconfont-view-card::before, .aui-iconfont-workbox-empty::before, .aui-iconfont-export-list::before, .aui-iconfont-admin-fusion::before, .aui-iconfont-admin-jira-fields::before, .aui-iconfont-admin-issue::before, .aui-iconfont-admin-notifications::before, .aui-iconfont-admin-jira-screens::before, .aui-iconfont-priority-highest::before, .aui-iconfont-priority-high::before, .aui-iconfont-priority-medium::before, .aui-iconfont-share-list::before, .aui-iconfont-version::before, .aui-iconfont-workflow::before, .aui-iconfont-admin-jira-settings::before, .aui-iconfont-reopen::before, .aui-iconfont-roadmap::before, .aui-iconfont-deploy-success::before, .aui-iconfont-deploy-fail::before, .aui-iconfont-file-generic::before, .aui-iconfont-file-video::before, .aui-iconfont-blogroll-large::before, .aui-iconfont-priority-low::before, .aui-iconfont-priority-lowest::before, .aui-iconfont-review::before, .aui-iconfont-rss::before, .aui-iconfont-sourcetree::before, .aui-iconfont-space-default::before, .aui-iconfont-table-bg::before, .aui-iconfont-table-no-bg::before, .aui-iconfont-devtools-folder-open::before, .aui-iconfont-devtools-compare::before, .aui-iconfont-devtools-file::before, .aui-iconfont-devtools-file-binary::before, .aui-iconfont-devtools-file-commented::before, .aui-iconfont-devtools-repository::before, .aui-iconfont-devtools-repository-forked::before, .aui-iconfont-devtools-repository-locked::before, .aui-iconfont-devtools-side-diff::before, .aui-iconfont-table-cut-row::before, .aui-iconfont-table-copy-row::before, .aui-iconfont-table-paste-row::before, .aui-iconfont-table-cut-column::before, .aui-iconfont-table-copy-column::before, .aui-iconfont-table-paste-column::before, .aui-iconfont-maximise-small::before, .aui-iconfont-minimise-small::before, .aui-iconfont-more-small::before, .aui-iconfont-move-small::before, .aui-iconfont-version-unreleased::before, .aui-iconfont-puzzle::before, .aui-iconfont-editor-files::before, .aui-iconfont-bp-sprint::before, .aui-iconfont-jira-issues::before, .aui-iconfont-bitbucket::before, .aui-iconfont-jira-completed-task::before, .aui-iconfont-jira-test-session::before, .aui-iconfont-back-page::before, .aui-iconfont-macro-code::before { + font-family: "Atlassian Icons" +} + +/* module-key = 'com.atlassian.auiplugin:aui-experimental-iconfont', location = 'src/less/adgs-icons.less' */ +.aui-iconfont-add::before { + content: "\f101" +} + +.aui-iconfont-add-comment::before { + content: "\f102" +} + +.aui-iconfont-approve::before { + content: "\f104" +} + +.aui-iconfont-menu::before { + content: "\f105" +} + +.aui-iconfont-chevron-double-down::before { + content: "\f106" +} + +.aui-iconfont-chevron-double-left::before { + content: "\f107" +} + +.aui-iconfont-chevron-double-right::before { + content: "\f108" +} + +.aui-iconfont-chevron-double-up::before { + content: "\f109" +} + +.aui-iconfont-attachment::before { + content: "\f10a" +} + +.aui-iconfont-documents::before { + content: "\f10f" +} + +.aui-iconfont-refresh::before { + content: "\f119" +} + +.aui-iconfont-calendar::before { + content: "\f11a" +} + +.aui-iconfont-cross::before { + content: "\f11b" +} + +.aui-iconfont-chevron-right::before { + content: "\f11c" +} + +.aui-iconfont-comment::before { + content: "\f11d" +} + +.aui-iconfont-settings::before { + content: "\f11e" +} + +.aui-iconfont-confluence::before { + content: "\f11f" +} + +.aui-iconfont-copy::before { + content: "\f120" +} + +.aui-iconfont-trash::before { + content: "\f122" +} + +.aui-iconfont-upload::before { + content: "\f123" +} + +.aui-iconfont-detail-view::before { + content: "\f124" +} + +.aui-iconfont-arrow-left::before { + content: "\f125" +} + +.aui-iconfont-arrow-right::before { + content: "\f126" +} + +.aui-iconfont-sign-in::before { + content: "\f12a" +} + +.aui-iconfont-import::before { + content: "\f12b" +} + +.aui-iconfont-branch::before { + content: "\f127" +} + +.aui-iconfont-commits::before { + content: "\f12c" +} + +.aui-iconfont-folder-filled::before { + content: "\f131" +} + +.aui-iconfont-create-fork::before { + content: "\f133" +} + +.aui-iconfont-export::before { + content: "\f134" +} + +.aui-iconfont-submodule::before { + content: "\f139" +} + +.aui-iconfont-tag::before { + content: "\f13a" +} + +.aui-iconfont-incomplete-build::before { + content: "\f13c" +} + +.aui-iconfont-plan-disabled::before { + content: "\f13d" +} + +.aui-iconfont-queued-build::before { + content: "\f13e" +} + +.aui-iconfont-document::before { + content: "\f13f" +} + +.aui-iconfont-new-arrow-down::before { + content: "\f140" +} + +.aui-iconfont-edit-filled::before { + content: "\f142" +} + +.aui-iconfont-center-alignment::before { + content: "\f144" +} + +.aui-iconfont-left-alignment::before { + content: "\f145" +} + +.aui-iconfont-right-alignment::before { + content: "\f146" +} + +.aui-iconfont-bold::before { + content: "\f147" +} + +.aui-iconfont-text-color::before { + content: "\f148" +} + +.aui-iconfont-emoji::before { + content: "\f149" +} + +.aui-iconfont-new-help::before { + content: "\f14a" +} + +.aui-iconfont-horizontal-rule::before { + content: "\f14b" +} + +.aui-iconfont-indent-left::before { + content: "\f14c" +} + +.aui-iconfont-italic::before { + content: "\f14d" +} + +.aui-iconfont-page-layout-toggle::before { + content: "\f14e" +} + +.aui-iconfont-bullet-list::before { + content: "\f14f" +} + +.aui-iconfont-number-list::before { + content: "\f150" +} + +.aui-iconfont-table-of-contents::before { + content: "\f151" +} + +.aui-iconfont-mention::before { + content: "\f152" +} + +.aui-iconfont-indent-right::before { + content: "\f153" +} + +.aui-iconfont-advanced::before { + content: "\f154" +} + +.aui-iconfont-symbol::before { + content: "\f155" +} + +.aui-iconfont-table::before { + content: "\f156" +} + +.aui-iconfont-task::before { + content: "\f157" +} + +.aui-iconfont-underline::before { + content: "\f158" +} + +.aui-iconfont-email::before { + content: "\f159" +} + +.aui-iconfont-error::before { + content: "\f15a" +} + +.aui-iconfont-chevron-down::before { + content: "\f15b" +} + +.aui-iconfont-flag::before { + content: "\f165" +} + +.aui-iconfont-vid-full-screen-on::before { + content: "\f166" +} + +.aui-iconfont-group::before { + content: "\f167" +} + +.aui-iconfont-more-vertical::before { + content: "\f168" +} + +.aui-iconfont-question-circle::before { + content: "\f169" +} + +.aui-iconfont-home-circle::before { + content: "\f16b" +} + +.aui-iconfont-image::before { + content: "\f16c" +} + +.aui-iconfont-info-circle::before { + content: "\f16f" +} + +.aui-iconfont-jira::before { + content: "\f170" +} + +.aui-iconfont-like::before { + content: "\f173" +} + +.aui-iconfont-world::before { + content: "\f175" +} + +.aui-iconfont-link::before { + content: "\f176" +} + +.aui-iconfont-add-circle::before { + content: "\f177" +} + +.aui-iconfont-cross-circle::before { + content: "\f178" +} + +.aui-iconfont-lock-filled::before { + content: "\f179" +} + +.aui-iconfont-more::before { + content: "\f17f" +} + +.aui-iconfont-nav-children::before { + content: "\f180" +} + +.aui-iconfont-file::before { + content: "\f183" +} + +.aui-iconfont-quote::before { + content: "\f186" +} + +.aui-iconfont-redo::before { + content: "\f187" +} + +.aui-iconfont-search::before { + content: "\f18c" +} + +.aui-iconfont-share::before { + content: "\f18e" +} + +.aui-iconfont-shortcut::before { + content: "\f18f" +} + +.aui-iconfont-person-circle::before { + content: "\f192" +} + +.aui-iconfont-star-filled::before { + content: "\f193" +} + +.aui-iconfont-check::before { + content: "\f194" +} + +.aui-iconfont-insert-column-before::before { + content: "\f196" +} + +.aui-iconfont-remove-column::before { + content: "\f197" +} + +.aui-iconfont-insert-column-after::before { + content: "\f198" +} + +.aui-iconfont-copy-table-row::before { + content: "\f199" +} + +.aui-iconfont-cut-table-row::before { + content: "\f19a" +} + +.aui-iconfont-heading-column::before { + content: "\f19b" +} + +.aui-iconfont-heading-row::before { + content: "\f19c" +} + +.aui-iconfont-merge-table-cells::before { + content: "\f19d" +} + +.aui-iconfont-paste-table-row::before { + content: "\f19f" +} + +.aui-iconfont-remove-table::before { + content: "\f1a0" +} + +.aui-iconfont-insert-row-after::before { + content: "\f1a1" +} + +.aui-iconfont-remove-row::before { + content: "\f1a2" +} + +.aui-iconfont-insert-row-before::before { + content: "\f1a3" +} + +.aui-iconfont-split-merged-table-cells::before { + content: "\f1a4" +} + +.aui-iconfont-team-calendar::before { + content: "\f1a5" +} + +.aui-iconfont-recent::before { + content: "\f1a6" +} + +.aui-iconfont-undo::before { + content: "\f1a7" +} + +.aui-iconfont-vid-full-screen-off::before { + content: "\f1a8" +} + +.aui-iconfont-unlock-filled::before { + content: "\f1a9" +} + +.aui-iconfont-new-star::before { + content: "\f1aa" +} + +.aui-iconfont-new-watch::before { + content: "\f1ab" +} + +.aui-iconfont-new-arrow-up::before { + content: "\f1ac" +} + +.aui-iconfont-person::before { + content: "\f1ad" +} + +.aui-iconfont-watch-filled::before { + content: "\f1af" +} + +.aui-iconfont-room-menu::before { + content: "\f1b1" +} + +.aui-iconfont-warning::before { + content: "\f1b3" +} + +.aui-iconfont-tray::before { + content: "\f1b5" +} + +.aui-iconfont-vid-pause::before { + content: "\f1c1" +} + +.aui-iconfont-swap::before { + content: "\f1c9" +} + +.aui-iconfont-component::before { + content: "\f1cd" +} + +.aui-iconfont-arrow-down-small::before { + content: "\f1d3" +} + +.aui-iconfont-arrow-up-small::before { + content: "\f1d4" +} + +.aui-iconfont-filter::before { + content: "\f1d6" +} + +.aui-iconfont-download::before { + content: "\f1de" +} + +.aui-iconfont-single-column::before { + content: "\f1e8" +} + +.aui-iconfont-two-column::before { + content: "\f1e9" +} + +.aui-iconfont-right-side-bar::before { + content: "\f1ea" +} + +.aui-iconfont-left-side-bar::before { + content: "\f1eb" +} + +.aui-iconfont-three-column-side-bars::before { + content: "\f1ec" +} + +.aui-iconfont-three-column::before { + content: "\f1ed" +} + +.aui-iconfont-location::before { + content: "\f1ee" +} + +.aui-iconfont-radio::before { + content: "\f500" +} + +.aui-iconfont-activity::before { + content: "\f1f3" +} + +.aui-iconfont-add-item::before { + content: "\f1f4" +} + +.aui-iconfont-addon::before { + content: "\f1f5" +} + +.aui-iconfont-app-access::before { + content: "\f1f6" +} + +.aui-iconfont-app-switcher::before { + content: "\f1f7" +} + +.aui-iconfont-arrow-down-circle::before { + content: "\f1f8" +} + +.aui-iconfont-arrow-down-left::before { + content: "\f1f9" +} + +.aui-iconfont-arrow-down-right::before { + content: "\f1fa" +} + +.aui-iconfont-arrow-left-circle::before { + content: "\f1fb" +} + +.aui-iconfont-arrow-right-circle::before { + content: "\f1fc" +} + +.aui-iconfont-arrow-up-circle::before { + content: "\f1fd" +} + +.aui-iconfont-audio-circle::before { + content: "\f1fe" +} + +.aui-iconfont-audio::before { + content: "\f1ff" +} + +.aui-iconfont-backlog::before { + content: "\f200" +} + +.aui-iconfont-billing-filled::before { + content: "\f201" +} + +.aui-iconfont-billing::before { + content: "\f202" +} + +.aui-iconfont-board::before { + content: "\f203" +} + +.aui-iconfont-book::before { + content: "\f204" +} + +.aui-iconfont-calendar-filled::before { + content: "\f205" +} + +.aui-iconfont-camera-filled::before { + content: "\f206" +} + +.aui-iconfont-camera-rotate::before { + content: "\f207" +} + +.aui-iconfont-camera-take-picture::before { + content: "\f208" +} + +.aui-iconfont-camera::before { + content: "\f209" +} + +.aui-iconfont-canvas::before { + content: "\f20a" +} + +.aui-iconfont-cell-color-underline::before { + content: "\f20b" +} + +.aui-iconfont-cell-color::before { + content: "\f20c" +} + +.aui-iconfont-check-circle-filled::before { + content: "\f20d" +} + +.aui-iconfont-check-circle::before { + content: "\f20e" +} + +.aui-iconfont-checkbox::before { + content: "\f20f" +} + +.aui-iconfont-chevron-down-circle::before { + content: "\f210" +} + +.aui-iconfont-chevron-left-circle::before { + content: "\f211" +} + +.aui-iconfont-chevron-left::before { + content: "\f212" +} + +.aui-iconfont-chevron-right-circle::before { + content: "\f213" +} + +.aui-iconfont-chevron-up-circle::before { + content: "\f214" +} + +.aui-iconfont-chevron-up::before { + content: "\f215" +} + +.aui-iconfont-clone-small::before { + content: "\f216" +} + +.aui-iconfont-code::before { + content: "\f217" +} + +.aui-iconfont-copy-table-column::before { + content: "\f218" +} + +.aui-iconfont-create-branch::before { + content: "\f219" +} + +.aui-iconfont-create-pull-request::before { + content: "\f21a" +} + +.aui-iconfont-credit-card::before { + content: "\f21b" +} + +.aui-iconfont-credit-card-filled::before { + content: "\f21c" +} + +.aui-iconfont-cut-table-column::before { + content: "\f21d" +} + +.aui-iconfont-dashboard::before { + content: "\f21e" +} + +.aui-iconfont-decision::before { + content: "\f21f" +} + +.aui-iconfont-discover-filled::before { + content: "\f220" +} + +.aui-iconfont-discover::before { + content: "\f221" +} + +.aui-iconfont-document-filled::before { + content: "\f222" +} + +.aui-iconfont-dropbox::before { + content: "\f223" +} + +.aui-iconfont-new-edit::before { + content: "\f224" +} + +.aui-iconfont-failed-build::before { + content: "\f225" +} + +.aui-iconfont-feedback::before { + content: "\f226" +} + +.aui-iconfont-folder::before { + content: "\f227" +} + +.aui-iconfont-followers::before { + content: "\f228" +} + +.aui-iconfont-following::before { + content: "\f229" +} + +.aui-iconfont-fork-small::before { + content: "\f22a" +} + +.aui-iconfont-gallery::before { + content: "\f22b" +} + +.aui-iconfont-google-drive::before { + content: "\f22c" +} + +.aui-iconfont-google::before { + content: "\f22d" +} + +.aui-iconfont-graph-bar::before { + content: "\f22e" +} + +.aui-iconfont-graph-line::before { + content: "\f22f" +} + +.aui-iconfont-highlights::before { + content: "\f230" +} + +.aui-iconfont-home-filled::before { + content: "\f231" +} + +.aui-iconfont-image-border::before { + content: "\f232" +} + +.aui-iconfont-image-resize::before { + content: "\f233" +} + +.aui-iconfont-info-filled::before { + content: "\f234" +} + +.aui-iconfont-insert-numbered-column::before { + content: "\f235" +} + +.aui-iconfont-invite-team::before { + content: "\f236" +} + +.aui-iconfont-issue-raise::before { + content: "\f237" +} + +.aui-iconfont-issue::before { + content: "\f238" +} + +.aui-iconfont-issues::before { + content: "\f239" +} + +.aui-iconfont-lightbulb-filled::before { + content: "\f23a" +} + +.aui-iconfont-lightbulb::before { + content: "\f23b" +} + +.aui-iconfont-link-filled::before { + content: "\f23c" +} + +.aui-iconfont-list::before { + content: "\f23d" +} + +.aui-iconfont-lock-circle-small::before { + content: "\f23e" +} + +.aui-iconfont-lock::before { + content: "\f23f" +} + +.aui-iconfont-marketplace::before { + content: "\f240" +} + +.aui-iconfont-multiple-commits::before { + content: "\f241" +} + +.aui-iconfont-needs-work::before { + content: "\f242" +} + +.aui-iconfont-notification-all::before { + content: "\f243" +} + +.aui-iconfont-notification-direct::before { + content: "\f244" +} + +.aui-iconfont-notification::before { + content: "\f245" +} + +.aui-iconfont-office-building-filled::before { + content: "\f246" +} + +.aui-iconfont-office-building::before { + content: "\f247" +} + +.aui-iconfont-open::before { + content: "\f248" +} + +.aui-iconfont-overview::before { + content: "\f249" +} + +.aui-iconfont-page-filled::before { + content: "\f24a" +} + +.aui-iconfont-page::before { + content: "\f24b" +} + +.aui-iconfont-paint-bucket::before { + content: "\f24c" +} + +.aui-iconfont-paste-table-column::before { + content: "\f24d" +} + +.aui-iconfont-pdf::before { + content: "\f24e" +} + +.aui-iconfont-people-group::before { + content: "\f24f" +} + +.aui-iconfont-people::before { + content: "\f250" +} + +.aui-iconfont-portfolio::before { + content: "\f251" +} + +.aui-iconfont-preferences::before { + content: "\f252" +} + +.aui-iconfont-progress::before { + content: "\f253" +} + +.aui-iconfont-pull-requests::before { + content: "\f254" +} + +.aui-iconfont-question-filled::before { + content: "\f255" +} + +.aui-iconfont-queues::before { + content: "\f256" +} + +.aui-iconfont-recent-filled::before { + content: "\f257" +} + +.aui-iconfont-repository-small::before { + content: "\f258" +} + +.aui-iconfont-running-build::before { + content: "\f259" +} + +.aui-iconfont-schedule-filled::before { + content: "\f25a" +} + +.aui-iconfont-schedule::before { + content: "\f25b" +} + +.aui-iconfont-screen::before { + content: "\f25c" +} + +.aui-iconfont-send::before { + content: "\f25d" +} + +.aui-iconfont-ship::before { + content: "\f25e" +} + +.aui-iconfont-sign-out::before { + content: "\f25f" +} + +.aui-iconfont-source::before { + content: "\f260" +} + +.aui-iconfont-subtask::before { + content: "\f261" +} + +.aui-iconfont-successful-build::before { + content: "\f262" +} + +.aui-iconfont-task-list::before { + content: "\f263" +} + +.aui-iconfont-text-color-underline::before { + content: "\f264" +} + +.aui-iconfont-tray-empty::before { + content: "\f265" +} + +.aui-iconfont-unlink::before { + content: "\f266" +} + +.aui-iconfont-unlock-circle::before { + content: "\f267" +} + +.aui-iconfont-unlock::before { + content: "\f268" +} + +.aui-iconfont-vid-audio-muted::before { + content: "\f269" +} + +.aui-iconfont-vid-audio-on::before { + content: "\f26a" +} + +.aui-iconfont-vid-backward::before { + content: "\f26b" +} + +.aui-iconfont-vid-forward::before { + content: "\f26c" +} + +.aui-iconfont-vid-full-connection-circle::before { + content: "\f26d" +} + +.aui-iconfont-vid-full-speaking-circle::before { + content: "\f26e" +} + +.aui-iconfont-vid-hang-up::before { + content: "\f26f" +} + +.aui-iconfont-vid-hd-circle::before { + content: "\f270" +} + +.aui-iconfont-vid-play::before { + content: "\f271" +} + +.aui-iconfont-vid-raised-hand::before { + content: "\f272" +} + +.aui-iconfont-vid-share-screen::before { + content: "\f273" +} + +.aui-iconfont-video-camera-off::before { + content: "\f274" +} + +.aui-iconfont-video-circle::before { + content: "\f275" +} + +.aui-iconfont-video-filled::before { + content: "\f276" +} + +/* module-key = 'com.atlassian.auiplugin:aui-header-unresponsive', location = 'src/less/aui-header.less' */ +aui-header { + display: block +} + +.aui-header { + background: #0747a6; + border-bottom: 0 solid #0747a6; + box-sizing: border-box; + color: #deebff; + padding: 0 10px +} + +.aui-header:after, .aui-header .aui-header-logo a:after { + content: ""; + display: table; + clear: both +} + +.aui-header .aui-header-logo, .aui-header .aui-nav { + margin: 0; + padding: 0; + float: left +} + +.aui-header .aui-header-secondary .aui-nav { + float: right +} + +.aui-header .aui-nav > li { + float: left; + padding: 0 +} + +.aui-header a { + color: #deebff; + display: block; + line-height: 1; + padding: 13px 10px +} + +.aui-header a:visited, .aui-header a:focus, .aui-header a:hover, .aui-header a:active { + text-decoration: none +} + +.aui-header .aui-header-logo a { + box-sizing: border-box; + float: left; + height: 40px; + padding: 0 10px +} + +.aui-header .aui-header-logo.aui-header-logo-textonly a { + font-size: 24px; + padding: 5px 10px +} + +.aui-header .aui-header-logo-textonly .aui-header-logo-device { + float: left; + padding-top: 4px; + text-indent: 0 +} + +.aui-header .aui-header-logo-textonly .aui-header-logo-device + .aui-header-logo-text { + padding: 5px 0 5px 10px +} + +.aui-header .aui-header-logo .aui-header-logo-text { + display: block; + float: left; + font-size: 14px; + line-height: 1.4286; + margin: 0; + padding: 10px 0 10px 10px +} + +.aui-header .aui-header-logo-device { + background-repeat: no-repeat; + background-position: 0 50%; + background-size: 100%; + display: block; + float: left; + height: 24px; + padding: 8px 0; + text-indent: -9999px; + text-align: left +} + +.aui-header .aui-header-logo img { + border: 0; + float: left; + max-height: 30px; + padding: 5px 0 +} + +.aui-header .aui-icon { + margin: -1px 0; + vertical-align: top +} + +.aui-header a > .aui-avatar { + vertical-align: top +} + +.aui-header a > .aui-avatar-tiny { + margin: -1px 0 +} + +.aui-header a > .aui-avatar-small { + margin: -5px 0 +} + +/* module-key = 'com.atlassian.auiplugin:aui-header-unresponsive', location = 'src/less/adg-header-quicksearch.less' */ +.aui-header .aui-quicksearch { + display: flex; + justify-content: flex-end; + align-items: center; + position: relative; + padding: 0 10px; + color: rgba(255, 255, 255, 0.6) +} + +.aui-header .aui-quicksearch input { + background: rgba(9, 30, 66, 0.48); + border: none; + border-radius: 3px; + box-shadow: none; + box-sizing: border-box; + color: inherit; + height: 2.143em; + font-family: inherit; + font-size: inherit; + margin: 5px 0 0 0; + padding: 0 26px 1px 10px; + vertical-align: baseline; + width: 170px +} + +.aui-header .aui-quicksearch input:focus { + background: rgba(9, 30, 66, 0.48); + color: #deebff; + outline: none +} + +.aui-header .aui-quicksearch input::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.6) +} + +.aui-header .aui-quicksearch input::-moz-placeholder { + color: rgba(255, 255, 255, 0.6) +} + +.aui-header .aui-quicksearch input:-ms-input-placeholder { + color: rgba(255, 255, 255, 0.6) +} + +.aui-header .aui-quicksearch input:focus::-webkit-input-placeholder { + color: #deebff +} + +.aui-header .aui-quicksearch input:focus::-moz-placeholder { + color: #deebff +} + +.aui-header .aui-quicksearch input:focus:-ms-input-placeholder { + color: #deebff +} + +.aui-header .aui-quicksearch input[type] { + -moz-appearance: none; + -webkit-appearance: none +} + +.aui-header .aui-quicksearch::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + align-self: center; + pointer-events: none; + margin-left: -26px; + margin-right: 10px; + content: "\f18d"; + color: inherit; + font-size: 16px; + height: 16px; + width: 16px +} + +/* module-key = 'com.atlassian.auiplugin:aui-header-unresponsive', location = 'src/less/adg-header-buttons.less' */ +.aui-header .aui-nav .aui-button, .aui-header .aui-nav .aui-button-primary { + border: 0; + line-height: 1.57142857; + margin: 5px 0 0 10px; + padding: 4px 10px +} + +.aui-header .aui-nav .aui-button.aui-button-split-main { + margin-right: 0 +} + +.aui-header .aui-nav .aui-buttons .aui-button ~ .aui-button, .aui-header .aui-nav .aui-buttons .aui-button ~ .aui-button:hover, .aui-header .aui-nav .aui-buttons .aui-button ~ .aui-button:focus, .aui-header .aui-nav .aui-buttons .aui-button ~ .aui-button:active, .aui-header .aui-nav .aui-button.aui-button-split-more { + margin-left: 1px +} + +.aui-header .aui-nav .aui-button, .aui-header .aui-nav .aui-button:link, .aui-header .aui-nav .aui-button:visited { + color: #deebff +} + +.aui-header .aui-nav .aui-button-primary, .aui-header .aui-nav .aui-button-primary:link, .aui-header .aui-nav .aui-button-primary:visited { + background-color: #0065ff; + color: #deebff +} + +.aui-header .aui-nav .aui-button.aui-button-primary:focus, .aui-header .aui-nav .aui-button.aui-button-primary:hover { + background-color: #2684ff; + color: #deebff +} + +.aui-header .aui-nav .aui-button.aui-button-primary:active, .aui-header .aui-nav .aui-button.aui-button-primary.active { + background-color: #0065ff; + background-image: none; + padding-bottom: 4px +} + +/* module-key = 'com.atlassian.auiplugin:aui-header-unresponsive', location = 'src/less/atlassian-brand-logos.less' */ +.aui-header .aui-header-logo-atlassian .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-atlassian.png"); + width: 87px +} + +.aui-header .aui-header-logo-aui .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-aui.png"); + width: 36px +} + +.aui-header .aui-header-logo-bamboo .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-bamboo.png"); + width: 95px +} + +.aui-header .aui-header-logo-bitbucket .aui-header-logo-device, .aui-header .aui-header-logo-stash .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-bitbucket.png"); + width: 100px +} + +.aui-header .aui-header-logo-clover .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-clover.png"); + width: 72px +} + +.aui-header .aui-header-logo-confluence .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-confluence.png"); + width: 118px +} + +.aui-header .aui-header-logo-crowd .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-crowd.png"); + width: 71px +} + +.aui-header .aui-header-logo-crucible .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-crucible.png"); + width: 89px +} + +.aui-header .aui-header-logo-fecru .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-fecru.png"); + width: 51px +} + +.aui-header .aui-header-logo-fisheye .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-fisheye.png"); + width: 87px +} + +.aui-header .aui-header-logo-hipchat .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-hipchat.png"); + width: 97px +} + +.aui-header .aui-header-logo-jira .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-jira.png"); + width: 57px +} + +.aui-header .aui-header-logo-answers .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-answers.png"); + width: 103px +} + +.aui-header .aui-header-logo-developers .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-developers.png"); + width: 111px +} + +.aui-header .aui-header-logo-experts .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-experts.png"); + width: 64px +} + +.aui-header .aui-header-logo-marketplace .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-marketplace.png"); + width: 116px +} + +.aui-header .aui-header-logo-support .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-support.png"); + width: 90px +} + +.aui-header .aui-header-logo-university .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-university.png"); + width: 113px +} + +.aui-header .aui-header-logo-cloud .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/7.9.7/_/download/resources/com.atlassian.auiplugin:aui-header-unresponsive/images/logos/aui-header-logo-cloud.png"); + width: 126px +} + +/* module-key = 'com.atlassian.auiplugin:aui-header', location = 'src/less/aui-header-responsive.less' */ +.aui-header-secondary .aui-nav { + position: absolute; + right: 0 +} + +.aui-header-primary .aui-nav { + overflow: hidden; + white-space: nowrap; + width: 0px +} + +.aui-header-primary .aui-nav > li { + display: inline-block; + float: none +} + +.aui-header .aui-header-secondary { + position: relative +} + +/* module-key = 'com.atlassian.auiplugin:aui-page-header', location = 'src/less/aui-page-header.less' */ .aui-page-header-inner { border-spacing: 0; box-sizing: border-box; display: table; table-layout: auto; - width: 100%; + width: 100% } -.aui-page-header-image, -.aui-page-header-main, -.aui-page-header-actions { +.aui-page-header-image, .aui-page-header-main, .aui-page-header-actions { box-sizing: border-box; display: table-cell; margin: 0; padding: 0; text-align: left; - vertical-align: top; + vertical-align: top } -/* collapse the cell to fit its content */ + .aui-page-header-image { width: 1px; - white-space: nowrap; + white-space: nowrap } + .aui-page-header-main { - vertical-align: middle; + vertical-align: middle } + .aui-page-header-image + .aui-page-header-main { - padding-left: @aui-grid; + padding-left: 10px } + .aui-page-header-actions { - padding-left: (@aui-grid * 2); + padding-left: 20px; text-align: right; - vertical-align: middle; + vertical-align: middle } -.aui-page-header-main > h1, -.aui-page-header-main > h2, -.aui-page-header-main > h3, -.aui-page-header-main > h4, -.aui-page-header-main > h5, -.aui-page-header-main > h6 { - margin: 0; + +.aui-page-header-main > h1, .aui-page-header-main > h2, .aui-page-header-main > h3, .aui-page-header-main > h4, .aui-page-header-main > h5, .aui-page-header-main > h6 { + margin: 0 } + .aui-page-header-actions > .aui-buttons { - /* spaces out button groups when they wrap to 2 lines */ - margin-bottom: (@aui-grid / 2); - margin-top: (@aui-grid / 2); + margin-bottom: 5px; + margin-top: 5px; + vertical-align: top; + white-space: nowrap +} + +.aui-page-header-image .aui-avatar { + vertical-align: top +} + +/* module-key = 'com.atlassian.auiplugin:layer', location = 'src/less/layer.less' */ +.aui-layer { + position: fixed +} + +.aui-layer[aria-hidden="true"] { + display: none +} + +.aui-blanket { + opacity: 0; + transition: opacity .2s, visibility .2s; + transition-delay: .1s; + visibility: hidden; + background: rgba(23, 43, 77, 0.45); + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 2500 +} + +.aui-blanket[aria-hidden="false"] { + opacity: 1; + transition: opacity .2s; + transition-delay: .1s; + visibility: visible +} + +/* module-key = 'com.atlassian.auiplugin:aui-dropdown2', location = 'src/less/dropdown2.less' */ +.aui-dropdown2 { + box-sizing: border-box; + max-width: 300px; + min-width: 160px; + position: absolute +} + +.aui-dropdown2[aria-hidden="true"] { + top: -999em; + left: -999em +} + +.aui-dropdown2:not([resolved]) { + display: none +} + +.aui-dropdown2 [role="menuitem"], .aui-dropdown2 [role="menuitemcheckbox"], .aui-dropdown2 [role="menuitemradio"], .aui-dropdown2 [role="radio"], .aui-dropdown2 [role="checkbox"], .aui-dropdown2 a { + -ms-user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + user-select: none; + box-sizing: content-box; + display: block; + line-height: 1.14285714; + padding: 7px 10px +} + +.aui-dropdown2 [role="menuitem"] :focus, .aui-dropdown2 [role="menuitemcheckbox"] :focus, .aui-dropdown2 [role="menuitemradio"] :focus, .aui-dropdown2 [role="radio"] :focus, .aui-dropdown2 [role="checkbox"] :focus, .aui-dropdown2 a :focus { + z-index: 1 +} + +.aui-dropdown2 .aui-list-truncate [role="menuitem"], .aui-dropdown2 .aui-list-truncate [role="menuitemcheckbox"], .aui-dropdown2 .aui-list-truncate [role="menuitemradio"], .aui-dropdown2 .aui-list-truncate [role="radio"], .aui-dropdown2 .aui-list-truncate [role="checkbox"], .aui-dropdown2 .aui-list-truncate a { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.aui-dropdown2.aui-style-default { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); + background: #fff; + border: 0 solid #dfe1e6; + border-radius: 3px; + color: #344563; + padding: 3px 0 +} + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .aui-dropdown2.aui-style-default { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13) + } +} + +.aui-dropdown2.aui-style-default ul { + list-style: none; + margin: 0; + padding-left: 0 +} + +.aui-dropdown2.aui-style-default .aui-dropdown2-section { + margin-top: 3px +} + +.aui-dropdown2.aui-style-default .aui-dropdown2-section:first-child { + margin-top: 0 +} + +.aui-dropdown2.aui-style-default .aui-dropdown2-section + .aui-dropdown2-section { + border-top: 1px solid #dfe1e6; + padding-top: 3px +} + +.aui-dropdown2.aui-style-default > strong, .aui-dropdown2.aui-style-default .aui-dropdown2-section > strong, .aui-dropdown2-heading { + color: #6b778c; + font-size: 11px; + font-weight: 600; + line-height: 1.45454545; + letter-spacing: 0; + text-transform: uppercase; + display: block; + padding: 7px 10px +} + +.aui-dropdown2-heading > strong { + font-size: inherit; + font-weight: inherit; + line-height: inherit +} + +.aui-dropdown2.aui-style-default strong + ul { + margin-top: 0 +} + +.aui-dropdown2.aui-style-default [role="menuitem"], .aui-dropdown2.aui-style-default [role="menuitemcheckbox"], .aui-dropdown2.aui-style-default [role="menuitemradio"], .aui-dropdown2.aui-style-default [role="radio"], .aui-dropdown2.aui-style-default [role="checkbox"], .aui-dropdown2.aui-style-default a { + background-color: transparent; + color: #344563; + text-decoration: none; + cursor: pointer +} + +.aui-dropdown2.aui-style-default:hover .aui-dropdown2-checkbox, .aui-dropdown2.aui-style-default:hover .aui-dropdown2-radio, .aui-dropdown2.aui-style-default:hover a { + background-color: transparent; + color: #344563; + text-decoration: none; + cursor: pointer +} + +.aui-dropdown2.aui-style-default:hover .aui-dropdown2-checkbox:not(.aui-dropdown2-disabled):hover, .aui-dropdown2.aui-style-default:hover .aui-dropdown2-radio:not(.aui-dropdown2-disabled):hover, .aui-dropdown2.aui-style-default:hover a:not(.aui-dropdown2-disabled):hover { + background-color: #ebecf0; + color: #344563 +} + +.aui-dropdown2.aui-style-default:hover .aui-dropdown2-checkbox:not(.aui-dropdown2-disabled):active, .aui-dropdown2.aui-style-default:hover .aui-dropdown2-radio:not(.aui-dropdown2-disabled):active, .aui-dropdown2.aui-style-default:hover a:not(.aui-dropdown2-disabled):active { + background-color: #deebff; + color: #0052cc +} + +.aui-dropdown2.aui-style-default .active, .aui-dropdown2.aui-style-default .aui-dropdown2-active { + background-color: #ebecf0; + color: #344563 +} + +.aui-dropdown2.aui-style-default:hover .aui-dropdown2-disabled, .aui-dropdown2.aui-style-default .aui-dropdown2-disabled, .aui-dropdown2.aui-style-default [aria-disabled="true"], .aui-dropdown2.aui-style-default a.disabled { + background-color: transparent; + color: #7a869a; + cursor: not-allowed; + text-decoration: none +} + +.aui-dropdown2.aui-style-default .aui-icon-container, .aui-dropdown2.aui-style-default .aui-dropdown2-radio, .aui-dropdown2.aui-style-default .aui-dropdown2-checkbox { + padding-left: 35px; + background-position: 10px 7px; + background-repeat: no-repeat; + position: relative +} + +.aui-dropdown2.aui-style-default .aui-icon-container > img, .aui-dropdown2.aui-style-default .aui-icon-container > .aui-icon, .aui-dropdown2.aui-style-default .aui-icon-container > .aui-avatar { + border-width: 0; + display: inline-block; + left: 10px; + overflow: hidden; + position: absolute; + top: 7px +} + +.aui-dropdown2.aui-style-default .aui-dropdown2-checkbox.aui-dropdown2-checked::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: inherit; + content: "\f194"; + font-size: 16px; + height: 16px; + left: 0; + line-height: 1; + margin-top: -8px; + position: absolute; + text-indent: 0; + top: 50%; + width: 16px; + margin-left: 8px +} + +.aui-dropdown2.aui-style-default .aui-dropdown2-radio.aui-dropdown2-checked::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: inherit; + content: "\f500"; + font-size: 16px; + height: 16px; + left: 0; + line-height: 1; + margin-top: -8px; + position: absolute; + text-indent: 0; + top: 50%; + width: 16px; + margin-left: 8px +} + +.aui-dropdown2.aui-dropdown2-tailed::before, .aui-dropdown2.aui-dropdown2-tailed::after { + border-color: transparent; + border-style: outset outset solid outset; + border-width: 8px; + bottom: 100%; + content: ""; + display: block; + height: 0; + position: absolute; + width: 0 +} + +.aui-dropdown2.aui-dropdown2-tailed::before { + border-bottom-color: #dfe1e6; + margin-bottom: 1px +} + +.aui-dropdown2.aui-dropdown2-tailed::after { + border-bottom-color: #fff +} + +.aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1 { + padding: 5px 8px; + text-decoration: none +} + +.aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1:hover, .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1:focus, .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1.active, .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1.aui-dropdown2-active { + background-color: #326ca6; + border-radius: 4px; + color: #ffffff; + text-decoration: none +} + +.aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1[aria-disabled="true"], .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1[aria-disabled="true"]:hover, .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1[aria-disabled="true"]:focus, .aui-dropdown2-trigger.aui-style-dropdown2triggerlegacy1[aria-disabled="true"]:active { + background: inherit; + color: #99b6d3; + cursor: default +} + +.aui-dropdown2-sub-trigger { + position: relative +} + +.aui-dropdown2-sub-trigger::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: inherit; + content: "\f11c"; + font-size: 16px; + height: 16px; + left: 0; + line-height: 1; + margin-top: -8px; + position: absolute; + text-indent: 0; + top: 50%; + width: 16px; + left: 100%; + margin-left: -24px +} + +.aui-dropdown2-trigger:not(.aui-dropdown2-trigger-arrowless) { + padding-right: 24px !important; + position: relative +} + +.aui-button-link.aui-dropdown2-trigger.active:first-child, .aui-button-link.aui-dropdown2-trigger.active, .aui-button-text.aui-dropdown2-trigger.active:first-child, .aui-button-text.aui-dropdown2-trigger.active { + box-shadow: none +} + +.aui-buttons .aui-button.aui-button-subtle.aui-dropdown2-trigger.active, .aui-button.aui-button-subtle.aui-dropdown2-trigger.active { + border-color: transparent +} + +.aui-button.aui-button-subtle.aui-dropdown2-trigger:hover { + border-color: transparent +} + +.aui-button.aui-button-compact.aui-dropdown2-trigger:not(.aui-dropdown2-trigger-arrowless) { + padding-right: 21px !important +} + +.aui-button.aui-button-compact.aui-dropdown2-trigger::after { + margin-left: -16px +} + +.aui-button.aui-dropdown2-trigger.aui-button-compact.active:first-child:not(.aui-dropdown2-trigger-arrowless), .aui-button.aui-dropdown2-trigger.aui-button-compact.active:not(.aui-dropdown2-trigger-arrowless) { + padding-bottom: 3px +} + +.aui-button.aui-dropdown2-trigger:not(.aui-dropdown2-trigger-arrowless)::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + content: "\f15b"; + font-size: 16px; + height: 16px; + line-height: 1; + margin-top: -8px; + position: absolute; + right: 4px; + top: 50%; + text-indent: 0; + width: 16px +} + +.aui-button.aui-dropdown2-trigger > .icon-dropdown, .aui-button.aui-dropdown2-trigger > .aui-icon-dropdown { + display: none +} + +input.aui-button.aui-dropdown2-trigger, .aui-button.aui-button-text.aui-dropdown2-trigger { + padding-right: 10px !important +} + +input.aui-button.aui-dropdown2-trigger::after, .aui-button.aui-button-text.aui-dropdown2-trigger::after { + display: none +} + +.aui-buttons .aui-button.aui-button-split-more.aui-dropdown2-trigger, .aui-buttons .aui-button.aui-button-split-more.aui-dropdown2-trigger.active { + padding-left: 0; + padding-right: 0; + width: 24px; + text-indent: -9999em; + overflow: hidden +} + +.aui-buttons .aui-button.aui-button-split-more.aui-dropdown2-trigger::after, .aui-buttons .aui-button.aui-button-split-more.aui-dropdown2-trigger.active::after { + content: "\f17f" +} + +.aui-header .aui-dropdown2-trigger.active, .aui-header a:focus, .aui-header a:hover, .aui-header a:active { + color: #deebff; + background-color: rgba(9, 30, 66, 0.48) +} + +.aui-header .aui-dropdown2-trigger .aui-icon-dropdown { + display: none +} + +.aui-header .aui-dropdown2-trigger:not(.aui-dropdown2-trigger-arrowless)::after { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + content: "\f15b"; + font-size: 16px; + height: 16px; + line-height: 1; + margin-top: -8px; + position: absolute; + right: 4px; + top: 50%; + text-indent: 0; + width: 16px +} + +.aui-dropdown2.aui-layer { + -webkit-height: auto; + height: auto +} + +.aui-dropdown2.aui-layer.aui-style-default.aui-alignment-element-attached-top { + margin-top: 3px +} + +.aui-dropdown2.aui-layer.aui-style-default.aui-alignment-element-attached-top.aui-dropdown2-tailed { + margin-top: 11px +} + +.aui-dropdown2.aui-layer.aui-style-default.aui-alignment-side-submenu { + margin-top: -3px +} + +aui-dropdown-menu, aui-dropdown-group, aui-section, aui-item-checkbox, aui-item-radio, aui-item-link { + display: block +} + +aui-dropdown-menu.aui-dropdown2 .aui-dropdown2-heading:empty, aui-dropdown-menu.aui-dropdown2 .aui-style-default .aui-dropdown2-section > strong:empty, aui-dropdown-menu.aui-dropdown2 .aui-dropdown2.aui-style-default > strong:empty { + display: none +} + +aui-dropdown-menu:not([resolved]) { + display: none +} + +aui-dropdown-menu .aui-dropdown-loading { + padding: 5px +} + +aui-dropdown-menu .aui-dropdown-loading aui-spinner { + display: inline-block; + vertical-align: bottom +} + +/* module-key = 'com.atlassian.auiplugin:aui-dropdown2', location = 'src/less/dropdown2-temp.css' */ +.aui-dropdown2-tailed[data-dropdown2-alignment="left"]:before, .aui-dropdown2-tailed[data-dropdown2-alignment="left"]:after, .aui-dropdown2-tailed.aui-alignment-snap-left:before, .aui-dropdown2-tailed.aui-alignment-snap-left:after { + left: 20px +} + +.aui-dropdown2-tailed[data-dropdown2-alignment="right"]:before, .aui-dropdown2-tailed[data-dropdown2-alignment="right"]:after, .aui-dropdown2-tailed.aui-alignment-snap-right:before, .aui-dropdown2-tailed.aui-alignment-snap-right:after { + right: 20px +} + +/* module-key = 'com.atlassian.auiplugin:fancy-file-input', location = 'node_modules/fancy-file-input/dist/fancy-file-input.css' */ +.ffi { + background-color: #fff; + border: 1px solid #ccc; + border-radius: 3px; + box-shadow: inset 0 1px 3px #ddd; + -moz-box-sizing: border-box; + box-sizing: border-box; + color: #333; + display: inline-block; + font-size: 14px; + line-height: 28px; + margin: 0; + max-width: 350px; + overflow: hidden; + padding: 0; + position: relative; + text-overflow: ellipsis; vertical-align: top; white-space: nowrap; + width: 100% } -/* Avatar overrides */ -.aui-page-header-image .aui-avatar { + +.ffi input[type="file"] { + border: 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + font-size: inherit; + height: 100%; + line-height: 28px; + left: 0; + margin: 0; + opacity: 0; + outline: 0; + padding: 0 5px; + position: absolute; + top: 0; + width: 100% +} + +.ffi input[type="file"]:hover { + cursor: pointer +} + +.ffi input[type="file"][disabled] { + cursor: not-allowed +} + +.ffi[data-ffi-value]:after { + -moz-box-sizing: border-box; + box-sizing: border-box; + color: #333; + content: attr(data-ffi-value); + display: block; + font-style: normal; + overflow: hidden; + padding: 0 5px; + text-overflow: ellipsis; + z-index: -1 +} + +.ffi:before { + background: #eee; + border-left: 1px solid #ccc; + -moz-box-sizing: border-box; + box-sizing: border-box; + color: #333; + content: attr(data-ffi-button-text); + cursor: pointer; + float: right; + line-height: 28px; + margin: 0; + padding: 0 10px; + white-space: nowrap +} + +.ffi:hover:before { + background: #f7f7f7; + color: #000 +} + +.ffi.is-focused { + border-color: #707070; + outline: 0 +} + +.ffi.is-disabled { + background-color: #eee +} + +.ffi.is-disabled:before { + border-color: #ccc; + color: #707070 +} + +.ffi.is-disabled:hover:before, .ffi.is-disabled:active:before, .ffi.is-disabled:active:hover:before { + background: #eee; + box-shadow: none +} + +.ffi.is-disabled:hover:before { + color: #707070 +} + +.ffi-clear { + background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22background-color%3A%23ffffff00%22%20version%3D%221.1%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%3E%3Cg%3E%3Cpath%20d%3D%22M%208%200%20C%203.6%200%200%203.6%200%208%20C%200%2012.4%203.6%2016%208%2016%20C%2012.4%2016%2016%2012.4%2016%208%20C%2016%203.6%2012.4%200%208%200%20ZM%2012.8%2011%20L%2010.9%2012.8%20L%208%209.8%20L%205%2012.8%20L%203.1%2011%20L%206.1%208%20L%203.1%205%20L%205%203.2%20L%208%206.2%20L%2010.9%203.2%20L%2012.8%205%20L%209.8%208%20L%2012.8%2011%20Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0; + border: 0; + color: #333; + cursor: pointer; + float: right; + height: 16px; + line-height: 16px; + margin: 6px; + opacity: .56; + overflow: hidden; + padding: 0; + position: relative; + text-align: left; + text-indent: 999em; + white-space: nowrap; + width: 16px +} + +.ffi-clear:hover { + opacity: 1 +} + +@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) { + .ffi input[type="file"] { + line-height: normal + } +} + +/* module-key = 'com.atlassian.auiplugin:fancy-file-input', location = 'src/less/adg-fancy-file-input.less' */ +.ffi { + background-color: #fff; + border-color: #c1c7d0; + border-radius: 3.01px; + box-shadow: none; + color: #172b4d; + font-size: 14px; + max-width: 250px +} + +form.aui .field-group .ffi { + float: none; + margin: 0; + padding: 0; + word-wrap: normal; + text-align: left; + width: 100% +} + +form.aui.top-label .field-group .ffi { + display: inline-block; + margin: 0; + width: 100% +} + +form.aui.long-label .field-group .ffi { + margin: 0; + width: 100% +} + +.ffi input[type="file"] { + padding: 0 5px +} + +.ffi[data-ffi-value]:after { + color: #172b4d; + padding: 0 5px +} + +.ffi:before { + background: rgba(9, 30, 66, 0.08); + border-left-color: #dfe1e6; + color: #344563; + padding: 0 10px +} + +.ffi:hover:before { + background: rgba(9, 30, 66, 0.13); + color: #344563 +} + +.ffi:active:before, .ffi:active:hover:before { + background-color: #deebff; + background-image: none; + color: #0052cc; + text-decoration: none; + text-shadow: none +} + +.ffi.is-focused { + border-color: #c1c7d0 +} + +.ffi.is-disabled { + background-color: #f4f5f7; + color: #97a0af +} + +.ffi.is-disabled:before, .ffi.is-disabled:hover:before, .ffi.is-disabled:active:before, .ffi.is-disabled:active:hover:before { + background-color: #f4f5f7; + border-color: #dfe1e6; + box-shadow: none; + color: #a5adba; + text-shadow: none +} + +.ffi.is-disabled:after { + color: #97a0af +} + +.ffi-clear { + background-image: none; + opacity: 1; + -ms-filter: none +} + +.ffi-clear:hover { + opacity: 1; + -ms-filter: none +} + +.ffi-clear::before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0; + font-family: "Adgs Icons"; + font-weight: normal; + font-style: normal; + speak: none; + color: #7a869a; + content: "\f188"; + font-size: 16px; + left: 0; + line-height: 1; + margin-top: -8px; + position: absolute; + text-indent: 0; + top: 50% +} + +.ffi-clear:hover::before { + color: #172b4d +} + +/* module-key = 'com.atlassian.auiplugin:dialog', location = 'src/less/dialog.less' */ +.aui-dialog-shadow-parent { + position: fixed; + overflow: hidden; + left: 50%; + top: 50% +} + +.aui-popup { + background-color: #fff; + left: 50%; + position: fixed; + top: 50%; + z-index: 3000 +} + +.aui-dialog { + box-shadow: 0 8px 16px -4px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); + background: #fff; + border: 1px solid #ebecf0; + border-radius: 3px; + overflow: hidden +} + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .aui-dialog { + box-shadow: 0 8px 16px -4px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13) + } +} + +.aui-dialog .dialog-blanket { + position: absolute; + top: 0; + left: 0; + opacity: 0.2; + background: rgba(23, 43, 77, 0.45) +} + +.aui-dialog .dialog-title { + border-bottom: 2px solid #ebecf0; + box-sizing: border-box; + height: 62px; + padding: 15px 20px; + margin: 0; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + white-space: nowrap +} + +.aui-dialog h2.dialog-title { + font-size: 20px; + font-weight: 500; + line-height: 1.5; + letter-spacing: -0.008em; + text-transform: none; + color: #172b4d +} + +.aui-dialog .dialog-page-menu { + background: #fff; + border-right: 1px solid #ebecf0; + box-sizing: border-box; + float: left; + height: 100%; + list-style: none; + margin: 0; + overflow-x: hidden; + overflow-y: auto; + padding: 10px 10px 20px 10px; + width: 25% +} + +.aui-dialog .dialog-page-menu li.page-menu-item { + display: flex; + margin: 0; + padding: 0 +} + +.aui-dialog .dialog-page-menu li.page-menu-item button.item-button { + border-radius: 3px; + box-sizing: content-box; + display: block; + line-height: 1.14285714; + padding: 7px 10px; + background-color: transparent; + color: #42526e; + background: none; + border: 0; + cursor: pointer; + font-family: inherit; + font-size: inherit; + text-align: left; + text-decoration: none; + width: 100% +} + +.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:hover, .aui-dialog .dialog-page-menu li.page-menu-item button.item-button:focus { + background-color: rgba(9, 30, 66, 0.08); + text-decoration: none +} + +.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button { + background-color: rgba(9, 30, 66, 0.08); + color: #42526e; + font-weight: 500 +} + +.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:active, .aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:active { + background-color: #deebff; + color: #42526e; + text-decoration: none +} + +.aui-dialog .dialog-page-body { + background: #fff +} + +.aui-dialog .dialog-panel-body { + box-sizing: border-box; + overflow: auto; + padding: 20px +} + +.aui-dialog .dialog-panel-body > *:first-child { + margin-top: 0 +} + +.aui-dialog .dialog-button-panel { + border-top: 2px solid #ebecf0; + box-sizing: border-box; + height: 52px; + padding: 10px; + clear: both; + overflow: hidden; + text-align: right; + width: 100% +} + +.aui-dialog .dialog-button-panel button.button-panel-button { + box-sizing: border-box; + transition: background-color .1s ease-out; + border-radius: 3.01px; + border-style: solid; + border-width: 1px; + cursor: pointer; + font-family: inherit; + font-size: 14px; + font-variant: normal; + font-weight: 400; + background-image: none; + background-color: rgba(9, 30, 66, 0.08); + border-color: transparent; + color: #344563; + text-decoration: none; + line-height: 20px; + padding: 4px 10px; + vertical-align: baseline +} + +.aui-dialog .dialog-button-panel button.button-panel-button:hover, .aui-dialog .dialog-button-panel button.button-panel-button:focus { + background-color: rgba(9, 30, 66, 0.13); + border-color: transparent; + color: #344563; + text-decoration: none +} + +.aui-dialog .dialog-button-panel button.button-panel-button:active { + background-image: none; + background-color: #deebff; + border-color: transparent; + color: #0052cc; + text-decoration: none +} + +.aui-dialog .dialog-button-panel a.button-panel-link { + background-color: transparent; + border-color: transparent; + color: #0052cc; + cursor: pointer; + text-decoration: none; + display: inline-block; + padding: 5px 0 +} + +.aui-dialog .dialog-button-panel a.button-panel-link:focus, .aui-dialog .dialog-button-panel a.button-panel-link:hover { + color: #0065ff; + text-decoration: underline +} + +.aui-dialog .dialog-button-panel a.button-panel-link:active { + color: #0747a6; + text-decoration: none +} + +.aui-dialog .dialog-button-panel button.button-panel-button, .aui-dialog .dialog-button-panel a.button-panel-link { + margin: 0 10px 0 0 +} + +.aui-dialog .dialog-button-panel button.button-panel-button.left, .aui-dialog .dialog-button-panel a.button-panel-link.left { + float: left; + margin: 0 0 0 10px +} + +/* module-key = 'com.atlassian.auiplugin:internal-inline-dialog-common', location = 'src/less/inline-dialog.less' */ +/*! AUI Inline Dialog */ +aui-inline-dialog { + display: block; + position: absolute; + z-index: 100 +} + +aui-inline-dialog:not([resolved]) { + display: none +} + +aui-inline-dialog .aui-inline-dialog-contents, aui-inline-dialog .contents { + overflow-y: auto +} + +aui-inline-dialog.aui-layer[aria-hidden="true"] { + opacity: 0; + transition: opacity .2s, visibility .2s; + transition-delay: 0s; + visibility: hidden; + display: block +} + +aui-inline-dialog.aui-layer[aria-hidden="false"] { + opacity: 1; + transition: opacity .2s; + transition-delay: 0s; + visibility: visible +} + +aui-inline-dialog.aui-layer { + height: auto +} + +aui-inline-dialog.aui-alignment-side-top { + padding-bottom: 10px; + padding-top: 0 +} + +aui-inline-dialog.aui-alignment-side-top:before, aui-inline-dialog.aui-alignment-side-top:after { + top: calc(100% - 10px); + -ms-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +aui-inline-dialog.aui-alignment-side-top:after { + top: calc(100% - 11px) +} + +aui-inline-dialog.aui-alignment-side-top.aui-alignment-element-attached-top { + padding-bottom: 0; + padding-top: 10px +} + +aui-inline-dialog.aui-alignment-side-top.aui-alignment-element-attached-top:before, aui-inline-dialog.aui-alignment-side-top.aui-alignment-element-attached-top:after { + -ms-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + top: 2px +} + +aui-inline-dialog.aui-alignment-side-top.aui-alignment-element-attached-top:after { + top: 3px +} + +aui-inline-dialog.aui-alignment-side-bottom { + padding-bottom: 0; + padding-top: 10px +} + +aui-inline-dialog.aui-alignment-side-bottom:before { + top: 2px +} + +aui-inline-dialog.aui-alignment-side-bottom:after { + top: 3px +} + +aui-inline-dialog.aui-alignment-side-bottom.aui-alignment-element-attached-bottom { + padding-bottom: 10px; + padding-top: 0 +} + +aui-inline-dialog.aui-alignment-side-bottom.aui-alignment-element-attached-bottom:before, aui-inline-dialog.aui-alignment-side-bottom.aui-alignment-element-attached-bottom:after { + top: calc(100% - 10px); + -ms-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +aui-inline-dialog.aui-alignment-side-bottom.aui-alignment-element-attached-bottom:after { + top: calc(100% - 11px) +} + +aui-inline-dialog.aui-alignment-side-left { + padding-left: 0; + padding-right: 10px +} + +aui-inline-dialog.aui-alignment-side-left:before, aui-inline-dialog.aui-alignment-side-left:after { + left: calc(100% - 14px); + -ms-transform: rotate(90deg); + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +aui-inline-dialog.aui-alignment-side-left:after { + left: calc(100% - 15px) +} + +aui-inline-dialog.aui-alignment-side-left.aui-alignment-element-attached-left { + padding-left: 10px; + padding-right: 0 +} + +aui-inline-dialog.aui-alignment-side-left.aui-alignment-element-attached-left:before, aui-inline-dialog.aui-alignment-side-left.aui-alignment-element-attached-left:after { + -ms-transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + left: -2px +} + +aui-inline-dialog.aui-alignment-side-left.aui-alignment-element-attached-left:after { + left: -1px +} + +aui-inline-dialog.aui-alignment-side-right { + padding-left: 10px; + padding-right: 0 +} + +aui-inline-dialog.aui-alignment-side-right:before, aui-inline-dialog.aui-alignment-side-right:after { + -ms-transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + left: -2px +} + +aui-inline-dialog.aui-alignment-side-right:after { + left: -1px +} + +aui-inline-dialog.aui-alignment-side-right.aui-alignment-element-attached-right { + padding-left: 0; + padding-right: 10px +} + +aui-inline-dialog.aui-alignment-side-right.aui-alignment-element-attached-right:before, aui-inline-dialog.aui-alignment-side-right.aui-alignment-element-attached-right:after { + left: calc(100% - 14px); + -ms-transform: rotate(90deg); + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +aui-inline-dialog.aui-alignment-side-right.aui-alignment-element-attached-right:after { + left: calc(100% - 15px) +} + +aui-inline-dialog.aui-alignment-snap-left:before, aui-inline-dialog.aui-alignment-snap-left:after { + left: 6px +} + +aui-inline-dialog.aui-alignment-snap-center:before, aui-inline-dialog.aui-alignment-snap-center:after { + left: calc(50% - 8px) +} + +aui-inline-dialog.aui-alignment-snap-right:before, aui-inline-dialog.aui-alignment-snap-right:after { + left: calc(100% - 22px) +} + +aui-inline-dialog.aui-alignment-snap-top:before, aui-inline-dialog.aui-alignment-snap-top:after { + top: 10px +} + +aui-inline-dialog.aui-alignment-snap-middle:before, aui-inline-dialog.aui-alignment-snap-middle:after { + top: calc(50% - 4px) +} + +aui-inline-dialog.aui-alignment-snap-bottom:before, aui-inline-dialog.aui-alignment-snap-bottom:after { + top: calc(100% - 18px) +} + +aui-inline-dialog:before, aui-inline-dialog:after { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-bottom: 8px solid #fff; + border-top: 0px; + content: ""; + display: inline-block; + height: 0; + position: absolute; + width: 0 +} + +aui-inline-dialog:before { + border-bottom-color: #dfe1e6 +} + +.aui-inline-dialog { + display: none; + position: absolute; + z-index: 100 +} + +aui-inline-dialog .aui-inline-dialog-contents, .aui-inline-dialog .aui-inline-dialog-contents, aui-inline-dialog .contents, .aui-inline-dialog .contents { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); + background: #fff; + border: 0 solid #dfe1e6; + border-radius: 3px; + overflow: hidden; + padding: 20px +} + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + aui-inline-dialog .aui-inline-dialog-contents, .aui-inline-dialog .aui-inline-dialog-contents, aui-inline-dialog .contents, .aui-inline-dialog .contents { + box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13) + } +} + +aui-inline-dialog .aui-inline-dialog-contents.aui-inline-dialog-no-shadow, .aui-inline-dialog .aui-inline-dialog-contents.aui-inline-dialog-no-shadow, aui-inline-dialog .contents.aui-inline-dialog-no-shadow, .aui-inline-dialog .contents.aui-inline-dialog-no-shadow { + box-shadow: none +} + +aui-inline-dialog .aui-inline-dialog-contents.aui-inline-dialog-auto-width, .aui-inline-dialog .aui-inline-dialog-contents.aui-inline-dialog-auto-width, aui-inline-dialog .contents.aui-inline-dialog-auto-width, .aui-inline-dialog .contents.aui-inline-dialog-auto-width { + width: auto +} + +aui-inline-dialog .aui-inline-dialog-contents form.aui h2:first-child, .aui-inline-dialog .aui-inline-dialog-contents form.aui h2:first-child, aui-inline-dialog .contents form.aui h2:first-child, .aui-inline-dialog .contents form.aui h2:first-child { + border-bottom: 1px solid #dfe1e6; + margin: -7px 0 11px 0; + padding: 0 0 12px 0 +} + +aui-inline-dialog .aui-inline-dialog-contents form.aui .buttons-container, .aui-inline-dialog .aui-inline-dialog-contents form.aui .buttons-container, aui-inline-dialog .contents form.aui .buttons-container, .aui-inline-dialog .contents form.aui .buttons-container { + margin-top: 16px; + padding: 0 +} + +aui-inline-dialog .aui-inline-dialog-contents .submit + .cancel, .aui-inline-dialog .aui-inline-dialog-contents .submit + .cancel, aui-inline-dialog .contents .submit + .cancel, .aui-inline-dialog .contents .submit + .cancel { + margin-left: 0 +} + +aui-inline-dialog .aui-inline-dialog-arrow, .aui-inline-dialog .aui-inline-dialog-arrow, aui-inline-dialog .arrow, .aui-inline-dialog .arrow { + position: absolute; + height: 16px; + top: -7px; + width: 16px +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow, aui-inline-dialog .arrow.aui-css-arrow, .aui-inline-dialog .arrow.aui-css-arrow { + width: 1px +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow::after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow::after, aui-inline-dialog .arrow.aui-css-arrow::after, .aui-inline-dialog .arrow.aui-css-arrow::after, aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow::before, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow::before, aui-inline-dialog .arrow.aui-css-arrow::before, .aui-inline-dialog .arrow.aui-css-arrow::before { + border-color: #dfe1e6 transparent; + border-style: solid; + border-width: 0 8px 8px; + content: ""; + left: -8px; + position: absolute; + top: 0 +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow:after, aui-inline-dialog .arrow.aui-css-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow:after { + border-bottom-color: #fff; + top: 1px +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after, aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:after, aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:before, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:before, aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:before, .aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:before { + border-width: 8px 8px 0 +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after, aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:after { + border-top-color: #fff; + top: -1px +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow, aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow, .aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow { + right: -7px +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after, aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:after, aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before, aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:before, .aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:before { + border-width: 8px 8px 8px 0; + border-color: transparent #dfe1e6 +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after, aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-left-arrow:after { + border-color: transparent #fff transparent transparent; + top: 0; + right: 0 +} + +aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow:after, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow:after, aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow:after, aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow:before, .aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow:before, aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow:before, .aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow:before { + border-width: 8px 0 8px 8px; + border-color: transparent #dfe1e6; + left: -7px +} + +.aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-right-arrow:after, .aui-inline-dialog .arrow.aui-css-arrow.aui-right-arrow:after { + border-color: transparent transparent transparent #fff; + top: 0; + right: 0; + left: -8px +} + +.inline-dialog-shim { + border: none; + display: block; + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; + z-index: -2 +} + +#inline-dialog-shim { + display: none +} + +/* module-key = 'com.atlassian.auiplugin:tabs', location = 'src/less/tabs.less' */ +aui-tabs { + display: block +} + +.aui-tabs { + display: flex +} + +.aui-tabs > .tabs-pane { + display: none +} + +.aui-tabs > .tabs-pane.active-pane { + display: block +} + +.aui-tabs > .tabs-menu > .menu-item > a, .aui-tabs > .tabs-menu > .menu-item > a strong { + background: transparent; + cursor: pointer; + font-weight: 500; + text-overflow: ellipsis; + white-space: nowrap +} + +.aui-tabs > .tabs-menu .menu-item a, .aui-tabs > .tabs-menu .menu-item a:link, .aui-tabs > .tabs-menu .menu-item a:visited { + color: #42526e +} + +.aui-tabs > .tabs-menu .menu-item a:focus, .aui-tabs > .tabs-menu .menu-item a:hover { + color: #4c9aff +} + +.aui-tabs > .tabs-menu .menu-item.active-tab a, .aui-tabs > .tabs-menu .menu-item.active-tab a:link, .aui-tabs > .tabs-menu .menu-item.active-tab a:visited, .aui-tabs > .tabs-menu .menu-item.active-tab a:focus, .aui-tabs > .tabs-menu .menu-item.active-tab a:hover, .aui-tabs > .tabs-menu .menu-item.active-tab a:active { + color: #0052cc +} + +.aui-tabs.vertical-tabs { + flex-flow: row nowrap +} + +.aui-tabs.vertical-tabs > .tabs-menu { + position: relative; + width: 11em; + list-style-type: none; + margin: 0; + padding: 0 +} + +.aui-tabs.vertical-tabs > .tabs-menu::after { + background: #ebecf0; + bottom: 5px; + content: ""; + display: block; + height: initial; + position: absolute; + top: 5px; + right: 0; + width: 2px; + z-index: auto +} + +.aui-tabs.vertical-tabs > .tabs-menu > .menu-item.active-tab a { + position: relative +} + +.aui-tabs.vertical-tabs > .tabs-menu > .menu-item.active-tab a::after { + background: #0052cc; + bottom: 5px; + content: ""; + display: block; + height: initial; + position: absolute; + top: 5px; + right: 0; + width: 2px; + z-index: 1 +} + +.aui-tabs.vertical-tabs > .tabs-menu > .menu-item a { + display: block; + text-align: right; + text-decoration: none; + overflow: hidden; + padding: 5px 12px 5px 10px +} + +.aui-tabs.vertical-tabs > .tabs-menu > .menu-item strong { + padding-right: 0 +} + +.aui-tabs.vertical-tabs > .tabs-pane { + padding-left: 20px; + padding-right: 20px +} + +.aui-tabs.horizontal-tabs { + flex-direction: column +} + +.aui-tabs.horizontal-tabs > .tabs-menu { + position: relative; + display: flex; + flex-flow: row wrap; + list-style: none; + margin: 0; + padding: 0 +} + +.aui-tabs.horizontal-tabs > .tabs-menu::after { + background: #ebecf0; + bottom: 0; + content: ""; + display: block; + height: 2px; + left: 10px; + position: absolute; + right: 10px; + width: initial; + z-index: auto +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a { + position: relative +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after { + background: #0052cc; + bottom: 0; + content: ""; + display: block; + height: 2px; + left: 10px; + position: absolute; + right: 10px; + width: initial; + z-index: 1 +} + +.aui-tabs.horizontal-tabs > .tabs-pane { + padding-left: 10px; + padding-right: 10px; + padding-top: 10px +} + +.aui-tabs.horizontal-tabs[data-aui-responsive]:not([data-aui-responsive="false"]) > .tabs-menu { + font-size: 0; + flex-wrap: nowrap; + margin: 0 0 -1px 0; + overflow: hidden; + white-space: nowrap +} + +.aui-tabs.horizontal-tabs[data-aui-responsive]:not([data-aui-responsive="false"]) > .tabs-menu > .menu-item { + display: inline-block; + float: none; + font-size: 14px +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item { + margin: 0 +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:focus, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:hover, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:active { + display: block; + padding: 5px 10px; + text-decoration: none +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:link, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:visited, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:focus, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:hover, .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:active { + color: #0052cc +} + +.aui-tabs.vertical-tabs.aui-legacystyle2011 > .tabs-menu .menu-item strong { + text-overflow: clip +} + +.aui-tabs.vertical-tabs.aui-legacystyle2011 > .tabs-menu .menu-item.active-tab { + margin-right: 0 +} + +.aui-tabs.vertical-tabs.aui-legacystyle2011 > .tabs-pane { + border-radius: 0 +} + +.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.hidden { + display: none +} + +.aui-tabs .active-tab.reloadable-tab a, .aui-tabs .active-tab.reloadable-tab a strong { + cursor: pointer !important +} + +/* module-key = 'com.atlassian.auiplugin:internal-ajs-no-context-path', location = 'src/less/firebug.less' */ +#firebug-warning { + background: #ffd; + border: 1px solid #f7df92; + color: #333; + margin: 0 0 0.2em 0; + text-align: center +} + +#firebug-warning p { + margin: 0 1em; + padding: 0.3em +} + +#firebug-warning a.close { + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEXf4ueZmZnu7u53d3fvpLkJAAAAT0lEQVR42hXMsRWAIBAE0b31yC8xtwpTKIHEfijJEqAjYrkn4gQ/HAkZQ/cLDzMQOJNU0rRwqlWiRRDdFyvCdBEbKN4T3+5lO4GDNzDkX30CUBR81Y0A2gAAAABJRU5ErkJggg==") no-repeat 0 0; + cursor: pointer; + display: block; + float: right; + height: 16px; + line-height: 12px; + margin: -1.5em .4em 0 0; + text-indent: -9999px; + width: 16px +} + +/* module-key = 'com.atlassian.auiplugin:aui-flag', location = 'src/less/flag.less' */ +#aui-flag-container { + pointer-events: none; + position: fixed; + top: 70px; + right: 30px; + z-index: 4000 +} + +.aui-flag { + left: 0; + max-height: 300px; + opacity: 0; + position: relative; + top: -10px; + transition: opacity .2s, top .5s +} + +.aui-flag[aria-hidden="true"] { + left: 300px; + max-height: 0; + opacity: 0; + overflow: hidden; + top: 0; + transition: max-height .5s .5s, margin-bottom .5s .5s, opacity .8s, left 1s +} + +.aui-flag[aria-hidden="false"] { + margin-bottom: 20px; + opacity: 1; + top: 0; + left: 0 +} + +.aui-flag .aui-message { + box-shadow: 0 20px 32px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); + pointer-events: auto; + border-width: 0; + width: 300px +} + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .aui-flag .aui-message { + box-shadow: 0 20px 32px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13) + } +} + +/* module-key = 'confluence.web.resources:ajs', location = '/includes/css/dialog.less' */ +.dialog-tip { + float: left; + line-height: 30px; + color: #707070; + text-align: left +} + +.dialog-help-link { + font-weight: normal; + font-size: 14px; + float: right; + margin: 5px 0 0 5px +} + +.dialog-button-panel .dialog-back-link { + float: left +} + +.aui-dialog .dialog-panel-body > .aui-message { + margin: 20px +} + +.aui-dialog .dialog-button-panel a.button-panel-link.disabled, .aui-dialog .dialog-button-panel a.button-panel-link[disabled], .aui-dialog .dialog-button-panel a.button-panel-link[aria-disabled="true"], .aui-dialog .dialog-button-panel a.button-panel-link.disabled:hover, .aui-dialog .dialog-button-panel a.button-panel-link[disabled]:hover, .aui-dialog .dialog-button-panel a.button-panel-link[aria-disabled="true"]:hover, .aui-dialog .dialog-button-panel a.button-panel-link.disabled:focus, .aui-dialog .dialog-button-panel a.button-panel-link[disabled]:focus, .aui-dialog .dialog-button-panel a.button-panel-link[aria-disabled="true"]:focus, .aui-dialog .dialog-button-panel a.button-panel-link.disabled:active, .aui-dialog .dialog-button-panel a.button-panel-link[disabled]:active, .aui-dialog .dialog-button-panel a.button-panel-link[aria-disabled="true"]:active { + color: #999; + cursor: default; + text-decoration: none +} + +/* module-key = 'confluence.web.resources:ajs', location = '/includes/css/aui-overrides.less' */ +aui-spinner { + z-index: auto !important +} + +.aui-header a.aui-button { + line-height: 1.4285714285714; + display: inline-block; + padding: 4px 10px +} + +#editPageLink aui-spinner[size="small"] { + margin-left: 7px +} + +.aui-button-primary[aria-disabled="true"] .aui-icon-wait { + background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAJy72////6G+3MjZ6qfC3+Lr9M7d7f///9zm8fD0+bvQ5rTL4/b4+8HU6Pz8/env9tXi7wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==) +} + +#com-atlassian-confluence .tipsy { + line-height: 16px +} + +.aui-navgroup-inner > div:first-child > .aui-nav-heading, .aui-navgroup-inner > div:first-child > div:first-child .aui-nav-heading { + border-top: 0; + margin-top: 0; + padding-top: 0 +} + +.aui-button { + -webkit-appearance: none +} + +form.aui .field-group .upfile { + padding: 0; + position: relative; + bottom: -4px; + font-size: 13px; + margin: 0 +} + +.aui-dropdown2 { + z-index: 1000 +} + +form.aui div.checkbox > .checkbox[disabled] + label { + color: #707070 +} + +form.aui .textarea.max-textarea { + width: 100%; + max-width: none +} + +#footer .footer-body { + background-image: none +} + +body .aui-datepicker-dialog .ui-datepicker { + position: static +} + +.aui-datepicker-dialog div.ui-datepicker .ui-datepicker-prev, .aui-datepicker-dialog div.ui-datepicker .ui-datepicker-next { + background-image: none +} + +.aui-datepicker-dialog .ui-datepicker td .ui-state-default { + background: none; + color: inherit +} + +.aui-datepicker-dialog .ui-datepicker .ui-datepicker-unselectable { + opacity: 1 +} + +.aui-datepicker-dialog .ui-icon { + text-indent: 0 +} + +.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev span, .aui-datepicker-dialog .ui-datepicker .ui-datepicker-next span { + background: none; + height: auto; + width: auto +} + +.aui-inline-dialog.aui-datepicker-dialog .hasDatepicker .ui-widget-header { + background: #f5f5f5 +} + +.aui-avatar-big img { + height: 48px; + width: 48px +} + +.aui-avatar:before { + border: none; + position: inherit; + float: left +} + +h1 { + font-size: 28px; + line-height: 1.25 +} + +.ia-quick-links-header-title { + font-size: 12px; + text-transform: uppercase +} + +.ap-aui-dialog2 .aui-dialog2-content { + padding: 0 +} + +.aui-inline-dialog .aui-inline-dialog-contents, .aui-inline-dialog .contents { + overflow: hidden +} + +.aui-dialog2.aui-layer[aria-hidden="true"].ap-aui-dialog2-chromeless > * { + opacity: 0; + visibility: hidden +} + +.aui-dialog2.aui-layer[aria-hidden="false"].ap-aui-dialog2-chromeless > * { + opacity: 1; + transition: visibility 0.2s, opacity 0.2s; + transition-delay: 0s; + visibility: visible +} + +.aui-dialog2.aui-layer[aria-hidden="false"].ap-aui-dialog2-chromeless { + -webkit-transform: translateZ(0); + transform: translateZ(0); + will-change: opacity, visibility +} + +.aui-button.aui-button-text, .aui-button.aui-button-text:visited { + background: transparent; + border-color: transparent; + color: #3572b0; + padding: 4px 0; + text-decoration: none; + box-shadow: none +} + +.aui-button.aui-button-text:focus, .aui-button.aui-button-text:hover, .aui-button.aui-button-text:active, .aui-buttons .aui-button.aui-button-text:focus, .aui-buttons .aui-button.aui-button-text:hover, .aui-buttons .aui-button.aui-button-text:active, .aui-buttons .aui-button.aui-button-text[aria-pressed="true"] { + background: transparent; + border-color: transparent; + box-shadow: none; + text-decoration: underline +} + +.aui-button.aui-button-text, .aui-button.aui-button-text:visited { + border: none; + font-size: inherit; + height: inherit; + line-height: normal; + padding: 0 +} + +.aui-button.aui-button-text[disabled], .aui-button.aui-button-text[disabled]:hover, .aui-button.aui-button-text[disabled]:focus, .aui-button.aui-button-text[disabled]:active, .aui-button.aui-button-text[aria-disabled="true"], .aui-button.aui-button-text[aria-disabled="true"]:hover, .aui-button.aui-button-text[aria-disabled="true"]:focus, .aui-button.aui-button-text[aria-disabled="true"]:active { + background: transparent; + border-color: transparent; + color: #999; + text-decoration: none +} + +.aui-button.aui-button-text[disabled] .aui-icon, .aui-button.aui-button-text[aria-disabled="true"] .aui-icon { + color: #999 +} + +.aui-inline-dialog.aui-datepicker-dialog .aui-inline-dialog-contents, .aui-inline-dialog.aui-datepicker-dialog .contents { + padding: 0 +} + +.aui-dialog .dialog-button-panel button.button-panel-button { + background-color: #0052cc; + color: #fff +} + +.aui-dialog .dialog-button-panel button.button-panel-button:hover { + background-color: #0065ff; + color: #fff +} + +.aui-dialog .dialog-button-panel button.button-panel-button[disabled], .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:hover, .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:focus, .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:active { + background: #f4f5f7; + border-color: transparent; + box-shadow: none; + color: #a5adba; + cursor: default; + text-shadow: none +} + +form.aui .aui-select2-container { + max-width: initial +} + +.aui-select2-container .select2-choices .select2-search-choice.cql-exclude { + border-color: #e9e9e9 !important; + color: #707070; + background-color: #f5f5f5 +} + +.aui-datepicker-dialog { + z-index: 40000 +} + +.aui-dropdown2.aui-layer { + top: auto; + left: auto; + right: auto; + bottom: auto +} + +.nav-links a:hover > .nav-link-label, .nav-links a:focus > .nav-link-label, .nav-links a:hover > .nav-link-description, .nav-links a:focus > .nav-link-description, .nav-links a:hover > .nav-link-edit, .nav-links a:focus > .nav-link-edit { + color: inherit +} + +/* module-key = 'confluence.web.resources:ajs', location = '/includes/css/aui-legacy/aui-footer.css' */ +#footer .footer-body, #footer-logo a { + background: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/atlassian/atlassian-horizontal-neutral.svg') center bottom no-repeat; + background-size: 127px 26px +} + +#footer-logo { + background: #f5f5f5; + position: relative; + bottom: -21px +} + +#footer-logo a { + display: block; + height: 26px; + margin: 0 auto; + text-align: left; + text-indent: -9999em; + width: 127px +} + +#footer-logo a:focus, #footer-logo a:hover, #footer-logo a:active { + background-image: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/atlassian/atlassian-horizontal-blue.svg'); + background-size: 127px 26px +} + +/* module-key = 'confluence.web.resources:ajs', location = '/includes/css/aui-legacy/aui-header.css' */ +.aui-header .aui-header-logo-atlassian .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/atlassian/atlassian-horizontal-white.svg"); + width: 135px +} + +.aui-header .aui-header-logo-bamboo .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/bamboo-white.svg"); + width: 102.75px +} + +.aui-header .aui-header-logo-bitbucket .aui-header-logo-device, .aui-header .aui-header-logo-stash .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/bitbucket-white.svg"); + width: 111.5px +} + +.aui-header .aui-header-logo-clover .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/clover-white.svg"); + width: 82.325px +} + +.aui-header .aui-header-logo-confluence .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/confluence-white.svg"); + width: 128px +} + +.aui-header .aui-header-logo-crowd .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/crowd-white.svg"); + width: 83.75px +} + +.aui-header .aui-header-logo-crucible .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/crucible-white.svg"); + width: 97.25px +} + +.aui-header .aui-header-logo-fisheye .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/fisheye-white.svg"); + width: 94.5px +} + +.aui-header .aui-header-logo-hipchat .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/hipchat-white.svg"); + width: 95.75px +} + +.aui-header .aui-header-logo-jira .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-white.svg"); + width: 53.25px +} + +.aui-header .aui-header-logo-jira.with-core .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-with-core-white.svg"); + width: 52px +} + +.aui-header .aui-header-logo-jira.with-software .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-with-software-white.svg"); + width: 51.75px +} + +.aui-header .aui-header-logo-jira.with-service-desk .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-with-service-desk-white.svg"); + width: 53.25px +} + +.aui-header .aui-header-logo-jira-core .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-core-white.svg"); + width: 99.5px +} + +.aui-header .aui-header-logo-jira-software .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-software-white.svg"); + width: 146px +} + +.aui-header .aui-header-logo-jira-service-desk .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/products/jira-service-desk-white.svg"); + width: 176.5px +} + +.aui-header .aui-header-logo-answers .aui-header-logo-device, .aui-header .aui-header-logo-community .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-community-white.svg"); + width: 201.5312px +} + +.aui-header .aui-header-logo-developers .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-developer-white.svg"); + width: 191.0238px +} + +.aui-header .aui-header-logo-experts .aui-header-logo-device, .aui-header .aui-header-logo-partner-program .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-partner-program-white.svg"); + width: 237.488px +} + +.aui-header .aui-header-logo-marketplace .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-marketplace-white.svg"); + width: 207.5506px +} + +.aui-header .aui-header-logo-support .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-support-white.svg"); + width: 172.2984px +} + +.aui-header .aui-header-logo-university .aui-header-logo-device { + background-image: url("https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:ajs/images/brand-images/programs/atlassian-university-white.svg"); + width: 187.504px +} + +/* module-key = 'com.atlassian.auiplugin:aui-spinner', location = 'src/less/aui-spinner.less' */ +@keyframes spinnerRotateAnimation { + to { + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@-webkit-keyframes spinnerRotateAnimation { + to { + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +aui-spinner { + display: block; + position: relative; + z-index: 2000000000; + color: #42526E; + width: 30px; + height: 30px +} + +aui-spinner > .aui-spinner > svg { + stroke-dasharray: 84px; + stroke-dashoffset: 67.5px; + stroke-width: 3px +} + +aui-spinner[filled] > .aui-spinner > svg { + left: -15px +} + +aui-spinner[size="small"] { + width: 20px; + height: 20px +} + +aui-spinner[size="small"] > .aui-spinner > svg { + stroke-dasharray: 56px; + stroke-dashoffset: 45px; + stroke-width: 2px +} + +aui-spinner[size="small"][filled] > .aui-spinner > svg { + left: -10px +} + +aui-spinner[size="large"] { + width: 50px; + height: 50px +} + +aui-spinner[size="large"] > .aui-spinner > svg { + stroke-dasharray: 140px; + stroke-dashoffset: 112.5px; + stroke-width: 5px +} + +aui-spinner[size="large"][filled] > .aui-spinner > svg { + left: -25px +} + +aui-spinner .aui-spinner { + box-sizing: border-box; + position: relative; + width: 100%; + height: 100% +} + +aui-spinner .aui-spinner > svg { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + -webkit-animation: .86s cubic-bezier(.4, .15, .6, .85) infinite spinnerRotateAnimation; + animation: .86s cubic-bezier(.4, .15, .6, .85) infinite spinnerRotateAnimation; + fill: none; + stroke: currentColor; + stroke-linecap: round; + -webkit-transform-origin: center; + -ms-transform-origin: center; + transform-origin: center +} + +aui-spinner[filled] { + height: 0 !important; + width: 0 !important; + margin: auto +} + +/* module-key = 'confluence.web.resources:userlink', location = '/includes/css/userlink.less' */ +.ajs-content-hover { + position: absolute; + display: none; + z-index: 3100; + text-align: left +} + +.ajs-content-hover .contents { + border-radius: 3px; + border: 1px solid #bbb; + background: white; + float: left +} + +.ajs-content-hover .vcard { + padding: 7px; + border-bottom: 1px solid #ccc +} + +.ajs-content-hover .profile-info { + padding: 7px +} + +.greybox #peoplelist .profile-macro { + width: 300px; + float: left; + margin: 20px; + height: 65px +} + +.profile-macro .vcard { + position: relative; + min-height: 48px; + white-space: nowrap +} + +.profile-macro .vcard .userLogoLink { + float: left +} + +.profile-macro .vcard .user-status { + white-space: normal +} + +.profile-macro .vcard .aui-avatar { + float: left; + margin-right: 17px +} + +.ajs-content-hover .profile-macro .vcard .aui-avatar { + margin-right: 10px +} + +.profile-macro .vcard .values { + padding: 0; + margin: 0; + overflow: hidden; + width: 225px +} + +.profile-macro .vcard .notloggedin { + white-space: normal +} + +.profile-macro .vcard .notloggedin { + white-space: normal +} + +.profile-macro .vcard .email { + color: #42526e +} + +.profile-macro .user-status { + padding-top: 7px; + display: block; + clear: both +} + +.profile-macro .profile-info { + border-spacing: 0 +} + +.profile-macro .profile-info tr, .profile-macro .profile-info td, .profile-macro .profile-info th { + font-size: 14px; + padding: 0 0 2px +} + +.profile-macro .profile-info th { + padding-right: 10px +} + +.ajs-content-hover .actions .ajs-menu-bar .section-secondary li a { + padding-left: 10px +} + +.ajs-content-hover .actions .popup-follow a, .ajs-content-hover .actions ul li a.user-popup-more { + display: block; + text-align: center; + background-color: #f5f5f5; + color: #707070; + line-height: 2 +} + +.ajs-content-hover .actions ul li { + width: 150px; + float: left +} + +.ajs-content-hover .actions ul.single-item li { + width: 300px +} + +.ajs-content-hover .actions ul li div.ajs-drop-down ul li { + width: auto; + float: none; + text-align: left +} + +.ajs-content-hover .actions .ajs-menu-bar { + float: none +} + +.ajs-content-hover .actions ul.ajs-menu-bar .popup-follow { + width: 149px +} + +.ajs-content-hover .actions ul.ajs-menu-bar .popup-follow { + border-right: 1px solid #ccc +} + +.ajs-content-hover .ajs-menu-bar .ajs-menu-item .trigger > span { + background: none +} + +.ajs-content-hover .ajs-menu-bar .ajs-menu-item a, .ajs-content-hover .ajs-menu-bar .ajs-button a { + border-radius: 0; + text-decoration: none; + white-space: nowrap +} + +.ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item a span, .ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item a span span { + display: inline +} + +.ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item.opened a span span { + background: none +} + +.ajs-content-hover .popup-icon span { + padding-left: 20px; + background-repeat: no-repeat; + background-position: center left +} + +.ajs-content-hover .waiting span { + background-image: url(https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:userlink/../../../images/icons/wait.gif); + padding-left: 20px +} + +.ajs-content-hover .actions .ajs-menu-bar .unfollow-item a.follow, .ajs-content-hover .actions .ajs-menu-bar .follow-item a.unfollow { + display: none +} + +.ajs-content-hover .actions .ajs-menu-bar .follow-item a.follow, .ajs-content-hover .actions .ajs-menu-bar .unfollow-item a.unfollow { + display: block +} + +.ajs-content-hover .actions .ajs-menu-bar, .ajs-content-hover .actions .ajs-menu-bar li, .ajs-content-hover .actions .ajs-menu-bar li a, .ajs-content-hover .actions .ajs-menu-bar .ajs-drop-down li a span { + padding-left: 0 +} + +.ajs-content-hover .actions .ajs-menu-bar .ajs-menu-item a:hover, .ajs-content-hover .actions .ajs-menu-bar .ajs-menu-item a:focus, .ajs-content-hover .actions .ajs-menu-bar .ajs-menu-item a:active, .ajs-content-hover .ajs-menu-bar .ajs-menu-item.opened a.trigger { + color: #333; + background-color: #e9e9e9 +} + +.ajs-content-hover .ajs-menu-bar .ajs-menu-item .trigger span span::after { + content: "▾"; + padding: 0 10px 0 5px +} + +/* module-key = 'confluence.aui.staging:confluence-flags', location = 'flag/confluence-flag.css' */ +#aui-flag-container > .aui-flag-stack > div.aui-flag-stack-top-item[aria-hidden="false"] { + display: block; + transition: transform .5s .5s, top .5s, opacity .8s +} + +#aui-flag-container > .aui-flag-stack > div[aria-hidden="false"]:not(.aui-flag-stack-top-item) { + position: absolute; + top: 15px; + left: 0; + transform: scale(0.85, 0.85); + -ms-transform: scale(0.85, 0.85); + transition: top 0s; + opacity: 0.8; +} + +#aui-flag-container > .aui-flag-stack > div[aria-hidden="false"]:not(.aui-flag-stack-top-item) .aui-message { + box-shadow: none +} + +.aui-flag-stack { + position: relative +} + +.aui-flag-stack .aui-flag[aria-hidden="true"] { + position: absolute; + transition: max-height .5s .5s, opacity .4s, left .5s +} + +.aui-flag-stack .aui-flag.aui-flag-stack-top-item[aria-hidden="true"] { + position: relative +} + +/* module-key = 'confluence.web.components:core', location = '/includes/css/components/quicksearchdropdown.css' */ +a.search-for span:before { + font-family: "Atlassian Icons"; + font-weight: normal; + -webkit-font-smoothing: antialiased; + font-style: normal; + font-size: 16px; + border: 0; + line-height: 1; + content: "\f18c" +} + +#com-atlassian-confluence .aui-dd-parent .aui-dropdown { + background-color: #fff; + border: 1px solid #ccc; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); + padding: 0 +} + +#quick-search .aui-dd-parent .aui-dropdown { + margin-top: -2px +} + +#com-atlassian-confluence .aui-dd-parent .aui-dropdown ol { + padding: 3px 0 +} + +#quick-search .aui-dropdown li a span { + background-position: 6px center; + padding-left: 30px; + line-height: 25px +} + +#quick-search .aui-dropdown .search-for span { + padding-left: 0 +} + +#header .aui-dd-parent, #header .aui-dropdown { + width: 315px; + position: absolute +} + +#header .quick-nav-drop-down li a, .aui-header .quick-nav-drop-down li a { + color: #172b4d; + padding: 0 +} + +#header .quick-nav-drop-down li.active a, .aui-header .quick-nav-drop-down li.active a { + color: #fff +} + +#header .quick-nav-drop-down .aui-dropdown li a.space-name, .aui-header .quick-nav-drop-down .aui-dropdown li a.space-name { + height: 13px; + line-height: 13px; + font-size: 11px; + padding-left: 30px; + color: #666; + overflow: hidden; + text-overflow: ellipsis +} + +#header .quick-nav-drop-down .aui-dropdown li.active a.space-name, .aui-header .quick-nav-drop-down .aui-dropdown li.active a.space-name { + color: #FFF +} + +.quick-nav-drop-down li, .quick-nav-drop-down li span { + cursor: pointer +} + +.quick-nav-drop-down li span em { + font-style: normal +} + +.quick-nav-drop-down .aui-dropdown li.with-space-name { + height: auto; + padding-top: 3px; + padding-bottom: 3px +} + +/* module-key = 'confluence.web.components:core', location = '/includes/css/components/dropdown.css' */ +#autocomplete-dropdown, #autocomplete-dropdown .aui-dropdown { + width: 300px +} + +.autocomplete { + position: relative +} + +.autocomplete li a span { + color: #172b4d +} + +.autocomplete li a span em { + font-style: normal +} + +.autocomplete li .no-results span { + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVR42p2QP0tCURiH7zdQRA3u4OJUiyDY4CDtTuEXuXs0JEQ4uDk5C0EuKoEu+SWcg5baLCS7tNTx98IzyMWjXoeHe95/z3vODdzi2kdTvIo30fL1+YbLIhYOfsV5GsFAOL59zsNjBRfij60lEXKbf1E5RvDExl4URYGwXJfc6JCgwqZYhBp2hs5n4odadZ9gzKYu2x1YrUPt2SeosWEtijsEBfGN5HKXYErxweKkAMk9PbOkoE5hJXI+AbUVvfVtwZzkHTECAGptel8cgisSnyJDk+8GRlZ8MdOwxITghoa9ArhlZmzB+/abDjwh+c8+LBgRnMLEBHnxKJYpBpfMFDbGjWcGPFD11gAAAABJRU5ErkJggg==") no-repeat 13px 50% +} + +.autocomplete-user-target img, .autocomplete-group-target img, .autocomplete-user-or-group-target img { + border-radius: 3px +} + +.autocomplete .aui-dropdown li.active .no-results span { + color: #333; + background-color: #fff; + cursor: default +} + +.autocomplete li a { + position: relative +} + +.autocomplete li a .icon { + position: absolute; + top: 2px; + left: 0; + z-index: 10; + float: none +} + +.aui-dropdown ol { + border-bottom: solid 1px #f0f0f0; + list-style: none; + margin: 0; + padding: 5px 0 +} + +.aui-dropdown ol.last { + border-bottom: 0 +} + +.aui-dropdown ol li { + color: #172b4d; + height: 24px; + line-height: 24px; + padding: 0; + margin: 2px 0; + position: relative; + white-space: nowrap; + text-overflow: ellipsis +} + +.aui-dropdown li.active { + background-color: #3572b0 +} + +.aui-dropdown li.active span { + background-color: transparent +} + +.aui-dropdown li img { + position: absolute; + left: 0; + top: 0; + margin: 4px 7px; + width: 16px; + height: 16px; + border-radius: 2px; + z-index: 1 +} + +.aui-dropdown a.content-type-userinfo span { + background-image: none +} + +.aui-dropdown li a { + display: block; + outline: 0; + position: relative; + text-decoration: none; + background-position: 8px 50% +} + +.aui-dropdown li a, .aui-dropdown li a:hover, .aui-dropdown li a:focus, .aui-dropdown li a:active { + text-decoration: none +} + +.aui-dropdown li a span { + background-position: 8px 50%; + background-repeat: no-repeat; + display: block; + padding-left: 33px +} + +.aui-dropdown li a span.icon { + padding: 0; + margin-left: 6px +} + +.aui-dropdown li a.search-for span { + padding-left: 0 +} + +.aui-dropdown li a.search-for span:before { + margin: 0 8px +} + +/* module-key = 'confluence.web.components:core', location = '/includes/css/fabric/dropdown.css' */ +#autocomplete-dropdown .aui-dropdown.fabric ol { + border: 0 +} + +#autocomplete-dropdown .aui-dropdown.fabric ol.top-menu-item { + display: none +} + +#autocomplete-dropdown .aui-dropdown.fabric img { + border-radius: 50%; + margin-left: 10px; + margin-top: 8px; + height: 32px; + width: 32px +} + +#autocomplete-dropdown .aui-dropdown.fabric ol li { + height: 35px +} + +#autocomplete-dropdown .aui-dropdown.fabric ol li a { + top: 3px +} + +#autocomplete-dropdown .aui-dropdown.fabric ol li.active, #autocomplete-dropdown .aui-dropdown.fabric ol li.active span { + background-color: #f0f0f0; + color: #333 +} + +#autocomplete-dropdown .aui-dropdown.fabric li span { + padding-left: 50px +} + +#autocomplete-dropdown .aui-dropdown.fabric + .autocomplete-dropdown-arrow::before, #autocomplete-dropdown .aui-dropdown.fabric + .autocomplete-dropdown-arrow::after { + color: #fff; + left: 13px +} + +#autocomplete-dropdown .aui-dropdown.fabric .dropdown-lozenge { + color: #707070; + font-size: 12px; + position: relative; + top: -4px +} + +#autocomplete-dropdown .autocomplete-dropdown-arrow.fabric:after { + border-bottom-color: #fff +} + +/* module-key = 'confluence.web.components:property-panel-css', location = '/includes/css/components/property-panel.less' */ +#property-panel { + position: absolute; + background: none; + border: none; + padding: 0; + border-radius: 3px +} + +#property-panel .property-panel-arrow { + position: absolute; + top: -7px; + width: 1px; + z-index: 3002 +} + +#property-panel .property-panel-arrow::after, #property-panel .property-panel-arrow::before { + border-color: #dfe1e5 transparent; + border-style: solid; + border-width: 0 8px 8px; + content: ""; + left: 2px; + position: absolute; + top: 0 +} + +#property-panel .property-panel-arrow:after { + border-bottom-color: #fff; + top: 1px +} + +#property-panel .property-panel-arrow.property-panel-bottom-arrow:after, #property-panel .property-panel-arrow.property-panel-bottom-arrow:before { + border-width: 8px 8px 0 +} + +#property-panel .property-panel-arrow.property-panel-bottom-arrow:after { + border-top-color: #fff; + top: -1px +} + +#property-panel .panel-buttons { + white-space: nowrap +} + +#property-panel a.aui-button, #property-panel a.aui-button:hover, #property-panel a.aui-button:active, #property-panel a.aui-button:focus { vertical-align: top; + text-decoration: none } +#property-panel a.aui-button { + padding-top: 0; + border-radius: 0; + margin: 0 +} +#property-panel a.aui-button:not(.last) { + margin-right: 2px +} -.panel, -.alertPanel, -.infoPanel { +#property-panel a.aui-button, #property-panel a.aui-button span { + line-height: 30px +} + +#property-panel a.selected { + background-color: #344563; + color: #fff +} + +#property-panel #image-size-input { + margin-right: 10px +} + +#property-panel .editable { + border-radius: 3px; + background: transparent; + border: 1px solid #c1c7d0; + box-sizing: border-box; + font-size: 14px; + float: left; + padding: 4px; + text-align: center; + height: 30px; + width: 60px; + cursor: text; + -moz-box-sizing: border-box +} + +#property-panel .editable:active, #property-panel .editable:hover, #property-panel .editable:focus { + border: 1px solid #a5adba +} + +#property-panel a.first { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px +} + +#property-panel a.last { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + margin: 0 10px 0 0 +} + +#property-panel a span.icon { + background-image: url(https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.components:property-panel-css/../../images/icons/property-panel-image.png); + display: none; + float: left; + height: 17px; + margin: 5px 0 0 0; + width: 16px +} + +#property-panel a.editor-resize span.panel-button-text { + font-size: 0 +} + +#property-panel a.editor-resize span.icon, #property-panel a.image-make-link span.icon { + display: inline; + background-image: none +} + +#property-panel a.editor-resize span.icon::before { + text-align: center; + line-height: 16px; + width: 16px +} + +#property-panel a.editor-resize.resize-small span.icon::before { + font-size: 10px +} + +#property-panel a.editor-resize.resize-medium span.icon::before { + font-size: 14px +} + +#property-panel a.editor-resize.resize-large span.icon::before { + font-size: 18px +} + +#property-panel a.disabled, #property-panel a.disabled:active, #property-panel a.disabled:hover, #property-panel a.disabled:focus { + background: #F2F2F2; + background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%); + background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%); + background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%); + background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%); + background: linear-gradient(top, #fff 0, #f2f2f2 100%); + border-color: #CCC; + box-shadow: none; + color: #999; + cursor: default; + text-shadow: none +} + +.aui-property-panel { + border: 1px solid #dfe1e5; + background-color: #fff; + border-radius: 3px; + padding: 10px; + overflow: auto +} + +/* module-key = 'confluence.web.resources:panel-styles', location = '/includes/css/panels.css' */ +.panel, .alertPanel, .infoPanel { color: #333; padding: 0; margin: 10px 0; border: 1px solid #ddd; overflow: hidden; - border-radius: 3px; + border-radius: 3px } .alertPanel, .infoPanel, .panelContent { - padding: 10px; + padding: 10px } .alertPanel { - border-color: #c00; + border-color: #c00 } .infoPanel { - border-color: #69c; + border-color: #69c } .panelHeader { padding: 10px; border-bottom: 1px solid #ddd; - background-color: #f7f7f7; + background-color: #f7f7f7 } -/* basic panel (basicpanel.vmd) style */ .basicPanelContainer { border-width: 1px; border-style: solid; margin-top: 2px; margin-bottom: 8px; - width: 100%; + width: 100% } .basicPanelContainer:first-child { - margin-top: 0; + margin-top: 0 } .basicPanelTitle { padding: 10px; margin: 0; background-color: #f0f0f0; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #ddd } .basicPanelBody { padding: 5px; - margin: 0; + margin: 0 } - -@import "colors.less"; - -/* PDL master.less */ -/* Generic */ +/* module-key = 'confluence.web.resources:content-styles', location = '/includes/css/master.less' */ fieldset { border: none; margin: 0; - padding: 0; + padding: 0 } .smalltext { font-size: 12px; - color: @mediumGray; + color: #707070 } #title-text { margin: 0; - font-size: 28px; + font-size: 28px } -#title-text a:hover{ - text-decoration: none; +#title-text a:hover { + text-decoration: none } body.error-page #main { - padding-top: 0; + padding-top: 0 } body.error-page #main-header { margin: 0 -20px; padding: 20px; border-bottom: 1px solid #ccc; - background-color: #f5f5f5; + background-color: #f5f5f5 } -#main-header, -#preview-header { - margin-bottom: 20px; +#main-header, #preview-header { + margin-bottom: 20px } #preview-header #title-text { color: #333; - margin-top: 10px; + margin-top: 10px } a img { - border: 0; + border: 0 } .hidden { - display: none; + display: none } -/* End generic */ -/* Main body */ - -/* if space-ia is on, we want width to be auto*/ .ia-splitter .aui-page-panel { - width: auto; + width: auto } -/* end main body */ -/* Header */ #quick-search-submit { - display: none; + display: none } #quick-search { - margin: 0; + margin: 0 } #quick-search.quick-search-loading:after { - display: none; + display: none } .aui-nav-link span + span { - margin-left: 5px; -} -/* End header */ - -/* Generic Admin sidebar (or vertical navigation) */ -.aui-nav-vertical li a:link, -.aui-nav-vertical li a:focus, -.aui-nav-vertical li a:visited, -.aui-nav-vertical li a:active { - color: #666; + margin-left: 5px } -/* End generic admin sidebar/vertical nav*/ +.aui-nav-vertical li a:link, .aui-nav-vertical li a:focus, .aui-nav-vertical li a:visited, .aui-nav-vertical li a:active { + color: #666 +} -/* Space Admin sidebar */ .in-page-menu { - padding: 10px; + padding: 10px } .in-page-menu-content { border-left: 1px solid #CCC; - padding: 0 0 20px 10px; + padding: 0 0 20px 10px } -/* End Space Admin sidebar */ - -/*Global messages above the header*/ #messageContainer { list-style-type: none; margin: 0; - padding: 0; + padding: 0 } #messageContainer li { - display: block; + display: block } #messageContainer .aui-message { margin: 0; - border-radius: 0; + border-radius: 0 } -/*End global messages above the header*/ #breadcrumbs li.hidden-crumb { - display: none; + display: none } -/* Metadata stuff just below page title*/ .page-metadata ul { overflow: hidden; margin: 0; - padding: 0; + padding: 0 } .page-metadata ul li { @@ -1255,951 +8231,784 @@ a img { float: left; padding: 0 5px 0 0; margin: 0; - line-height: 1.5; + line-height: 1.5 } .page-metadata ul a.page-tinyurl span { float: left; height: 16px; width: 10px; - text-indent: -9999em; + text-indent: -9999em } .page-metadata ul a.action-view-attachments span.page-metadata-attachments-count { - margin-left: 3px; + margin-left: 3px } -/* End metadata stuff*/ -/* Page content */ #main { margin: 0; padding: 20px; clear: both; - min-height: 600px; + min-height: 600px } #title-heading { margin: 0; - padding: 0; + padding: 0 } #title-text a { - color: #172B4D; + color: #172B4D } .navBackgroundBox { padding: 5px; font-size: 22px; font-weight: bold; - text-decoration: none; + text-decoration: none } .simple-confirmation > form > .buttons-container { padding-left: 0; - margin-top: 20px; + margin-top: 20px } -/* aui-page-layout.css makes this clear, which stuffs up - the multi-column layout of space admin sidebar */ - #content { - clear: none !important; + clear: none !important } #content::before { - display: none !important; + display: none !important } -/* end aui-page-layout.css overrides */ - -/*End page content*/ - -/* Page footer */ - .aui-layout #footer .footer-body > ul > li.print-only { - display: none; + display: none } -/* End page footer */ #com-atlassian-confluence .hidden { - display: none; + display: none } -/* Progress Page */ - -/* This doesn't and shouldn't be a table */ - #status { - margin: 10px 0; + margin: 10px 0 } #status table { - margin: 10px 0; + margin: 10px 0 } #taskProgressBar { background: #ebf2f9; - /* This border radius will not - work while it's still a table */ - border-radius: 3px; + border-radius: 3px } #taskGreenBar { - background: #3b7fc4; + background: #3b7fc4 } #status .smalltext { text-align: center; - color: @mediumGray; + color: #707070 } #content { - /* Override aui-page-layout.css */ - position: static !important; + position: static !important } hr { border: none; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #ccc } #bloglist { - display: none; + display: none } -/* Child Pages styling (mainly for the benefit of doctheme) */ .children-show-hide.icon { - display: none;; + display: none } .child-display { padding: 2px 2px 2px 12px; - display: block; + display: block } -/* - * Page history - * This is the css for the warning at the top of the page when viewing the page history - */ #page-history-warning { - margin-bottom: 20px; + margin-bottom: 20px } .page-history-view a:before { display: inline-block; content: "·"; - padding: 0 10px; + padding: 0 10px } .page-history-view a:before:hover { - text-decoration: none; + text-decoration: none } .page-history-view a:first-child:before { display: none; content: ''; - padding: 0; + padding: 0 } .version-navigation-block { - padding-top: 10px; + padding-top: 10px } .current-version-margin { display: inline-block; - padding-left: 10px; + padding-left: 10px } .current-version-margin:first-child { - padding: 0; + padding: 0 } -/* End page history */ -/* Alternative pages */ .alternative-page-list { list-style: none; padding-left: 30px; - line-height: 20px; + line-height: 20px } .alternative-page-list .excerpt { - margin-left: 20px; + margin-left: 20px } -/* End alternative pages */ -/* People directory*/ -.page-section, -.page-group { +.page-section, .page-group { display: table; margin: 0; padding: 0; - width: 100%; + width: 100% } .page-section .page-group { display: table-row; margin: 0; padding: 0; - width: 100%; + width: 100% } .page-item { display: table-cell; margin: 0; - min-width: 256px; /* grid minimum */ + min-width: 256px; padding: 0 0 0 16px; - vertical-align: top; + vertical-align: top } -/*People directory*/ body.people .dashboard { - margin-top: 0; + margin-top: 0 } + body.people .dashboard-group > div { - margin-top: 0; + margin-top: 0 } body.people #main { - padding: 0; + padding: 0 } body.people #main-header { padding: 20px; margin-bottom: 0; - background-color: #f5f5f5; + background-color: #f5f5f5 } .people-directory .dashboard-section { display: table; - width: 100%; + width: 100% } body.people .dashboard-group > .aui-page-panel { - border-bottom: 0; + border-bottom: 0 } body.people .dashboard-group .aui-page-panel .aui-page-panel-nav { - height: 523px; /* 600px (#main:min-height) - #main-header:height */ + height: 523px } body.people .dashboard-group .aui-navgroup-inner { - margin-left: -10px; + margin-left: -10px } body.people .active-tab > a { color: #333; - font-weight: bold; + font-weight: bold } #people-search-title-bar { overflow: hidden; - margin-bottom: 10px; + margin-bottom: 10px } #people-search-title-bar h2 { - float: left; + float: left } body.people #people-search { margin-top: 0; - text-align: right; + text-align: right } .people-directory .aui-tabs > .tabs-menu { - padding: 0 30px; + padding: 0 30px } .people-directory .greybox { position: relative; - margin: 0; + margin: 0 } .people-directory .greyboxfilled { - width: 100%; + width: 100% } body.people #people-search input { - vertical-align: top; + vertical-align: top } body.people #people-search .field-group { display: inline-block; width: auto; padding: 0 10px 0 0; - margin: 0; + margin: 0 } body.people .aui-message.error { - margin-bottom: 10px; + margin-bottom: 10px } body.people .greybox #peoplelist .profile-macro { - margin: 10px 40px 20px 0; + margin: 10px 40px 20px 0 } #people-search .field-group { - padding-left: 0; + padding-left: 0 } body.people .blank-experience-people { - margin-top: 50px; + margin-top: 50px } .blank-experience-people { min-height: 100px; - background: url(../../../images/icons/people-empty-placeholder.png) no-repeat right bottom; + background: url(https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:content-styles/../../../images/icons/people-empty-placeholder.png) no-repeat right bottom } .watches .tableview-action-icon { - text-align: right; + text-align: right } -/* Blank experience */ .blank-experience-container { border: 1px solid #CCC; border-radius: 3px; width: 65%; margin: 100px auto; - padding: 30px; + padding: 30px } .blank-experience-container p { - color: @mediumGray; + color: #707070; line-height: 24px; font-size: 16px; - width:70%; - margin-top:0; - margin-bottom:26px; + width: 70%; + margin-top: 0; + margin-bottom: 26px } .blank-experience-blog { - background: url('../../images/icons/blog-empty-placeholder.png') no-repeat right bottom; -} -.blank-experience-page { - background: url('../../images/icons/pages-empty-placeholder.png') no-repeat right bottom; + background: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:content-styles/../../images/icons/blog-empty-placeholder.png') no-repeat right bottom } -/*Blog Role*/ +.blank-experience-page { + background: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:content-styles/../../images/icons/pages-empty-placeholder.png') no-repeat right bottom +} .blog-post-listing { position: relative; padding: 30px 20px 20px 68px; - margin-top: -10px; + margin-top: -10px } #link-browser-tab-items + .blog-post-listing { - padding-top: 10px; + padding-top: 10px } #link-browser-tab-items + .blog-post-listing .logoBlock { - top: 10px; + top: 10px } .blog-post-listing + .blog-post-listing { border-top: 1px solid #ccc; - margin-top: 0; + margin-top: 0 } -.logoBlock, -.blogHeading { - display: inline-block; +.logoBlock, .blogHeading { + display: inline-block } -.userLogo, -img.userLogo{ +.userLogo, img.userLogo { width: 48px; height: 48px; - border-radius: 3px; + border-radius: 3px } .userLogoLink { - display: inline; + display: inline } .logo-heading-block { - margin-bottom: 20px; + margin-bottom: 20px } - .logoBlock { position: absolute; left: 0px; - top: 30px; + top: 30px } .userLogoLink { - line-height: 30px; + line-height: 30px } #title-heading .userLogoLink { - float: left; + float: left } .logo-heading-block .userLogo { width: 48px; border-radius: 3px; - display: inline-block; + display: inline-block } span.blogHeading { - display: block; + display: block } .blogHeading .page-metadata { line-height: 16px !important; - margin: 2px 10px 0 0; + margin: 2px 10px 0 0 } a.blogHeading { - font-size: 24px; + font-size: 24px } .blog-post-listing > .wiki-content { - padding: 0px !important; + padding: 0px !important } - .blog-post-listing .endsection { - clear:both; - margin-top: 20px; + clear: both; + margin-top: 20px } -/* End blog role*/ -/* Blank experience */ .blank-experience-container { border: 1px solid #CCC; border-radius: 3px; width: 65%; margin: 100px auto; - padding: 30px; + padding: 30px } .blank-experience-container p { - color: @mediumGray; + color: #707070; line-height: 24px; font-size: 16px; - width:70%; - margin-top:0; - margin-bottom:26px; + width: 70%; + margin-top: 0; + margin-bottom: 26px } .blank-experience-blog { - background: url('../../images/icons/blog-empty-placeholder.png') no-repeat right bottom; + background: url('https://confluence-student.it.hs-heilbronn.de/s/de_DE/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/1.0/_/download/resources/confluence.web.resources:content-styles/../../images/icons/blog-empty-placeholder.png') no-repeat right bottom } -/* alphabet list */ #squaretab { margin-left: 0; padding-left: 0; white-space: nowrap; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; - line-height: 20px; + line-height: 20px } #squaretab li { display: inline; - list-style-type: none; + list-style-type: none } #squaretab a { padding: 5px 7px 3px 7px; - border: 1px solid; + border: 1px solid } -#squaretab a:link, -#squaretab a:visited { +#squaretab a:link, #squaretab a:visited { color: #fff; - text-decoration: none; + text-decoration: none } #squaretab a:hover { - text-decoration: none; + text-decoration: none } .admin-sidebar-group ~ .admin-sidebar-group { - margin-top: 20px; + margin-top: 20px } -/* CONFDEV-13482: Override .aui-page-panel */ #main.aui-page-panel { - border-top: 0; + border-top: 0 } -.recently-updated-concise .update-item { - .update-item-desc, .update-item-changes { - font-size: 12px; - margin-left: 5px; - line-height: 20px; - } +.recently-updated-concise .update-item .update-item-desc, .recently-updated-concise .update-item .update-item-changes { + font-size: 12px; + margin-left: 5px; + line-height: 20px } -/* consistent placeholder text color */ ::-webkit-input-placeholder { - color: #999; -} -::-moz-placeholder { - /* Firefox 18- */ - color: #999; -} -::-moz-placeholder { - /* Firefox 19+ */ - color: #999; -} -:-ms-input-placeholder { - color: #999; + color: #999 } -/* End PDL master.less */ +::-moz-placeholder { + color: #999 +} + +::-moz-placeholder { + color: #999 +} + +:-ms-input-placeholder { + color: #999 +} .default-macro-spinner { width: 40px; height: 40px; - position: relative; -} -@import "colors.less"; - -/* wiki-content.css */ - -/** - * AUI Overrides - * see /includes/css/aui-overrides.css - */ -.rounded-corners (@radius: 5px) { - -moz-border-radius: @radius; - -webkit-border-radius: @radius; - border-radius: @radius; + position: relative } -.wiki-content { - .header, .footer, .cell { +/* module-key = 'confluence.web.resources:content-styles', location = '/includes/css/wiki-content.less' */ +.wiki-content .header, .wiki-content .footer, .wiki-content .cell { margin: 8px 0; box-sizing: border-box; word-wrap: break-word; - .rounded-corners; - } + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px +} - .columnLayout { +.wiki-content .columnLayout { display: table; table-layout: fixed; width: 100%; - *clear: both; + *clear: both +} - .cell { - vertical-align: top; - } - .cell.aside { - width: 29.9%; - } - .cell.sidebars { - width: 19.9%; - } - } +.wiki-content .columnLayout .cell { + vertical-align: top +} - .cell { - display: table-cell; - padding: 0 10px; - } +.wiki-content .columnLayout .cell.aside { + width: 29.9% +} - .innerCell { - overflow-x: auto; - } +.wiki-content .columnLayout .cell.sidebars { + width: 19.9% +} - .placeholder { +.wiki-content .cell { + display: table-cell; + padding: 0 10px +} + +.wiki-content .innerCell { + overflow-x: auto +} + +.wiki-content .placeholder { background: #f5f5f5; border: 1px dotted #ccc; - color: @mediumGray; + color: #707070; font-style: italic; margin: 0; - padding: 10px; + padding: 10px +} - .activation-content { - display:none; - } - .display-content { - display: inherit; - } - } +.wiki-content .placeholder .activation-content { + display: none +} - li > ul, - li > ol, - ul > ul, - ol > ol { - margin-top: 0; - } +.wiki-content .placeholder .display-content { + display: inherit +} - ul { - list-style-type: disc; - } +.wiki-content li > ul, .wiki-content li > ol, .wiki-content ul > ul, .wiki-content ol > ol { + margin-top: 0 +} - ol, - ol ol ol ol, - ol ol ol ol ol ol ol, - ol ol ol ol ol ol ol ol ol ol { - list-style-type: decimal; - } +.wiki-content ul { + list-style-type: disc +} - ol ol, - ol ol ol ol ol, - ol ol ol ol ol ol ol ol, - ol ol ol ol ol ol ol ol ol ol ol { - list-style-type: lower-alpha; - } +.wiki-content ol, .wiki-content ol ol ol ol, .wiki-content ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol { + list-style-type: decimal +} - ol ol ol, - ol ol ol ol ol ol, - ol ol ol ol ol ol ol ol ol, - ol ol ol ol ol ol ol ol ol ol ol ol { - list-style-type: lower-roman; - } +.wiki-content ol ol, .wiki-content ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol ol { + list-style-type: lower-alpha +} - /* these styles are copied from aui-page-typography.css in AUI 5.4. This will retain the heading styles for user - * generated content when upgrading to use AUI 5.7 and ADG 2.0. This is brittle because not every property is - * explicitly declared here. If AUI 5.8 sets h1 text-transform: uppercase; it will break the default styles */ - h1 { +.wiki-content ol ol ol, .wiki-content ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol ol ol { + list-style-type: lower-roman +} + +.wiki-content h1 { font-size: 24px; font-weight: normal; - line-height: 1.25; /* 30px equiv line-height */ - margin: 30px 0 0 0; - } - h2 { + line-height: 1.25; + margin: 30px 0 0 0 +} + +.wiki-content h2 { font-size: 20px; font-weight: normal; - line-height: 1.5; /* 30px equiv line-height */ - margin: 30px 0 0 0; - } - h3 { + line-height: 1.5; + margin: 30px 0 0 0 +} + +.wiki-content h3 { font-size: 16px; - line-height: 1.5; /* 24px equiv line-height */ - margin: 30px 0 0 0; - } - h4 { + line-height: 1.5; + margin: 30px 0 0 0 +} + +.wiki-content h4 { font-size: 14px; - line-height: 1.42857142857143; /* 20px equiv line-height */ - margin: 20px 0 0 0; - } - h5 { + line-height: 1.42857142857143; + margin: 20px 0 0 0 +} + +.wiki-content h5 { color: #5E6C84; font-size: 12px; line-height: 1.66666666666667; margin: 20px 0 0 0; - text-transform: uppercase; - } - h6 { + text-transform: uppercase +} + +.wiki-content h6 { color: #5E6C84; font-size: 12px; line-height: 1.66666666666667; - margin: 20px 0 0 0; - } - h1:first-child, - h2:first-child, - h3:first-child, - h4:first-child, - h5:first-child, - h6:first-child { - margin-top: 0; - } - /* Nice styles for using subheadings */ - h1 + h2, - h2 + h3, - h3 + h4, - h4 + h5, - h5 + h6 { - margin-top: 10px; - } - /* End styles copied from aui-page-typography.css in AUI 5.4 */ + margin: 20px 0 0 0 +} - /* Confluence specific typography overrides on top of AUI 5.4 typography */ - h3 { - font-weight: bold; - } - h5 { - font-size: 14px; - } - h5, h6 { - text-transform: none; - } - h1 + h1, - h2 + h2, - h3 + h3, - h4 + h4, - h5 + h5, - h6 + h6 { - margin-top: 10px; - } - /* End Confluence specific typography overrides on top of AUI 5.4 typography */ +.wiki-content h1:first-child, .wiki-content h2:first-child, .wiki-content h3:first-child, .wiki-content h4:first-child, .wiki-content h5:first-child, .wiki-content h6:first-child { + margin-top: 0 +} - .confluence-content-image-border { - border: 1px solid black; - } +.wiki-content h1 + h2, .wiki-content h2 + h3, .wiki-content h3 + h4, .wiki-content h4 + h5, .wiki-content h5 + h6 { + margin-top: 10px +} - div.error > span.error { +.wiki-content h3 { + font-weight: bold +} + +.wiki-content h5 { + font-size: 14px +} + +.wiki-content h5, .wiki-content h6 { + text-transform: none +} + +.wiki-content h1 + h1, .wiki-content h2 + h2, .wiki-content h3 + h3, .wiki-content h4 + h4, .wiki-content h5 + h5, .wiki-content h6 + h6 { + margin-top: 10px +} + +.wiki-content .confluence-content-image-border { + border: 1px solid black +} + +.wiki-content div.error > span.error { color: #333; padding: 6px 10px; position: relative; background: #fffdf6; border: 1px solid #ffeaae; - .rounded-corners; - } + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px +} -/* CONFDEV-6137 Welcome to the world of browser hacks - We're targeting IE8 compatibility mode which means IE7 - hacks. This updates the page-layout to be floated rather - than table layout which is not supported in compat mode. - These styles are only applied to IE8 compat mode */ - .columnLayout, - .cell, - .header, - .footer { +.wiki-content .columnLayout, .wiki-content .cell, .wiki-content .header, .wiki-content .footer { *display: block; *float: left; - *width: 100%; - } + *width: 100% +} - .innerCell { +.wiki-content .innerCell { *border: 2px dashed #ccc; *margin: 8px 4px; - *padding: 4px 8px; - } + *padding: 4px 8px +} - /* Text Placeholders */ - .text-placeholder { +.wiki-content .text-placeholder { background: #f5f5f5; color: #707070; font-style: italic; - min-width: 10px; /* So that it is visible when empty */ - display: block; - } - - .text-placeholder.selected { - color: #333 - } - - .aui-lozenge { - padding: 3px 5px 2px 5px; - } + min-width: 10px; + display: block } -.contentLayout .innerCell > *:first-child, -.contentLayout2 { - .innerCell > *:first-child { - margin-top: 0; - } +.wiki-content .text-placeholder.selected { + color: #333 +} + +.wiki-content .aui-lozenge { + padding: 3px 5px 2px 5px +} + +.contentLayout .innerCell > *:first-child .innerCell > *:first-child, .contentLayout2 .innerCell > *:first-child { + margin-top: 0 } .contentLayout2 .columnLayout { - margin-bottom: 8px; + margin-bottom: 8px } - -.view .wiki-content .cell:first-child, -.content-preview .wiki-content .cell:first-child { - padding: 0; +.view .wiki-content .cell:first-child, .content-preview .wiki-content .cell:first-child { + padding: 0 } -/* CONF-23497 - Work around rendering issue in Webkit and IE9. Works fine for IE8 and Firefox. */ -li[style*='text-align: center'], -li[style*='text-align: right'] { - list-style-position: inside; +li[style*='text-align: center'], li[style*='text-align: right'] { + list-style-position: inside } -/* CONFDEV-7754 - Workaround for some unwanted onDemand styling. - Remove once JSTDEV-1730 is fixed. See CONFDEV-7799. - Will have a side-effect of breaking any footers in themes that - do not use the default font-family or font-size. - #main selector is to prevent this rule applying within the RTE iframe. - */ #main .wiki-content .footer p, #main .wiki-content .footer a { - font-family: arial,sans-serif; - font-size: 14px; + font-family: arial, sans-serif; + font-size: 14px } -.wiki-content .cell, -.mceContentBody.wiki-content .cell, -.twoColumns .cell, -.threeColumns .cell, -.twoColumns .large, -.mceContentBody.wiki-content .header, -.mceContentBody.wiki-content .footer, -.threeColumns .large { - *border: 0; - *margin: 0; - *padding: 0; - *overflow: hidden; +.wiki-content .cell, .mceContentBody.wiki-content .cell, .twoColumns .cell, .threeColumns .cell, .twoColumns .large, .mceContentBody.wiki-content .header, .mceContentBody.wiki-content .footer, .threeColumns .large { + *border: 0; + *margin: 0; + *padding: 0; + *overflow: hidden } .twoColumns .cell { - *width: 49.9%; + *width: 49.9% } .threeColumns .cell { - *width: 33.3%; + *width: 33.3% } .twoColumns .large { - *width: 69.9%; + *width: 69.9% } .threeColumns .large { - *width: 59.9%; + *width: 59.9% } -div.aside + div.large, -div.large + div.aside, -div.large + div.sidebars, -.twoColumns div.cell + div.cell, -.threeColumns div.cell + div.cell + div.cell { - *float: right; +div.aside + div.large, div.large + div.aside, div.large + div.sidebars, .twoColumns div.cell + div.cell, .threeColumns div.cell + div.cell + div.cell { + *float: right } -/* Page Layouts 2 */ -/* Section types: single, two-equal, two-left-sidebar, two-right-sidebar, three-equal, three-with-sidebars */ - .two-equal .normal { - *width: 49.9%; + *width: 49.9% } -.two-left-sidebar .normal, -.two-right-sidebar .normal { - *width: 69.9%; +.two-left-sidebar .normal, .two-right-sidebar .normal { + *width: 69.9% } .three-equal .cell { - *width: 33.3%; + *width: 33.3% } .three-with-sidebars .normal { - *width: 59.9%; + *width: 59.9% } .two-equal div.cell + div.cell { - *float: right; + *float: right } -.three-equal, .three-with-sidebars { - div.cell + div.cell + div.cell { - *float: right; - } +.three-equal div.cell + div.cell + div.cell, .three-with-sidebars div.cell + div.cell + div.cell { + *float: right } -/* CONFDEV-13804: Temporary workaround, remove once fixed in the plugin (WDAY-1641). */ #mw-container div.mw-no-notifications div.subheading p { - line-height: 24px; - margin-top: 8px; - margin-bottom: 8px; + line-height: 24px; + margin-top: 8px; + margin-bottom: 8px } -/* "less" transformation does not work in Soy templates, so we can't include other *.less files - So there was a special file was introduced for email notifications, so we have two files: - 1. tables.less - styles for UI - 2. tables-for-emails.css - styles for email notifications - So these both files should be updated in case of changes - */ -@import "colors.less"; - +/* module-key = 'confluence.web.resources:content-styles', location = '/includes/css/tables.less' */ .confluenceTable { - border-collapse: collapse; + border-collapse: collapse } -.confluenceTh, -.confluenceTd { - border: 1px solid @adg-N50-karl; - padding: 7px 10px; /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */ +.confluenceTh, .confluenceTd { + border: 1px solid #c1c7d0; + padding: 7px 10px; vertical-align: top; text-align: left; - min-width: 8px; /* CONF-39943: set table cell min-width to which cursor can be focused */ + min-width: 8px } -/* Lists in tables */ -.confluenceTable ol, -.confluenceTable ul { +.confluenceTable ol, .confluenceTable ul { margin-left: 0; - padding-left: 22px; /* CONFDEV-12589: default left padding is far too wide */ + padding-left: 22px } -/* all tables should have a top margin of 10px */ .confluenceTable, .table-wrap { margin: 10px 0 0 0; - overflow-x: auto; + overflow-x: auto } -/* an exception to above rule for tables that are first child */ .confluenceTable:first-child, .table-wrap:first-child { - margin-top: 0; + margin-top: 0 } -/* Background colors */ -table.confluenceTable th.confluenceTh, -table.confluenceTable th.confluenceTh > p, -table.confluenceTable td.confluenceTd.highlight, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight > p, /* deprecated */ -table.confluenceTable th.confluenceTh.highlight-grey, -table.confluenceTable th.confluenceTh.highlight-grey > p, -table.confluenceTable td.confluenceTd.highlight-grey, -table.confluenceTable td.confluenceTd.highlight-grey > p { - background-color: @adg-N20-grams-hair; +table.confluenceTable th.confluenceTh, table.confluenceTable th.confluenceTh > p, table.confluenceTable td.confluenceTd.highlight, table.confluenceTable td.confluenceTd.highlight > p, table.confluenceTable th.confluenceTh.highlight-grey, table.confluenceTable th.confluenceTh.highlight-grey > p, table.confluenceTable td.confluenceTd.highlight-grey, table.confluenceTable td.confluenceTd.highlight-grey > p { + background-color: #f4f5f7 } -table.confluenceTable th.confluenceTh.info, /* deprecated */ -table.confluenceTable th.confluenceTh.info > p, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.info, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.info > p, /* deprecated */ -table.confluenceTable th.confluenceTh.highlight-blue, -table.confluenceTable th.confluenceTh.highlight-blue > p, -table.confluenceTable td.confluenceTd.highlight-blue, -table.confluenceTable td.confluenceTd.highlight-blue > p { - background-color: @adg-B50-pixie-dust; +table.confluenceTable th.confluenceTh.info, table.confluenceTable th.confluenceTh.info > p, table.confluenceTable td.confluenceTd.highlight.info, table.confluenceTable td.confluenceTd.highlight.info > p, table.confluenceTable th.confluenceTh.highlight-blue, table.confluenceTable th.confluenceTh.highlight-blue > p, table.confluenceTable td.confluenceTd.highlight-blue, table.confluenceTable td.confluenceTd.highlight-blue > p { + background-color: #deebff } -table.confluenceTable th.confluenceTh.success, /* deprecated */ -table.confluenceTable th.confluenceTh.success > p, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.success, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.success > p, /* deprecated */ -table.confluenceTable th.confluenceTh.highlight-green, -table.confluenceTable th.confluenceTh.highlight-green > p, -table.confluenceTable td.confluenceTd.highlight-green, -table.confluenceTable td.confluenceTd.highlight-green > p { - background-color: @adg-G50-the-smell; +table.confluenceTable th.confluenceTh.success, table.confluenceTable th.confluenceTh.success > p, table.confluenceTable td.confluenceTd.highlight.success, table.confluenceTable td.confluenceTd.highlight.success > p, table.confluenceTable th.confluenceTh.highlight-green, table.confluenceTable th.confluenceTh.highlight-green > p, table.confluenceTable td.confluenceTd.highlight-green, table.confluenceTable td.confluenceTd.highlight-green > p { + background-color: #e3fcef } -table.confluenceTable th.confluenceTh.warning, /* deprecated */ -table.confluenceTable th.confluenceTh.warning > p, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.warning, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.warning > p, /* deprecated */ -table.confluenceTable th.confluenceTh.highlight-red, -table.confluenceTable th.confluenceTh.highlight-red > p, -table.confluenceTable td.confluenceTd.highlight-red, -table.confluenceTable td.confluenceTd.highlight-red > p { - background-color: @adg-R50-rosie; +table.confluenceTable th.confluenceTh.warning, table.confluenceTable th.confluenceTh.warning > p, table.confluenceTable td.confluenceTd.highlight.warning, table.confluenceTable td.confluenceTd.highlight.warning > p, table.confluenceTable th.confluenceTh.highlight-red, table.confluenceTable th.confluenceTh.highlight-red > p, table.confluenceTable td.confluenceTd.highlight-red, table.confluenceTable td.confluenceTd.highlight-red > p { + background-color: #ffebe5 } -table.confluenceTable th.confluenceTh.note, /* deprecated */ -table.confluenceTable th.confluenceTh.note > p, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.note, /* deprecated */ -table.confluenceTable td.confluenceTd.highlight.note > p, /* deprecated */ -table.confluenceTable th.confluenceTh.highlight-yellow, -table.confluenceTable th.confluenceTh.highlight-yellow > p, -table.confluenceTable td.confluenceTd.highlight-yellow, -table.confluenceTable td.confluenceTd.highlight-yellow > p { - background-color: @adg-Y50-james-blonde; +table.confluenceTable th.confluenceTh.note, table.confluenceTable th.confluenceTh.note > p, table.confluenceTable td.confluenceTd.highlight.note, table.confluenceTable td.confluenceTd.highlight.note > p, table.confluenceTable th.confluenceTh.highlight-yellow, table.confluenceTable th.confluenceTh.highlight-yellow > p, table.confluenceTable td.confluenceTd.highlight-yellow, table.confluenceTable td.confluenceTd.highlight-yellow > p { + background-color: #fffae5 } -table.confluenceTable th.confluenceTh, -table.confluenceTable th.confluenceTh > p { - font-weight: bold; +table.confluenceTable th.confluenceTh, table.confluenceTable th.confluenceTh > p { + font-weight: bold } -table.confluenceTable th.confluenceTh.nohighlight, /* deprecated */ -table.confluenceTable th.confluenceTh.nohighlight > p { - /* deprecated */ +table.confluenceTable th.confluenceTh.nohighlight, table.confluenceTable th.confluenceTh.nohighlight > p { font-weight: normal; - background-color: transparent; + background-color: transparent } -table.confluenceTable td.confluenceTd img, -table.confluenceTable td.confluenceTd .confluence-embedded-file-wrapper img, -table.confluenceTable th.confluenceTh .confluence-embedded-file-wrapper img { - max-width: none; +table.confluenceTable td.confluenceTd img, table.confluenceTable td.confluenceTd .confluence-embedded-file-wrapper img, table.confluenceTable th.confluenceTh .confluence-embedded-file-wrapper img { + max-width: none } table.confluenceTable td.numberingColumn { @@ -2209,208 +9018,184 @@ table.confluenceTable td.numberingColumn { -moz-user-select: none; -ms-user-select: none; user-select: none; - cursor: default; + cursor: default } -/* - Styles for macros bundled in Renderer. -*/ + +/* module-key = 'confluence.web.resources:content-styles', location = '/includes/css/renderer-macros.css' */ .searchMacro { font-size: 10pt; - margin: 10px 0; + margin: 10px 0 } .searchMacro .result { margin-top: 3px; padding: 0 5px 5px 5px; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #ddd } .searchMacro .resultSummary { - margin-bottom: 7px; + margin-bottom: 7px } .rssMacro { - font-size: 10pt; + font-size: 10pt } .rssMacro table { margin: 10px 0; width: 100%; - border-collapse: collapse; + border-collapse: collapse } -.rssMacro table th, -.rssMacro table td { +.rssMacro table th, .rssMacro table td { border: 1px solid #ccc; - padding: 4px; + padding: 4px } .rssMacro table th { - background: #f0f0f0; + background: #f0f0f0 } -/* Code styles */ .code { border-width: 1px; - border-style: solid; + border-style: solid } .code, .preformatted { background-color: #fff; - overflow: auto; + overflow: auto } -.code pre, .preformatted pre { /* needs 'pre' to override TinyMCE style */ - font-family:"Courier New", Courier, monospace; - line-height: 1.3; +.code pre, .preformatted pre { + font-family: "Courier New", Courier, monospace; + line-height: 1.3 } -/* The code macro classes are overridden by the fixed width theme so have been - made more specific. */ - .wiki-content .code-keyword { - color: #000091; - background-color: inherit; + color: #000091; + background-color: inherit } .wiki-content .code-object { - color: #910091; - background-color: inherit; + color: #910091; + background-color: inherit } .wiki-content .code-quote { - color: #009100; - background-color: inherit; + color: #009100; + background-color: inherit } .wiki-content .code-comment { - color: #808080; - background-color: inherit; + color: #808080; + background-color: inherit } .wiki-content .code-xml .code-keyword { - color: inherit; - font-weight: bold; + color: inherit; + font-weight: bold } .wiki-content .code-tag { - color: #000091; - background-color: inherit; + color: #000091; + background-color: inherit } -/* Recently Updated Styles */ .recentlyUpdatedItem { - border-bottom: #f0f0f0 1px solid; - border-top: #f0f0f0 1px solid; - margin: 10px 0 0 0; - padding: 0; - border-spacing: 0; - width: 100%; + border-bottom: #f0f0f0 1px solid; + border-top: #f0f0f0 1px solid; + margin: 10px 0 0 0; + padding: 0; + border-spacing: 0; + width: 100%; text-decoration: none; - border-collapse: collapse; + border-collapse: collapse } .recentlyUpdatedItem td { padding: 10px; border-bottom: #f0f0f0 1px solid; - vertical-align: top; + vertical-align: top } .recentlyUpdatedItem .authorAndDate { - background-color: #f0f0f0; - width: 25%; + background-color: #f0f0f0; + width: 25% } .recentlyUpdatedItem .date { margin-top: 4px; font-size: 90%; - color: #666; + color: #666 } .recentlyUpdatedItem .profilePic { float: right; background-color: #f0f0f0; - margin: 0 2px; + margin: 0 2px } .recentlyUpdatedItem .twixie { - padding: 10px 0 0 4px; + padding: 10px 0 0 4px } .recentlyUpdatedItem td.icon { - padding: 8px 0 0 1px; + padding: 8px 0 0 1px } .recentlyUpdatedItem .details { - padding-left: 7px; + padding-left: 7px } .recentlyUpdatedItem .summary, .recentlyUpdatedItem .thumbnail { margin-top: 3px; - color: #666; + color: #666 } .moreRecentlyUpdatedItems { text-align: right; margin-top: 10px; - font-size: 10pt; + font-size: 10pt } -@import "colors.less"; - -/*Style of