summaryrefslogtreecommitdiff
path: root/themes/CleanFS/custom_example.css
blob: a8f83a462d236a7a0aebd70a6969afeef149ef79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* customization example. Use for color, fontawesome icons, background and border-color settings only, avoid layout changes. */

/*
body.p1 #title {background:#060;}
body.p1 #pm-menu {border-color:#090;}
body.p1 #pm-menu-list a.active{ border-color:#090;}
body.p1 #pm-menu-list a.active,
body.p1 #menu-list a.active{ background-color: #090;}
body.p1 #mysearches{border-color: #090;}
*/

/* styling the id with the severity color enables you to remove the severity column (see admin and project settings) the view for more overview. */
tr.severity5, tr.severity5 .task_severity, tr.severity5 .task_id{background: #f96 linear-gradient(#f96, #f85) repeat scroll 0 0;}
tr.severity4, tr.severity4 .task_severity, tr.severity4 .task_id {background: #fe0 linear-gradient(#fe0, #fc0) repeat scroll 0 0;}
tr.severity3, tr.severity3 .task_severity, tr.severity3 .task_id {background: #fe9 linear-gradient(#fe9, #fd9) repeat scroll 0 0;}
tr.severity2 .task_severity, tr.severity2 .task_id {background: #eee linear-gradient(#fff, #eee) repeat scroll 0 0;}

/* highly experimental! may move to default css if finshed */
#tasklist_table tbody tr td {border-top:none;border-bottom:1px dotted #ccc;vertical-align:middle;}
#tasklist_table tbody tr td.task_opendby,
#tasklist_table tbody tr td.task_editedby,
#tasklist_table tbody tr td.task_assignedto {padding-top:0px; padding-bottom:0px;}
th.tasktype, th.severity, th.priority {width:20px;max-width:20px;overflow:hidden;}

/* padding done by the ::before pseudoelement.. */
#tasklist_table .task_tasktype, #tasklist_table .task_severity,#tasklist_table .task_priority {padding-left: 0;padding-right: 0;}
tr .typ1, tr .typ2, tr .typ3, tr .typ4, tr .typ5,
tr .sev1, tr .sev2, tr .sev3, tr .sev4, tr .sev5,
tr .pri1, tr .pri2, tr .pri3, tr .pri4, tr .pri5
{position:relative;visibility:hidden;border-bottom-width:0 !important;width:20px;max-width:20px;white-space:nowrap;text-overflow:hidden;font-size:16px;}

tr .typ1:before, tr .typ2:before, tr .typ3:before, tr .typ4:before,
tr .sev1:before, tr .sev2:before, tr .sev3:before, tr .sev4:before, tr .sev5:before,
tr .pri1:before, tr .pri2:before, tr .pri3:before, tr .pri4:before, tr .pri5:before {
  border-bottom: #ccc dotted 1px;
  bottom: 0;
  box-sizing: border-box;
  font-family: fontawesome;
  position: absolute;
  visibility: visible;
  width: 100%;
  line-height:24px;
}
.typ1:before {content:"\f188";color:#900;} /*fa-bug*/
.typ2:before {content:"\f06b";color:#390;} /*fa-gift*/
.typ3:before {content:"\f19d";color:#000;} /*fa-graduation-cap*/
.typ4:before {content:"\f111";color:#009;} /*fa-circle*/

tr .sev1:before {content:"";color:#fff;} /**/
tr .sev2:before {content:"";color:#fff;} /**/
tr .sev3:before {content:"";color:#cc0;} /**/
tr .sev4:before {content:"\f06d";color:#c60;} /*fa-fire*/
/* tr .sev5:before {content:"\f1e2";color:#600;} */ /*fa-bomb*/
tr .sev5:before {content:"\f0e7";color:#600;} /*fa-bolt*/

tr .pri1:before {content:"\f236";color:#ccc;} /*fa-bed*/
tr .pri2:before {content:"";color:#ccc;}
tr .pri3:before {content:"\f04b";color:#f90;font-size:10px;} /*fa-forward*/
tr .pri4:before {content:"\f04b\f04b";color:#c60;font-size:10px;} /*fa-forward*/
tr .pri5:before {content:"\f04b\f04b\f04b";color:#900;font-size:10px;} /*fa-forward*/