-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathstyle.css
More file actions
13 lines (12 loc) · 712 Bytes
/
Copy pathstyle.css
File metadata and controls
13 lines (12 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
** @date 20130407 Leo Eibler <dokuwiki@sprossenwanne.at> \n
** add todouser for user assignment css class \n
*/
span.todohlght:hover{background:#DDD; cursor:default; }
span.todouser { font-size: x-small; cursor:default; font-style: italic; padding-left: 3px; padding-right: 3px; margin-right: 4px; }
span.tododates { font-size: x-small; padding-left: 3px; padding-right: 3px; margin-right: 4px; }
span.todostarted { background:#EEA; font-weight: bold; }
span.tododue { background:#EAA; font-weight: bold; }
span.todolow { background-color: #ffc; }
span.todomedium { background-color: #fd3; font-weight: bold; }
span.todohigh { background-color: #ffbcaf; font-weight: bold; font-size:1.1em; }