Created
May 1, 2019 09:08
-
-
Save mxmilkiib/393edcf0cef4c55d710bb79bbbcfde8d to your computer and use it in GitHub Desktop.
KanBoard - Moon theme - CSS extras
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // background {} | |
| body { background-color: rgb(81, 152, 57) !important } | |
| // simplify header {} | |
| header { padding: 0 10px !important; height: 2em; } | |
| header a img { display: none; } | |
| header h2 { top: 5px !important; } | |
| header h2 small { display: none; } | |
| div.project-header { background-color: #458131; border-bottom: 0; } | |
| // column style {} | |
| .board-column-header { font-size: 14px !important; } | |
| // column colours {} | |
| th.board-column-header, table#board tbody tr td { background-color: #dfe3e6; } | |
| th.board-column-header-7, td.board-column-7 { background-color: #ec2f2f !important; } | |
| th.board-column-header-11, td.board-column-11 { background-color: orange !important; } | |
| th.board-column-header-8, td.board-column-8 { opacity: 0.8; !important; } | |
| div.task-board { 0 1px 0 rgba(9,45,66,.25) !important; } | |
| // column shape {} | |
| #board th.board-column-header { width: auto !important; padding: 10px 10px 0 3px; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; } | |
| .board-column-expanded span[title] { float: right; } | |
| table#board tbody td { border-radius: 0 0 5px 5px; } | |
| #board th.board-column-header-collapsed { width: 0 !important; padding: 12px; } | |
| // column headers {} | |
| #board tbody th.board-column-header-collapsed { width: 10px; min-width: 10px; } | |
| .board-column-header-task-count { display: none; } | |
| .board-add-icon { padding: 0 !important } | |
| // column spacing {} | |
| div#board-container table { border-spacing: 6px 0 !important; } | |
| .ui-sortable { padding: 0 2px 18px 2px; } | |
| table th { border: 0 !important; } | |
| #board-container td { border: 0 !important; } | |
| .ui-sortable { padding: 0 } | |
| // task formatting {} | |
| div.task-board a { font-weight: normal; font-size: 0.8rem; font-family: Droid Sans Mono, Mono; letter-spacing: -1px; } | |
| .board-task-list > div { } | |
| .board-task-list > div { margin-left: 0 !important; margin-right: 0 !important; padding: 3px 0 3px 5px !important } | |
| .fa.fa-edit.fa-fw.js-modal-large { width: 10px; } | |
| // fix task edit page?? {} | |
| a.js-modal-large { float:right } | |
| a.dropdown-menu strong { display: none; font-weight: initial; font-size: smaller; float: right; padding-top: 2px; } | |
| a.view-listing, .views li:first-child, .views li:last-child, .views a.view-overview, .input-addon-item:last-child { display: none } | |
| // fix size of settings custom stylesheet textarea {} | |
| textarea#form-application_stylesheet { width: 1000px; height: 390px; } | |
| // fix form background colours {} | |
| //.task-form-container input#form-title, .text-editor textarea, textarea#form-application_stylesheet { co lor: white !important; } | |
| //input#form-title, .text-editor textarea, textarea#form-application_stylesheet { col or: white !important } | |
| // task overlay fixes {} | |
| #modal-box { width: 85vw; } | |
| #modal-box { width: 85vw !important; top: 2em !important; height: 85vh !important; border-radius: 3px 3px 3px 3px !important; } | |
| #modal-header { float: right; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment