Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7057043
tasklist.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
tasklist.css
View Options
/**
* Roundcube Taklist plugin styles for skin "Larry"
*
* Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com>
* Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
* License. It is allowed to copy, distribute, transmit and to adapt the work
* by keeping credits to the original autors in the README file.
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
*
* $Id$
*/
#
taskbar
a
.
button-tasklist
span
.
button-inner
{
background-image
:
url
(
taskbaricon.png
);
background-position
:
0
0
;
}
#
taskbar
a
.
button-tasklist
:
hover
span
.
button-inner
,
#
taskbar
a
.
button-tasklist
.
button-selected
span
.
button-inner
{
background-position
:
0
-44
px
;
}
#
sidebar
{
position
:
absolute
;
top
:
0
;
left
:
0
;
bottom
:
0
;
width
:
240
px
;
}
body
.
tasklistview
#
searchmenulink
{
width
:
15
px
;
}
#
selectorbox
{
position
:
absolute
;
top
:
42
px
;
left
:
0
;
width
:
100
%
;
height
:
242
px
;
}
#
tasklistsbox
{
position
:
absolute
;
top
:
300
px
;
left
:
0
;
width
:
100
%
;
bottom
:
0
px
;
}
#
taskselector
{
margin
:
-4
px
0
0
;
padding
:
0
;
}
#
taskselector
li
{
display
:
inline-block
;
position
:
relative
;
font-size
:
90
%
;
padding-right
:
0.3
em
;
}
#
taskselector
li
a
{
display
:
inline-block
;
color
:
#004458
;
min-width
:
4
em
;
padding
:
0.2
em
0.6
em
;
text-align
:
center
;
text-decoration
:
none
;
border
:
1
px
solid
#eee
;
border-color
:
transparent
;
}
#
taskselector
li
:
first-child
{
border-top
:
0
;
border-radius
:
4
px
4
px
0
0
;
}
#
taskselector
li
:
last-child
{
border-bottom
:
0
;
border-radius
:
0
0
4
px
4
px
;
}
#
taskselector
li
.
overdue
a
{
color
:
#b72a2a
;
font-weight
:
bold
;
}
#
taskselector
li
.
inactive
a
{
color
:
#97b3bf
;
}
#
taskselector
li
.
selected
a
{
color
:
#fff
;
background
:
#005d76
;
background
:
-moz-
linear-gradient
(
top
,
#005d76
0
%
,
#004558
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
left
bottom
,
color
-stop
(
0
%
,
#005d76
),
color-stop
(
100
%
,
#004558
));
background
:
-o-
linear-gradient
(
top
,
#005d76
0
%
,
#004558
100
%
);
background
:
-ms-
linear-gradient
(
top
,
#005d76
0
%
,
#004558
100
%
);
background
:
linear-gradient
(
top
,
#005d76
0
%
,
#004558
100
%
);
box-shadow
:
inset
0
1
px
1
px
0
#003645
;
-o-
box-shadow
:
inset
0
1
px
1
px
0
#003645
;
-webkit-
box-shadow
:
inset
0
1
px
1
px
0
#003645
;
-moz-
box-shadow
:
inset
0
1
px
1
px
0
#003645
;
border-color
:
#003645
;
border-radius
:
9
px
;
text-shadow
:
none
;
}
#
taskselector
li
.
count
{
display
:
none
;
position
:
absolute
;
top
:
-18
px
;
right
:
5
px
;
min-width
:
1.8
em
;
padding
:
2
px
4
px
;
background
:
#ff3800
;
box-shadow
:
0
1
px
2
px
0
rgba
(
24
,
24
,
24
,
0.6
);
color
:
#fff
;
border-radius
:
3
px
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
80
%
;
text-shadow
:
none
;
}
#
taskselector
li
.
count
:
after
{
content
:
""
;
position
:
absolute
;
bottom
:
-5
px
;
left
:
50
%
;
margin-left
:
-5
px
;
border-style
:
solid
;
border-width
:
5
px
5
px
0
;
border-color
:
#ff3800
transparent
;
/* reduce the damage in FF3.0 */
display
:
block
;
width
:
0
;
}
/*
#taskselector li .count {
display: none;
position: absolute;
top: -8px;
right: 0px;
padding: 2px 5px;
background: #db3333;
background: -moz-linear-gradient(top, #db3333 0%, #a82727 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db3333), color-stop(100%,#a82727));
background: -o-linear-gradient(top, #db3333 0%, #a82727 100%);
background: -ms-linear-gradient(top, #db3333 0%, #a82727 100%);
background: linear-gradient(top, #db3333 0%, #a82727 100%);
box-shadow: inset 0 1px 1px 0 #831f1f;
-o-box-shadow: inset 0 1px 1px 0 #831f1f;
-webkit-box-shadow: inset 0 1px 1px 0 #831f1f;
-moz-box-shadow: inset 0 1px 1px 0 #831f1f;
border: 1px solid #831f1f;
border-radius: 9px;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 80%;
text-shadow: none;
}
*/
#
tasklists
li
{
margin
:
0
;
height
:
20
px
;
padding
:
6
px
8
px
2
px
;
display
:
block
;
position
:
relative
;
white-space
:
nowrap
;
}
#
tasklists
li
label
{
display
:
block
;
}
#
tasklists
li
span
.
listname
{
cursor
:
default
;
padding-bottom
:
2
px
;
color
:
#004458
;
}
#
tasklists
li
span
.
handle
{
display
:
none
;
}
#
tasklists
li
input
{
position
:
absolute
;
top
:
5
px
;
right
:
5
px
;
}
#
mainview-right
{
position
:
absolute
;
top
:
0
;
left
:
256
px
;
right
:
0
;
bottom
:
0
;
}
#
taskstoolbar
{
position
:
absolute
;
top
:
-6
px
;
left
:
0
;
width
:
100
%
;
height
:
40
px
;
white-space
:
nowrap
;
}
#
quicksearchbar
{
top
:
-7
px
;
}
#
quickaddbox
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
60
%
;
height
:
32
px
;
white-space
:
nowrap
;
}
#
quickaddinput
{
width
:
85
%
;
margin
:
0
;
padding
:
3
px
8
px
;
height
:
18
px
;
background
:
#f1f1f1
;
background
:
rgba
(
255
,
255
,
255
,
0.7
);
border-color
:
#a3a3a3
;
font-weight
:
bold
;
}
#
quickaddbox
.
button
{
margin-left
:
5
px
;
padding
:
3
px
10
px
;
font-weight
:
bold
;
}
#
tasksview
{
position
:
absolute
;
top
:
42
px
;
left
:
0
;
right
:
0
;
bottom
:
0
;
padding-bottom
:
28
px
;
background
:
rgba
(
255
,
255
,
255
,
0.2
);
}
#
message
.
statusbar
{
border-top
:
1
px
solid
#c3c3c3
;
}
#
tasksview
.
scroller
{
position
:
absolute
;
left
:
0
;
top
:
35
px
;
width
:
100
%
;
bottom
:
28
px
;
overflow
:
auto
;
}
#
tasksview
.
buttonbar
{
color
:
#777
;
background
:
#eee
;
background
:
-moz-
linear-gradient
(
top
,
#eee
0
%
,
#dfdfdf
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
left
bottom
,
color
-stop
(
0
%
,
#eee
),
color-stop
(
100
%
,
#dfdfdf
));
background
:
-o-
linear-gradient
(
top
,
#eee
0
%
,
#dfdfdf
100
%
);
background
:
-ms-
linear-gradient
(
top
,
#eee
0
%
,
#dfdfdf
100
%
);
background
:
linear-gradient
(
top
,
#eee
0
%
,
#dfdfdf
100
%
);
border-bottom
:
1
px
solid
#ccc
;
}
#
thelist
{
padding
:
0
;
margin
:
1
em
;
list-style
:
none
;
}
#
listmessagebox
{
display
:
none
;
font-size
:
14
px
;
color
:
#666
;
margin
:
1.5
em
;
text-shadow
:
0
px
1
px
1
px
#fff
;
text-align
:
center
;
}
.
taskitem
{
display
:
block
;
margin-bottom
:
5
px
;
}
.
taskitem
.
dragging
{
opacity
:
0.5
;
}
.
taskitem
.
childtasks
{
padding
:
0
;
margin
:
0.5
em
0
0
2
em
;
list-style
:
none
;
}
.
taskhead
{
position
:
relative
;
padding
:
4
px
5
px
3
px
5
px
;
border
:
1
px
solid
#fff
;
border-radius
:
5
px
;
background
:
#fff
;
-webkit-
box-shadow
:
0
1
px
1
px
0
rgba
(
50
,
50
,
50
,
0.5
);
-moz-
box-shadow
:
0
1
px
1
px
0
rgba
(
50
,
50
,
50
,
0.5
);
box-shadow
:
0
1
px
1
px
0
rgba
(
50
,
50
,
50
,
0.5
);
padding-right
:
11
em
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
cursor
:
default
;
}
.
taskhead
.
droptarget
{
border-color
:
#4787b1
;
box-shadow
:
0
0
5
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
-moz-
box-shadow
:
0
0
5
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
-webkit-
box-shadow
:
0
0
5
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
-o-
box-shadow
:
0
0
5
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
}
.
taskhead
.
complete
{
margin
:
-1
px
1
em
0
0
;
}
.
taskhead
.
title
{
font-size
:
12
px
;
}
.
taskhead
.
flagged
{
display
:
inline-block
;
visibility
:
hidden
;
width
:
16
px
;
height
:
16
px
;
background
:
url
(
sprites.png
)
-2
px
-3
px
no-repeat
;
margin
:
-3
px
1
em
0
0
;
vertical-align
:
middle
;
cursor
:
pointer
;
}
.
taskhead
:
hover
.
flagged
{
visibility
:
visible
;
}
.
taskhead
.
flagged
.
flagged
{
visibility
:
visible
;
background-position
:
-2
px
-23
px
;
}
.
taskhead
.
date
{
position
:
absolute
;
top
:
6
px
;
right
:
30
px
;
text-align
:
right
;
cursor
:
pointer
;
}
.
taskhead
.
nodate
.
date
{
color
:
#ddd
;
}
.
taskhead
.
overdue
.
date
{
color
:
#d00
;
}
.
taskhead
.
nodate
:
hover
.
date
{
color
:
#999
;
}
.
taskhead
.
date
input
{
padding
:
1
px
2
px
;
border
:
1
px
solid
#ddd
;
-webkit-
box-shadow
:
none
;
-moz-
box-shadow
:
none
;
box-shadow
:
none
;
outline
:
none
;
text-align
:
right
;
}
.
taskhead
.
actions
,
.
taskhead
.
delete
{
display
:
block
;
visibility
:
hidden
;
position
:
absolute
;
top
:
3
px
;
right
:
6
px
;
width
:
18
px
;
height
:
18
px
;
background
:
url
(
sprites.png
)
0
-80
px
no-repeat
;
text-indent
:
-1000
px
;
overflow
:
hidden
;
cursor
:
pointer
;
}
.
taskhead
.
delete
{
background-position
:
0
-40
px
;
}
.
taskhead
:
hover
.
actions
,
.
taskhead
:
hover
.
delete
{
visibility
:
visible
;
}
.
taskhead
.
complete
{
opacity
:
0.6
;
}
.
taskhead
.
complete
.
title
{
text-decoration
:
line-through
;
}
.
taskhead
.
progressbar
{
position
:
absolute
;
bottom
:
1
px
;
left
:
6
px
;
right
:
6
px
;
height
:
2
px
;
}
.
taskhead
.
complete
.
progressbar
{
display
:
none
;
}
.
taskhead
.
progressvalue
{
height
:
1
px
;
background
:
rgba
(
1
,
124
,
180
,
0.2
);
border-top
:
1
px
solid
#219de6
;
}
ul
.
toolbarmenu
li
span
.
add
{
background-image
:
url
(
sprites.png
);
background-position
:
0
-100
px
;
}
ul
.
toolbarmenu
li
span
.
delete
{
background-position
:
0
-1508
px
;
}
.
taskitem-draghelper
{
/*
width: 32px;
height: 26px;
*/
background
:
#444
;
border
:
1
px
solid
#555
;
border-radius
:
4
px
;
box-shadow
:
0
2
px
6
px
0
#333
;
-moz-
box-shadow
:
0
2
px
6
px
0
#333
;
-webkit-
box-shadow
:
0
2
px
6
px
0
#333
;
-o-
box-shadow
:
0
2
px
6
px
0
#333
;
z-index
:
5000
;
padding
:
2
px
10
px
;
font-size
:
20
px
;
color
:
#ccc
;
opacity
:
0.92
;
filter
:
alpha
(
opacity
=
92
);
text-shadow
:
0
px
1
px
1
px
#333
;
}
#
rootdroppable
{
display
:
none
;
position
:
absolute
;
top
:
3
px
;
left
:
1
em
;
right
:
1
em
;
height
:
5
px
;
background
:
#ddd
;
border-radius
:
3
px
;
}
#
rootdroppable
.
droptarget
{
background
:
#4787b1
;
box-shadow
:
0
0
2
px
1
px
rgba
(
71
,
135
,
177
,
0.9
);
-moz-
box-shadow
:
0
0
2
px
1
px
rgba
(
71
,
135
,
177
,
0.9
);
-webkit-
box-shadow
:
0
0
2
px
1
px
rgba
(
71
,
135
,
177
,
0.9
);
-o-
box-shadow
:
0
0
2
px
1
px
rgba
(
71
,
135
,
177
,
0.9
);
}
/*** task edit form ***/
#
taskedit
,
#
taskshow
{
display
:
none
;
}
#
taskshow
h2
{
margin-top
:
-0.5
em
;
}
#
taskshow
label
{
color
:
#999
;
}
#
task-parent-title
{
position
:
relative
;
top
:
-0.6
em
;
}
a
.
morelink
{
font-size
:
90
%
;
color
:
#0069a6
;
text-decoration
:
none
;
outline
:
none
;
}
a
.
morelink
:
hover
{
text-decoration
:
underline
;
}
#
taskeditform
input
.
text
,
#
taskeditform
textarea
{
width
:
97
%
;
}
div
.
form-section
{
position
:
relative
;
margin-top
:
0.2
em
;
margin-bottom
:
0.8
em
;
}
.
form-section
label
{
display
:
inline-block
;
min-width
:
7
em
;
padding-right
:
0.5
em
;
}
label
.
block
{
display
:
block
;
margin-bottom
:
0.3
em
;
}
#
edit-completeness-slider
{
display
:
inline-block
;
margin-left
:
2
em
;
width
:
30
em
;
height
:
0.8
em
;
border
:
1
px
solid
#ccc
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 12, 3:37 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914691
Default Alt Text
tasklist.css (9 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment