From 0c0791448dbfaf3dc33a2b49ff82d67e375332d1 Mon Sep 17 00:00:00 2001 From: Dgors03 Date: Thu, 5 Dec 2024 04:47:38 +0000 Subject: [PATCH] add stylish from support jira dashboard --- Dashboard.css | 600 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 600 insertions(+) create mode 100644 Dashboard.css diff --git a/Dashboard.css b/Dashboard.css new file mode 100644 index 0000000..c94be7c --- /dev/null +++ b/Dashboard.css @@ -0,0 +1,600 @@ +@-moz-document regexp(".*i-dgtl.ru/secure/.*") { + +body, +#jira, +.aui-header, +.aui-nav, +.dashboard-content { + background-color: #1e1e1e !important; + + color: #d4d4d4 !important; + +} + + +h1, +h2, +h3, +h4, +h5, +h6 { + color: #ffffff !important; + +} + + +.aui-nav-link, +.aui-dropdown2-trigger { + color: #9cdcfe !important; + +} + +.aui-nav-link:hover, +.aui-dropdown2-trigger:hover { + color: #569cd6 !important; + +} + + +.aui-button, +.aui-button-primary { + background-color: #3a3d41 !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; +} + +.aui-button-primary:hover { + background-color: #007acc !important; + +} + + +input, +textarea, +select { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; +} + +input::placeholder, +textarea::placeholder { + color: #757575 !important; + +} + + +table, +th, +td { + background-color: #2d2d2d !important; + + border-color: #444 !important; + + color: #d4d4d4 !important; + +} + + +header#header, +footer#footer { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + +} + + +.aui-header, +.aui-button, +.aui-dropdown2, +.aui-layer { + box-shadow: none !important; +} + + +footer#footer a { + color: #569cd6 !important; +} + + +.aui-page-header { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + border-bottom: 1px solid #444 !important; + +} + + +.aui-page-header-inner { + display: flex; + justify-content: space-between; + + align-items: center; + + padding: 10px 20px; + +} + + +.aui-page-header-main h1 { + color: #ffffff !important; + + font-size: 1.8em; + + margin: 0; + +} + + +.aui-page-header-actions a { + background-color: #3a3d41 !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; + + padding: 5px 10px; + + margin-right: 10px; + + text-decoration: none !important; + + border-radius: 4px; + +} + + +.aui-page-header-actions a:hover { + background-color: #007acc !important; + + color: #ffffff !important; + +} + + +.aui-page-header-actions .aui-iconfont-more { + color: #d4d4d4 !important; + +} + + +#tools-dropdown-items { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; + + border-radius: 4px; + +} + + +#tools-dropdown-items .aui-list-truncate li a { + color: #9cdcfe !important; + + padding: 8px 15px; + + display: block; + +} + +#tools-dropdown-items .aui-list-truncate li a:hover { + background-color: #007acc !important; + + color: #ffffff !important; + +} + + +.gadget { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + +} + + +.dashboard-item-header { + background-color: #3a3d3d !important; + + color: #ffffff !important; + + border-bottom: 1px solid #444 !important; + +} + + +.dashboard-item-title { + color: #d4d4d4 !important; + +} + + +.gadget-menu ul li svg .aui-icon, +.gadget-menu ul li button { + color: #d4d4d4 !important; + +} + + +.aui-dropdown.standard { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + +} + +.aui-dropdown.standard a { + color: #9cdcfe !important; + +} + +.aui-dropdown.standard a:hover { + background-color: #3a3d41 !important; + + color: #ffffff !important; + +} + + +.gadget-menu ul li button, +.dashboard-item-frame .buttons-container input { + background-color: #3a3d41 !important; + + border: 1px solid #444 !important; + + color: #d4d4d4 !important; + +} + + +.empty-results { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + +} + + +.empty-results a { + color: #9cdcfe !important; + +} + +.empty-results a:hover { + color: #569cd6 !important; + +} + + +.aui-dropdown2 { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; + + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4) !important; + +} + + +.aui-dropdown2-section { + padding: 10px 15px !important; + +} + + +.aui-dropdown2-section strong { + color: #ffffff !important; + + margin-bottom: 5px !important; + + display: block; + +} + + +.aui-list-truncate li a { + color: #9cdcfe !important; + + background-color: transparent !important; + + padding: 8px 12px !important; + + display: block; + + border-radius: 4px !important; + +} + + +.aui-list-truncate li a:hover { + background-color: #3a3d41 !important; + + color: #ffffff !important; + +} + + +.aui-icon-container img.icon { + background-color: #2d2d2d !important; + + border-radius: 50% !important; + + padding: 2px !important; + +} + + +.filter-link { + color: #9cdcfe !important; + + font-style: italic !important; + +} + +.filter-link:hover { + color: #569cd6 !important; + +} + + +#timesheet-menu strong { + color: #ffffff !important; + +} + +#timesheet-menu a { + color: #9cdcfe !important; + +} + +#timesheet-menu a:hover { + background-color: #3a3d41 !important; + + color: #ffffff !important; + +} + + +.aui-group.count-pagination { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + padding: 10px 15px !important; + + border: 1px solid #444 !important; + + border-radius: 4px !important; + +} + + +.results-count span { + color: #ffffff !important; + + font-weight: bold !important; + +} + + +.results-count a { + color: #9cdcfe !important; + + text-decoration: none !important; + + font-weight: bold !important; + +} + + +.results-count a:hover { + color: #569cd6 !important; + + text-decoration: underline !important; + +} + + +.pagination { + background-color: #3a3d41 !important; + + color: #d4d4d4 !important; + + padding: 5px !important; + + border-radius: 4px !important; + + text-align: center; + +} + + +.tinylink a.user-hover { + color: #9cdcfe !important; + + text-decoration: none !important; + + font-weight: bold !important; + +} + + +.tinylink a.user-hover:hover { + color: #569cd6 !important; + + text-decoration: underline !important; + +} + + +.ajs-layer { + background-color: #2d2d2d !important; + + color: #d4d4d4 !important; + + border: 1px solid #444 !important; + + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4) !important; + +} + + +.aui-list { + padding: 0 !important; + +} + + +.aui-list-section { + margin-bottom: 10px !important; + +} + + +.aui-list-item a { + color: #9cdcfe !important; + + text-decoration: none !important; + + padding: 8px 15px !important; + + display: block !important; + + border-radius: 4px; + +} + + +.aui-list-item a:hover { + background-color: #3a3d41 !important; + + color: #ffffff !important; + +} + + +.aui-list-item.active a { + background-color: #007acc !important; + + color: #ffffff !important; + +} + + +.aui-list-item .aui-list-item-link i { + color: #9cdcfe !important; + +} + + +.aui-list-item .aui-list-item-link:hover i { + color: #ffffff !important; + +} + + +.tinylink a.user-hover { + color: #9cdcfe !important; + + text-decoration: none !important; + + font-weight: bold !important; + +} + + +.tinylink a.user-hover:hover { + color: #569cd6 !important; + + text-decoration: underline !important; + +} + +* { + margin: 0; + padding: 0; +} + +body { + overflow-x: hidden; +} +body, +html { + background-color: #333; + +} + +* { + box-sizing: border-box; +} + +.container { + width: 100%; + height: auto; +} + +.pagination.aui-item.active { + background-color: #ffffff; + + color: #000000; + +} + +.quicksearch-dropdown { + background-color: #333; + color: #fff; +} + +.quicksearch-dropdown .quick-search-section-heading { + background-color: #444; + color: #fff; +} + +.quicksearch-dropdown .quick-search-item-title { + color: #4fa3f7; +} + +.quicksearch-dropdown .quick-search-item-subtitle { + color: #bbb; +} + +.quick-search-result-group { + background-color: #333; + color: #fff; +} + +.quick-search-section-heading { + background-color: #444; + color: #fff; +} + +.quick-search-result-item { + background-color: #444; + border-bottom: 1px solid #555; +} + +.quick-search-item-title { + color: #4fa3f7; +} + +.quick-search-item-subtitle { + color: #bbb; +} + +.quick-search-view-all { + background-color: #555; + color: #fff; +} + +} \ No newline at end of file