Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120839109
notes.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
13 KB
Referenced Files
None
Subscribers
None
notes.css
View Options
/**
* Kolab Notes plugin styles for skin "Larry"
*
* Copyright (C) 2014-2015, 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.
*/
#
taskbar
a
.
button-notes
span
.
button-inner
{
background-image
:
url
(
'sprites.png'
);
background-position
:
0
0
;
}
#
taskbar
a
.
button-notes
:
hover
span
.
button-inner
,
#
taskbar
a
.
button-notes
.
button-selected
span
.
button-inner
{
background-image
:
url
(
'sprites.png'
);
background-position
:
0
-26
px
;
}
.
notesview
div
.
uidialog
{
display
:
none
;
}
.
notesview
#
sidebar
{
position
:
absolute
;
top
:
0
;
left
:
0
;
bottom
:
0
;
width
:
240
px
;
}
.
notesview
#
notestoolbar
{
position
:
absolute
;
top
:
-6
px
;
left
:
0
;
width
:
100
%
;
height
:
40
px
;
white-space
:
nowrap
;
}
.
notesview
#
notestoolbar
a
.
button
.
createnote
{
background-image
:
url
(
'sprites.png'
);
background-position
:
center
-54
px
;
}
.
notesview
#
notestoolbar
a
.
button
.
sendnote
{
background-position
:
left
-650
px
;
}
.
notesview
#
quicksearchbar
{
top
:
2
px
;
}
.
notesview
#
searchmenulink
{
width
:
15
px
;
}
.
notesview
#
mainview-right
{
position
:
absolute
;
bottom
:
0
;
right
:
0
;
top
:
0
;
left
:
252
px
;
}
.
notesview
#
tagsbox
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100
%
;
height
:
240
px
;
}
.
notesview
#
notebooksbox
{
position
:
absolute
;
top
:
252
px
;
left
:
0
;
width
:
100
%
;
bottom
:
0
px
;
}
.
notesview
#
noteslistbox
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
240
px
;
bottom
:
0
px
;
}
.
notesview
#
kolabnoteslist
li
{
border-left
:
2
px
solid
transparent
;
}
.
notesview
#
kolabnoteslist
.
focus
li
.
focused
{
border-left
:
2
px
solid
#739da8
;
}
.
notesview
#
kolabnoteslist
.
title
{
display
:
block
;
padding
:
4
px
6
px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
outline
:
none
;
}
.
notesview
#
kolabnoteslist
.
date
{
display
:
block
;
padding
:
0
px
6
px
4
px
6
px
;
color
:
#777
;
font-weight
:
normal
;
}
.
notesview
.
boxpagenav
a
.
icon
.
sortoptions
{
background
:
url
(
sprites.png
)
center
-93
px
no-repeat
;
}
.
notesview
.
toolbarmenu
.
iconized
.
selected
span
.
icon
{
background
:
url
(
sprites.png
)
-4
px
-110
px
no-repeat
;
}
.
notesview
#
notedetailsbox
{
position
:
absolute
;
top
:
0
;
left
:
252
px
;
right
:
0
;
bottom
:
0
px
;
background-image
:
url
(
../../../../skins/larry/images/watermark.jpg
);
background-position
:
center
;
background-repeat
:
no-repeat
;
}
.
notesdialog
#
notedetailsbox
{
left
:
0
;
}
.
notesview
#
notedetailsbox
.
formbuttons
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
8
px
12
px
;
background
:
#f9f9f9
;
}
.
notesview
#
notedetailsbox
.
footerright
{
float
:
right
;
}
.
notesview
#
notedetailsbox
.
formbuttons
:
after
{
content
:
""
;
display
:
inline
;
clear
:
both
;
}
.
notesview
.
btn-note-history
{
display
:
inline-block
;
padding
:
2
px
;
text-decoration
:
none
;
visibility
:
hidden
;
}
.
notesview
.
btn-note-history
.
active
{
visibility
:
visible
;
color
:
#333
;
}
.
notesview
.
btn-note-history
:
before
{
content
:
""
;
display
:
inline-block
;
position
:
relative
;
top
:
4
px
;
width
:
16
px
;
height
:
16
px
;
margin-right
:
4
px
;
background
:
url
(
'sprites.png'
)
-1
px
-302
px
no-repeat
;
}
.
notesview
.
btn-note-history
.
active
:
hover
{
text-decoration
:
underline
;
}
.
notesview
.
noteform
,
.
notesview
.
notedetails
{
display
:
none
;
position
:
absolute
;
top
:
82
px
;
left
:
0
;
bottom
:
41
px
;
width
:
100
%
;
}
.
notesview
.
notedetails
{
padding
:
8
px
;
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border-bottom
:
1
px
solid
#dfdfdf
;
background
:
#fff
;
}
.
notesdialog
.
noteform
,
.
notesdialog
.
notedetails
{
bottom
:
30
px
;
}
.
notesview
.
notedetails
pre
{
font-family
:
"Lucida Grande"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12
px
;
margin
:
0
;
}
.
notesview
#
notecontent
{
position
:
relative
;
width
:
100
%
;
height
:
100
%
;
border
:
0
;
border-radius
:
0
;
padding
:
8
px
0
8
px
8
px
;
resize
:
none
;
font-family
:
"Lucida Grande"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12
px
;
outline
:
none
;
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.2
);
-o-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.2
);
}
.
notesview
#
notecontent
:
active
,
.
notesview
#
notecontent
:
focus
{
-webkit-
box-shadow
:
inset
0
0
3
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
-moz-
box-shadow
:
inset
0
0
3
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
-o-
box-shadow
:
inset
0
0
3
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
box-shadow
:
inset
0
0
3
px
2
px
rgba
(
71
,
135
,
177
,
0.9
);
}
.
notesview
.
mce-panel
{
border
:
0
;
}
.
notesview
.
ui-dialog-content
.
noteform
,
.
notesview
.
ui-dialog-content
.
notedetails
,
.
notesview
.
ui-dialog-content
.
notereferences
{
position
:
relative
;
width
:
auto
;
height
:
auto
;
top
:
auto
;
bottom
:
auto
;
overflow
:
visible
;
border
:
0
;
}
.
notesview
.
notetitle
{
height
:
auto
;
min-height
:
20
px
;
}
.
notesview
.
ui-dialog-content
.
notetitle
{
padding
:
0
0
6
px
0
;
margin-top
:
-6
px
;
border-bottom
:
0
;
}
.
notesview
.
ui-dialog-content
.
tagline
{
display
:
none
!important
;
}
.
notesview
.
notetitle
.
disabled
.
tagedit-list
,
.
notesview
.
notetitle
input
.
inline-edit
:
disabled
{
outline
:
none
;
padding-left
:
0
;
border
:
0
;
background
:
rgba
(
255
,
255
,
255
,
0.01
);
-webkit-
box-shadow
:
none
;
-moz-
box-shadow
:
none
;
-o-
box-shadow
:
none
;
box-shadow
:
none
;
}
.
notesview
.
notetitle
input
.
notetitle
,
.
notesview
.
notetitle
input
.
notetitle
:
focus
{
width
:
100
%
;
font-size
:
14
px
;
font-weight
:
bold
;
color
:
#333
;
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.
notesview
.
ui-dialog-content
.
formbuttons
,
.
notesview
.
ui-dialog-content
.
notetitle
input
{
display
:
none
!important
;
}
.
notesview
.
notetitle
.
dates
,
.
notesview
.
notetitle
.
tagline
,
.
notesdialog
.
notebookselect
label
{
color
:
#999
;
font-weight
:
normal
;
font-size
:
0.9
em
;
margin-top
:
6
px
;
}
.
notesview
.
notebookselect
{
margin-top
:
4
px
;
}
.
notesview
.
notetitle
.
tagline
{
position
:
relative
;
cursor
:
text
;
margin
:
4
px
0
0
0
;
}
.
notesview
.
notetitle
.
tagline
.
disabled
{
margin-top
:
0
;
}
.
notesview
.
notetitle
.
tagline
.
placeholder
{
position
:
absolute
;
top
:
6
px
;
left
:
6
px
;
z-index
:
2
;
}
.
notesview
.
notetitle
.
tagline
.
disabled
.
placeholder
{
left
:
0
;
}
.
notesview
.
notetitle
.
tagedit-list
{
position
:
relative
;
z-index
:
1
;
min-height
:
32
px
;
/* padding: 2px; */
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
/* Firefox 3.6 */
_
:
not
(),
_
:
-moz-handler-blocked
,
.
notesview
.
notetitle
.
tagedit-list
{
min-height
:
26
px
;
}
.
notesview
.
notetitle
.
disabled
.
tagedit-list
{
min-height
:
26
px
;
}
.
notesview
.
notetitle
#
tagedit-input
{
background
:
none
;
}
.
notesview
.
tag-draghelper
{
z-index
:
1000
;
}
.
notesview
.
notetitle
.
notecreated
,
.
notesview
.
notetitle
.
notechanged
{
display
:
inline-block
;
padding-left
:
0.4
em
;
padding-right
:
2
em
;
color
:
#777
;
}
.
notesview
.
notereferences
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
41
px
;
height
:
27
px
;
background
:
#fff
;
padding-left
:
10
px
;
}
.
notesdialog
.
notereferences
{
bottom
:
0
;
}
.
notesview
#
notediff
.
note-title
,
.
notesview
#
notediff
.
note-title-new
{
margin-top
:
0
;
}
.
notesview
.
note-title
.
diff-text-old
{
margin-bottom
:
0
;
}
.
notesview
.
diff-text-diff
del
,
.
notesview
.
diff-text-diff
ins
{
text-decoration
:
none
;
color
:
inherit
;
}
.
notesview
.
diff-text-old
,
.
notesview
.
diff-text-diff
del
{
background-color
:
#fdd
;
text-decoration
:
line-through
;
}
.
notesview
.
diff-text-new
,
.
notesview
.
diff-text-diff
ins
,
.
notesview
.
diff-text-diff
.
diffmod
img
{
background-color
:
#dfd
;
}
.
notesview
.
diff-text-diff
img
{
border
:
1
px
solid
#999
;
}
.
notesview
#
notebooksbox
.
scroller
{
top
:
34
px
;
}
.
notesview
#
notebooks
li
{
margin
:
0
;
display
:
block
;
position
:
relative
;
}
.
notesview
#
notebooks
li
>
div
.
folder
,
.
notesview
#
notebooksbox
.
searchresults
li
>
div
.
folder
{
position
:
relative
;
padding
:
0
;
height
:
28
px
;
}
.
notesview
#
notebooks
li
.
virtual
>
div
.
folder
{
height
:
22
px
;
}
.
notesview
#
notebooks
li
.
listname
{
display
:
block
;
cursor
:
default
;
margin
:
0
;
height
:
24
px
;
padding-bottom
:
0
;
padding-right
:
26
px
;
color
:
#004458
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.
notesview
#
notebooks
li
.
virtual
>
div
>
.
listname
{
color
:
#aaa
;
height
:
18
px
;
padding-top
:
3
px
;
}
.
notesview
#
notebooksbox
.
treelist
div
span
.
actions
{
display
:
inline-block
;
position
:
absolute
;
top
:
2
px
;
right
:
2
px
;
padding
:
5
px
20
px
0
6
px
;
min-width
:
20
px
;
height
:
19
px
;
text-align
:
right
;
}
.
notesview
#
notebooksbox
.
treelist
div
:
hover
span
.
actions
{
top
:
1
px
;
right
:
1
px
;
border
:
1
px
solid
#c6c6c6
;
border-radius
:
4
px
;
background
:
#f7f7f7
;
background
:
-moz-
linear-gradient
(
top
,
#f9f9f9
0
%
,
#e6e6e6
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
left
bottom
,
color
-stop
(
0
%
,
#f9f9f9
),
color-stop
(
100
%
,
#e6e6e6
));
background
:
-o-
linear-gradient
(
top
,
#f9f9f9
0
%
,
#e6e6e6
100
%
);
background
:
-ms-
linear-gradient
(
top
,
#f9f9f9
0
%
,
#e6e6e6
100
%
);
background
:
linear-gradient
(
top
,
#f9f9f9
0
%
,
#e6e6e6
100
%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f9f9f9'
,
endColorstr
=
'#e6e6e6'
,
GradientType
=
0
);
}
.
notesview
#
notebooksbox
.
treelist
div
a
.
remove
,
.
notesview
#
notebooksbox
.
treelist
div
a
.
subscribed
{
display
:
inline-block
;
position
:
absolute
;
top
:
5
px
;
right
:
4
px
;
height
:
16
px
;
width
:
16
px
;
padding
:
0
;
background
:
url
(
sprites.png
)
-100
px
0
no-repeat
;
overflow
:
hidden
;
text-indent
:
-5000
px
;
cursor
:
pointer
;
}
.
notesview
#
notebooksbox
.
treelist
div
a
.
subscribed
:
focus
,
.
notesview
#
notebooksbox
.
treelist
div
:
hover
a
.
subscribed
{
background-position
:
0
-266
px
;
}
.
notesview
#
notebooksbox
.
treelist
div
.
subscribed
a
.
subscribed
{
background-position
:
-16
px
-266
px
;
}
.
notesview
#
notebooksbox
.
treelist
div
a
.
remove
{
position
:
relative
;
top
:
0
;
left
:
0
;
margin-right
:
4
px
;
}
.
notesview
#
notebooksbox
.
treelist
div
a
.
remove
:
focus
,
.
notesview
#
notebooksbox
.
treelist
div
:
hover
a
.
remove
{
background-position
:
0
-284
px
;
}
.
notesview
#
notebooksbox
.
treelist
div
a
.
remove
:
focus
,
.
notesview
#
notebooksbox
.
treelist
div
a
.
subscribed
:
focus
{
border-radius
:
3
px
;
outline
:
2
px
solid
rgba
(
30
,
150
,
192
,
0.5
);
}
.
notesview
#
notebooksbox
.
searchresults
.
treelist
div
a
.
remove
{
display
:
none
;
}
.
notesview
#
notebooksbox
.
treelist
input
{
position
:
absolute
;
top
:
4
px
;
left
:
14
px
;
}
.
notesview
#
notebooks
input
{
display
:
none
;
}
.
notesview
#
notebooksbox
.
searchresults
.
listing
li
{
background-color
:
#c7e3ef
;
}
.
notesview
#
notebooksbox
.
searchresults
a
.
listname
{
padding-left
:
36
px
;
}
.
notesview
#
notebooks
div
.
folder
span
.
handle
{
display
:
inline-block
;
position
:
absolute
;
top
:
6
px
;
right
:
26
px
;
height
:
16
px
;
width
:
30
px
;
padding
:
0
;
background
:
url
(
'sprites.png'
)
right
-1000
px
no-repeat
;
}
.
notesview
#
notebooks
div
.
readonly
span
.
handle
{
background-position
:
right
-192
px
;
}
.
notesview
#
notebooks
div
.
other
span
.
handle
{
background-position
:
right
-210
px
;
}
.
notesview
#
notebooks
div
.
other
.
readonly
span
.
handle
{
background-position
:
right
-228
px
;
}
.
notesview
#
notebooks
div
.
shared
span
.
handle
{
background-position
:
right
-246
px
;
}
.
notesview
#
notebooks
div
.
other
.
listname
,
.
notesview
#
notebooks
div
.
shared
.
listname
,
.
notesview
#
notebooks
div
.
readonly
.
listname
{
padding-right
:
46
px
;
}
.
notesview
#
notebooks
div
.
other
.
readonly
.
listname
{
padding-right
:
56
px
;
}
.
notesview
#
notebooksbox
.
searchresults
{
background
:
#b0ccd7
;
margin-top
:
8
px
;
}
.
notesview
#
notebooksbox
.
searchresults
.
boxtitle
{
background
:
none
;
padding
:
2
px
8
px
2
px
8
px
;
}
.
notesview
#
notebooksbox
.
boxtitle
a
.
iconbutton
.
search
{
position
:
absolute
;
top
:
8
px
;
right
:
8
px
;
width
:
16
px
;
cursor
:
pointer
;
background-position
:
-2
px
-317
px
;
}
.
notesview
.
uidialog
.
tabbed
{
margin-top
:
-12
px
;
}
.
notesview
.
uidialog
.
propform
fieldset
.
ui-tabs-panel
{
min-height
:
290
px
;
}
.
notesview
.
uidialog
.
propform
#
noteslist-name
{
width
:
20
em
;
}
.
notesdialog
#
notesdialogheader
{
height
:
auto
;
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
#
kolabnotesinlinegui
{
border
:
0
;
padding
:
0
;
-webkit-
box-sizing
:
border-box
;
-moz-
box-sizing
:
border-box
;
-ms-
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.
notesview
.
attachmentslist
li
.
message
.
eml
{
position
:
relative
;
display
:
inline-block
;
background-image
:
url
(
sprites.png
);
background-position
:
-6
px
-128
px
;
margin-right
:
1
em
;
padding-right
:
28
px
;
}
.
notesview
.
attachmentslist
li
.
message
a
.
messagelink
{
padding-left
:
24
px
;
padding-right
:
0
;
}
.
notesview
.
attachmentslist
li
.
message
a
.
delete
{
background-position
:
-6
px
-378
px
;
}
.
notesview
.
attachmentslist
li
.
deleted
a
.
messagelink
,
.
notesview
.
attachmentslist
li
.
deleted
a
.
messagelink
:
hover
{
text-decoration
:
line-through
;
}
ul
.
toolbarmenu
li
.
appendnote
span
.
icon
{
background-image
:
url
(
sprites.png
);
background-position
:
-4
px
-170
px
;
}
div
.
kolabmessagenotes
{
margin
:
8
px
8
px
;
padding
:
4
px
8
px
;
border
:
1
px
solid
#dfdfdf
;
background
:
#fafafa
;
border-radius
:
4
px
;
}
div
.
kolabmessagenotes
a
.
kolabnotesref
{
display
:
inline-block
;
color
:
#333
;
font-weight
:
bold
;
padding
:
3
px
15
px
2
px
22
px
;
text-shadow
:
0
px
1
px
1
px
#fff
;
text-decoration
:
none
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
max-width
:
16
em
;
background
:
url
(
sprites.png
)
-6
px
-151
px
no-repeat
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 2:08 PM (1 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/02/3d86d9d275ac1be721323b5fb20b
Default Alt Text
notes.css (13 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline