Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F823590
fck_dialog.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Mar 9, 9:57 PM
Size
5 KB
Mime Type
text/plain
Expires
Tue, Mar 11, 9:57 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
583953
Attached To
rINP In-Portal
fck_dialog.css
View Options
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the dialog boxes.
*/
html
,
body
{
background-color
:
transparent
;
margin
:
0
px
;
padding
:
0
px
;
}
body
{
padding
:
10
px
;
}
body
,
td
,
input
,
select
,
textarea
{
font-size
:
11
px
;
font-family
:
'Microsoft Sans Serif'
,
Arial
,
Helvetica
,
Verdana
;
}
body
,
.
BackColor
{
background-color
:
#f7f8fd
;
}
.
PopupBody
{
height
:
100
%
;
width
:
100
%
;
overflow
:
hidden
;
background-color
:
transparent
;
padding
:
0
px
;
}
#
header
{
cursor
:
move
;
}
.
PopupTitle
{
font-weight
:
bold
;
font-size
:
14
pt
;
color
:
#0e3460
;
background-color
:
#8cb2fd
;
padding
:
3
px
10
px
3
px
10
px
;
}
.
PopupButtons
{
position
:
absolute
;
right
:
0
px
;
left
:
0
px
;
bottom
:
0
px
;
border-top
:
#466ca6
1
px
solid
;
background-color
:
#8cb2fd
;
padding
:
7
px
10
px
7
px
10
px
;
}
.
Button
{
border
:
#1c3460
1
px
solid
;
color
:
#000a28
;
background-color
:
#7096d3
;
}
#
btnOk
{
width
:
100
px
;
}
.
DarkBackground
{
background-color
:
#eaf2f8
;
}
.
LightBackground
{
background-color
:
#ffffbe
;
}
.
PopupTitleBorder
{
border-bottom
:
#d5d59d
1
px
solid
;
}
.
PopupTabArea
{
color
:
#0e3460
;
background-color
:
#8cb2fd
;
}
.
PopupTabEmptyArea
{
padding-left
:
10
px
;
border-bottom
:
#466ca6
1
px
solid
;
}
.
PopupTab
,
.
PopupTabSelected
{
border-right
:
#466ca6
1
px
solid
;
border-top
:
#466ca6
1
px
solid
;
border-left
:
#466ca6
1
px
solid
;
padding
:
3
px
5
px
3
px
5
px
;
color
:
#0e3460
;
}
.
PopupTab
{
margin-top
:
1
px
;
border-bottom
:
#466ca6
1
px
solid
;
cursor
:
pointer
;
cursor
:
hand
;
}
.
PopupTabSelected
{
font-weight
:
bold
;
cursor
:
default
;
padding-top
:
4
px
;
border-bottom
:
#f7f8fd
1
px
solid
;
background-color
:
#f7f8fd
;
}
.
PopupSelectionBox
{
border
:
#1e90ff
1
px
solid
!important
;
background-color
:
#add8e6
!important
;
cursor
:
pointer
;
cursor
:
hand
;
}
#
tdBrowse
{
vertical-align
:
bottom
;
}
/**
* Dialog frame related styles.
*/
.
contents
{
position
:
absolute
;
top
:
2
px
;
left
:
16
px
;
right
:
16
px
;
bottom
:
20
px
;
background-color
:
#f7f8fD
;
overflow
:
hidden
;
z-index
:
1
;
}
.
tl
,
.
tr
,
.
tc
,
.
bl
,
.
br
,
.
bc
{
position
:
absolute
;
background-image
:
url
(
images/sprites.png
);
background-repeat
:
no-repeat
;
}
*
html
.
tl
,
*
html
.
tr
,
*
html
.
tc
,
*
html
.
bl
,
*
html
.
br
,
*
html
.
bc
{
background-image
:
url
(
images/sprites.gif
);
}
.
ml
,
.
mr
{
position
:
absolute
;
background-image
:
url
(
images/dialog.sides.png
);
background-repeat
:
repeat-y
;
}
*
html
.
ml
,
*
html
.
mr
{
background-image
:
url
(
images/dialog.sides.gif
);
}
.
rtl
.
ml
,
.
rtl
.
mr
{
position
:
absolute
;
background-image
:
url
(
images/dialog.sides.rtl.png
);
background-repeat
:
repeat-y
;
}
*
html
.
rtl
.
ml
,
*
html
.
rtl
.
mr
{
background-image
:
url
(
images/dialog.sides.gif
);
}
.
tl
{
top
:
0
px
;
left
:
0
px
;
width
:
16
px
;
height
:
16
px
;
background-position
:
-16
px
-16
px
;
}
.
rtl
.
tl
{
background-position
:
-16
px
-397
px
;
}
.
tr
{
top
:
0
px
;
right
:
0
px
;
width
:
16
px
;
height
:
16
px
;
background-position
:
-16
px
-76
px
;
}
.
rtl
.
tr
{
background-position
:
-16
px
-457
px
;
}
.
tc
{
top
:
0
px
;
right
:
16
px
;
left
:
16
px
;
height
:
16
px
;
background-position
:
0
px
-136
px
;
background-repeat
:
repeat-x
;
}
.
ml
{
top
:
16
px
;
left
:
0
px
;
width
:
16
px
;
bottom
:
51
px
;
background-position
:
0
px
0
px
;
}
.
mr
{
top
:
16
px
;
right
:
0
px
;
width
:
16
px
;
bottom
:
51
px
;
background-position
:
-16
px
0
px
;
}
.
bl
{
bottom
:
0
px
;
left
:
0
px
;
width
:
30
px
;
height
:
51
px
;
background-position
:
-16
px
-196
px
;
}
.
rtl
.
bl
{
background-position
:
-16
px
-517
px
;
}
.
br
{
bottom
:
0
px
;
right
:
0
px
;
width
:
30
px
;
height
:
51
px
;
background-position
:
-16
px
-263
px
;
}
.
rtl
.
br
{
background-position
:
-16
px
-584
px
;
}
.
bc
{
bottom
:
0
px
;
right
:
30
px
;
left
:
30
px
;
height
:
51
px
;
background-position
:
0
px
-330
px
;
background-repeat
:
repeat-x
;
}
/* For IE6. Do not change it. */
*
html
.
blocker
{
position
:
absolute
;
width
:
100
%
;
height
:
100
%
;
z-index
:
12
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
opacity
=
0
);
}
/* The layer used to cover the dialog when opening a child dialog. */
.
cover
{
position
:
absolute
;
top
:
0
px
;
left
:
14
px
;
right
:
14
px
;
bottom
:
18
px
;
z-index
:
11
;
}
#
closeButton
{
position
:
absolute
;
right
:
0
px
;
top
:
0
px
;
margin-top
:
5
px
;
margin-right
:
10
px
;
width
:
20
px
;
height
:
20
px
;
cursor
:
pointer
;
background-image
:
url
(
images/sprites.png
);
background-repeat
:
no-repeat
;
background-position
:
-16
px
-651
px
;
}
*
html
#
closeButton
{
cursor
:
hand
;
background-image
:
url
(
images/sprites.gif
);
}
.
rtl
#
closeButton
{
right
:
auto
;
left
:
10
px
;
margin-right
:
0
px
;
}
#
closeButton
:
hover
{
background-position
:
-16
px
-687
px
;
}
#
throbberBlock
{
z-index
:
10
;
}
#
throbberBlock
div
{
float
:
left
;
width
:
8
px
;
height
:
9
px
;
margin-left
:
2
px
;
margin-right
:
2
px
;
font-size
:
1
px
;
/* IE6 */
}
/*
Color Gradient Generator:
http://www.herethere.net/~samson/php/color_gradient/?cbegin=0E3460&cend=8cb2fd&steps=4
*/
.
throbber_1
{
background-color
:
#0E3460
;
}
.
throbber_2
{
background-color
:
#2D5387
;
}
.
throbber_3
{
background-color
:
#4D73AE
;
}
.
throbber_4
{
background-color
:
#6C92D5
;
}
.
throbber_5
{
background-color
:
#8CB2FD
;
}
Event Timeline
Log In to Comment