7 changed files with 897 additions and 298 deletions
@ -0,0 +1,222 @@
@@ -0,0 +1,222 @@
|
||||
a { |
||||
color: red; |
||||
} |
||||
|
||||
body { |
||||
background-color: black; |
||||
color: red; |
||||
} |
||||
|
||||
button{ |
||||
background-color: #730000; |
||||
border-color: orange brown brown orange; |
||||
color: yellow; |
||||
} |
||||
|
||||
button:disabled{ |
||||
color: coral; |
||||
} |
||||
|
||||
fieldset { |
||||
border-color: red; |
||||
} |
||||
|
||||
input{ |
||||
background-color: black; |
||||
border-color: red; |
||||
color: red; |
||||
} |
||||
|
||||
legend.date, |
||||
legend.time{ |
||||
background-color: black; |
||||
} |
||||
|
||||
nav { |
||||
background-color: #26220c; |
||||
border-bottom-color: orange; |
||||
} |
||||
|
||||
textarea{ |
||||
color: #ffc586; |
||||
background-color: black; |
||||
} |
||||
|
||||
.error { |
||||
background-color: red; |
||||
color: black; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .box, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
color: black; |
||||
} |
||||
.kanban .box{ |
||||
background-color: #759eff; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
background-color: black; |
||||
border-color: orange; |
||||
color: orange; |
||||
} |
||||
|
||||
.kanban .highlight{ |
||||
background-color: #4b3000; |
||||
} |
||||
.kanban .estimate{ |
||||
border-color: 0 none; |
||||
} |
||||
|
||||
.kanban .state_10 .box, |
||||
.kanban .state_100 .box{ |
||||
background-color: #573800; |
||||
} |
||||
|
||||
.kanban .state_20 .box{ |
||||
background-color: orange; |
||||
} |
||||
.kanban .state_40 .box{ |
||||
background-color: khaki; |
||||
} |
||||
.kanban .state_60 .box{ |
||||
background-color: #d3ff00; |
||||
} |
||||
|
||||
.position_selector{ |
||||
background-color: rgba(0,0,0,0.7); |
||||
backdrop-filter: blur(3px); |
||||
} |
||||
|
||||
.settings { |
||||
background-color: black; |
||||
border-color: orange; |
||||
} |
||||
|
||||
.taglist .tag{ |
||||
border-color: red; |
||||
} |
||||
|
||||
.taglist .tag button{ |
||||
background-color: transparent; |
||||
color: red; |
||||
} |
||||
|
||||
.task.cancelled > a { |
||||
color: gray; |
||||
} |
||||
|
||||
.task.started > a { |
||||
color: chartreuse; |
||||
} |
||||
|
||||
.task.pending > a { |
||||
color: gray; |
||||
} |
||||
|
||||
.task.complete > a { |
||||
color: forestgreen; |
||||
} |
||||
|
||||
.task.open > a { |
||||
color: orange; |
||||
} |
||||
|
||||
.timetracking { |
||||
background-color: #800000; |
||||
color: yellow; |
||||
} |
||||
|
||||
.timetracks .year, .month{ |
||||
border-color: 1px solid; |
||||
} |
||||
|
||||
.timetracks .selected td:not(.year):not(.month){ |
||||
background-color: darkred; |
||||
color: orange; |
||||
} |
||||
|
||||
/** priority colors **/ |
||||
|
||||
|
||||
.task.p10 .name{ |
||||
color: #ffa736; |
||||
} |
||||
.kanban .state_20 .box.p10, |
||||
.kanban .state_40 .box.p10{ |
||||
background-color: #ffa736; |
||||
} |
||||
|
||||
.task.p20 .name{ |
||||
color: #ff8f00; |
||||
} |
||||
.kanban .state_20 .box.p20, |
||||
.kanban .state_40 .box.p20{ |
||||
background-color: #ff8f00; |
||||
} |
||||
|
||||
.task.p30 .name{ |
||||
color: #ff7b06; |
||||
} |
||||
.kanban .state_20 .box.p30, |
||||
.kanban .state_40 .box.p30{ |
||||
background-color: #ff7b06; |
||||
} |
||||
|
||||
.task.p40 .name{ |
||||
color: #ff6306; |
||||
} |
||||
.kanban .state_20 .box.p40, |
||||
.kanban .state_40 .box.p40{ |
||||
background-color: #ff6306; |
||||
} |
||||
|
||||
.task.p50 .name{ |
||||
color: #ff4c06; |
||||
} |
||||
.kanban .state_20 .box.p50, |
||||
.kanban .state_40 .box.p50{ |
||||
background-color: #ff4c06; |
||||
} |
||||
|
||||
.task.p60 .name{ |
||||
color: #ff3506; |
||||
} |
||||
.kanban .state_20 .box.p60, |
||||
.kanban .state_40 .box.p60{ |
||||
background-color: #ff3506; |
||||
} |
||||
|
||||
.task.p70 .name{ |
||||
color: #ff0000; |
||||
} |
||||
.kanban .state_20 .box.p70, |
||||
.kanban .state_40 .box.p70{ |
||||
background-color: #ff0000; |
||||
} |
||||
|
||||
.task.p80 .name{ |
||||
color: #df153b; |
||||
} |
||||
.kanban .state_20 .box.p80, |
||||
.kanban .state_40 .box.p80{ |
||||
background-color: #df153b; |
||||
} |
||||
|
||||
.task.p90 .name, |
||||
.kanban .state_20 .box.p90, |
||||
.kanban .state_40 .box.p90{ |
||||
background-color: #991c34; |
||||
color: #ffff00; |
||||
} |
||||
|
||||
.task.p100 .name, |
||||
.kanban .state_20 .box.p100, |
||||
.kanban .state_40 .box.p100{ |
||||
background-color: #733440; |
||||
color: #ffff00; |
||||
} |
||||
@ -0,0 +1,224 @@
@@ -0,0 +1,224 @@
|
||||
a { |
||||
color: #ff7726; |
||||
} |
||||
|
||||
body{ |
||||
background-color: black; |
||||
color: orange; |
||||
} |
||||
|
||||
button{ |
||||
background-color: orange; |
||||
border-color: yellow red red yellow; |
||||
} |
||||
|
||||
fieldset{ |
||||
border-color: orange; |
||||
} |
||||
|
||||
footer{ |
||||
background-color: black; |
||||
} |
||||
|
||||
input{ |
||||
background-color: black; |
||||
border-color: orange; |
||||
color: orange; |
||||
} |
||||
|
||||
legend.date, |
||||
legend.time{ |
||||
background-color: black; |
||||
} |
||||
|
||||
nav { |
||||
background-color: #26220c; |
||||
border-bottom-color: orange; |
||||
} |
||||
|
||||
span.timetracking { |
||||
background-color: #734a00; |
||||
} |
||||
|
||||
textarea{ |
||||
color: white; |
||||
background-color: #333; |
||||
} |
||||
|
||||
.error { |
||||
background-color: red; |
||||
color: black; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .box, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
color: black; |
||||
} |
||||
.kanban .box{ |
||||
background-color: #759eff; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
background-color: black; |
||||
border-color: orange; |
||||
color: orange; |
||||
} |
||||
|
||||
.kanban .highlight{ |
||||
background-color: #4b3000; |
||||
} |
||||
|
||||
.kanban .state_10 .box, |
||||
.kanban .state_100 .box{ |
||||
background-color: #573800; |
||||
} |
||||
|
||||
.kanban .state_20 .box{ |
||||
background-color: orange; |
||||
} |
||||
.kanban .state_40 .box{ |
||||
background-color: khaki; |
||||
} |
||||
.kanban .state_60 .box{ |
||||
background-color: #d3ff00; |
||||
} |
||||
|
||||
.position_selector{ |
||||
background-color: rgba(0,0,0,0.7); |
||||
backdrop-filter: blur(3px); |
||||
} |
||||
|
||||
.settings{ |
||||
background-color: black; |
||||
border-color: orange; |
||||
} |
||||
|
||||
.start_end button.join{ |
||||
background-color: none; |
||||
color: orange; |
||||
} |
||||
|
||||
.taglist .tag{ |
||||
border-color: orange; |
||||
} |
||||
|
||||
.taglist .tag button{ |
||||
background-color: transparent; |
||||
color: orange; |
||||
} |
||||
|
||||
.task.cancelled > a { |
||||
color: gray; |
||||
} |
||||
|
||||
.task.started > a { |
||||
color: chartreuse; |
||||
} |
||||
|
||||
.task.pending > a { |
||||
color: gray; |
||||
} |
||||
|
||||
.task.complete > a { |
||||
color: forestgreen; |
||||
} |
||||
|
||||
.timetracks .selected td:not(.year):not(.month){ |
||||
background-color: navy; |
||||
} |
||||
|
||||
.version a.selected{ |
||||
border-color: orange; |
||||
} |
||||
|
||||
.warn { |
||||
background-color: yellow; |
||||
color: black; |
||||
} |
||||
|
||||
|
||||
|
||||
/** priority colors **/ |
||||
|
||||
|
||||
.task.p10 .name{ |
||||
color: #fff066; |
||||
} |
||||
.kanban .state_20 .box.p10, |
||||
.kanban .state_40 .box.p10{ |
||||
background-color: #fff066; |
||||
} |
||||
|
||||
.task.p20 .name{ |
||||
color: #ffe706; |
||||
} |
||||
.kanban .state_20 .box.p20, |
||||
.kanban .state_40 .box.p20{ |
||||
background-color: #ffe706; |
||||
} |
||||
|
||||
.task.p30 .name{ |
||||
color: #ffa906; |
||||
} |
||||
.kanban .state_20 .box.p30, |
||||
.kanban .state_40 .box.p30{ |
||||
background-color: #ffa906; |
||||
} |
||||
|
||||
.task.p40 .name{ |
||||
color: #ff8606; |
||||
} |
||||
.kanban .state_20 .box.p40, |
||||
.kanban .state_40 .box.p40{ |
||||
background-color: #ff8606; |
||||
} |
||||
|
||||
.task.p50 .name{ |
||||
color: #ff4c06; |
||||
} |
||||
.kanban .state_20 .box.p50, |
||||
.kanban .state_40 .box.p50{ |
||||
background-color: #ff4c06; |
||||
} |
||||
|
||||
.task.p60 .name{ |
||||
color: #ff3506; |
||||
} |
||||
.kanban .state_20 .box.p60, |
||||
.kanban .state_40 .box.p60{ |
||||
background-color: #ff3506; |
||||
} |
||||
|
||||
.task.p70 .name{ |
||||
color: #ff0000; |
||||
} |
||||
.kanban .state_20 .box.p70, |
||||
.kanban .state_40 .box.p70{ |
||||
background-color: #ff0000; |
||||
} |
||||
|
||||
.task.p80 .name{ |
||||
color: #df153b; |
||||
} |
||||
.kanban .state_20 .box.p80, |
||||
.kanban .state_40 .box.p80{ |
||||
background-color: #df153b; |
||||
} |
||||
|
||||
.task.p90 .name, |
||||
.kanban .state_20 .box.p90, |
||||
.kanban .state_40 .box.p90{ |
||||
background-color: #991c34; |
||||
color: #ffff00; |
||||
} |
||||
|
||||
.task.p100 .name, |
||||
.kanban .state_20 .box.p100, |
||||
.kanban .state_40 .box.p100{ |
||||
background-color: #733440; |
||||
color: #ffff00; |
||||
} |
||||
@ -0,0 +1,218 @@
@@ -0,0 +1,218 @@
|
||||
a { |
||||
color: black; |
||||
} |
||||
|
||||
body { |
||||
background-color: white; |
||||
color: navy; |
||||
} |
||||
|
||||
button{ |
||||
background-color: snow; |
||||
border-color: darkgray black black darkgray; |
||||
} |
||||
|
||||
fieldset { |
||||
border-color: blue; |
||||
} |
||||
|
||||
footer { |
||||
background-color: white; |
||||
} |
||||
|
||||
input{ |
||||
background-color: lightcyan; |
||||
border-color: blue; |
||||
color: blue; |
||||
} |
||||
|
||||
legend.date, |
||||
legend.time{ |
||||
background-color: white; |
||||
} |
||||
|
||||
nav { |
||||
background-color: #dfe4ff; |
||||
border-bottom-color: blue; |
||||
} |
||||
|
||||
textarea{ |
||||
color: blue; |
||||
background-color: lightcyan;; |
||||
} |
||||
|
||||
.error { |
||||
background-color: red; |
||||
color: black; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .box, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
color: black; |
||||
} |
||||
.kanban .box{ |
||||
background-color: white; |
||||
} |
||||
|
||||
.kanban .add_task, |
||||
.kanban .head, |
||||
.kanban .user{ |
||||
background-color: white; |
||||
border-color: blue; |
||||
color: blue; |
||||
} |
||||
|
||||
.kanban .highlight{ |
||||
background-color: #4b3000; |
||||
} |
||||
|
||||
.kanban .state_10 .box, |
||||
.kanban .state_100 .box{ |
||||
background-color: #adc8d9;; |
||||
} |
||||
|
||||
.kanban .state_20 .box{ |
||||
background-color: #e0ffdf; |
||||
} |
||||
.kanban .state_40 .box{ |
||||
background-color: #b2ffa8; |
||||
} |
||||
.kanban .state_60 .box{ |
||||
background-color: #d3ff00; |
||||
} |
||||
|
||||
.position_selector{ |
||||
background-color: rgba(0,0,0,0.7); |
||||
backdrop-filter: blur(3px); |
||||
} |
||||
|
||||
.settings { |
||||
background-color: black; |
||||
border-color: blue; |
||||
} |
||||
|
||||
.taglist .tag{ |
||||
border-color: blue; |
||||
} |
||||
|
||||
.taglist .tag button{ |
||||
background-color: transparent; |
||||
color: blue; |
||||
} |
||||
|
||||
.task.cancelled > a { |
||||
color: gray; |
||||
} |
||||
.task.started > a { |
||||
color: green; |
||||
} |
||||
.task.pending > a { |
||||
color: #606060; |
||||
} |
||||
.task.complete > a { |
||||
color: green; |
||||
} |
||||
|
||||
.timetracking { |
||||
border-color: blue; |
||||
} |
||||
|
||||
.timetracks .selected td:not(.year):not(.month){ |
||||
background-color: aquamarine; |
||||
} |
||||
|
||||
.version a.selected{ |
||||
border-color: orange; |
||||
} |
||||
|
||||
.warn { |
||||
background-color: yellow; |
||||
color: black; |
||||
} |
||||
|
||||
|
||||
|
||||
/** priority colors **/ |
||||
|
||||
|
||||
.task.p10 .name{ |
||||
color: #c9fbb2; |
||||
} |
||||
.kanban .state_20 .box.p10, |
||||
.kanban .state_40 .box.p10{ |
||||
background-color: #c9fbb2; |
||||
} |
||||
|
||||
.task.p20 .name{ |
||||
color: #cbff57; |
||||
} |
||||
.kanban .state_20 .box.p20, |
||||
.kanban .state_40 .box.p20{ |
||||
background-color: #cbff57; |
||||
} |
||||
|
||||
.task.p30 .name{ |
||||
color: #dfff44; |
||||
} |
||||
.kanban .state_20 .box.p30, |
||||
.kanban .state_40 .box.p30{ |
||||
background-color: #dfff44; |
||||
} |
||||
|
||||
.task.p40 .name{ |
||||
color: #f8ff29; |
||||
} |
||||
.kanban .state_20 .box.p40, |
||||
.kanban .state_40 .box.p40{ |
||||
background-color: #f8ff29; |
||||
} |
||||
|
||||
.task.p50 .name{ |
||||
color: #ffdb1b; |
||||
} |
||||
.kanban .state_20 .box.p50, |
||||
.kanban .state_40 .box.p50{ |
||||
background-color: #ffdb1b; |
||||
} |
||||
|
||||
.task.p60 .name{ |
||||
color: #ff9309; |
||||
} |
||||
.kanban .state_20 .box.p60, |
||||
.kanban .state_40 .box.p60{ |
||||
background-color: #ff9309; |
||||
} |
||||
|
||||
.task.p70 .name{ |
||||
color: #ff6c00; |
||||
} |
||||
.kanban .state_20 .box.p70, |
||||
.kanban .state_40 .box.p70{ |
||||
background-color: #ff6c00; |
||||
} |
||||
|
||||
.task.p80 .name{ |
||||
color: #ff3c00; |
||||
} |
||||
.kanban .state_20 .box.p80, |
||||
.kanban .state_40 .box.p80{ |
||||
background-color: #ff3c00; |
||||
} |
||||
|
||||
.task.p90 .name{ |
||||
color: #ff0000; |
||||
} |
||||
.kanban .state_20 .box.p90, |
||||
.kanban .state_40 .box.p90{ |
||||
background-color: #ff0000; |
||||
} |
||||
|
||||
.task.p100 .name{ |
||||
color: #ff0048; |
||||
} |
||||
.kanban .state_20 .box.p100, |
||||
.kanban .state_40 .box.p100{ |
||||
background-color: #ff0048; |
||||
} |
||||
Loading…
Reference in new issue