Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772206
thickbox.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
Sat, Feb 1, 5:37 AM
Size
5 KB
Mime Type
text/plain
Expires
Mon, Feb 3, 5:37 AM (43 m, 28 s)
Engine
blob
Format
Raw Data
Handle
555739
Attached To
rINP In-Portal
thickbox.css
View Options
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#
TB_window
,
.
TB_window
{
font
:
12
px
Arial
,
Helvetica
,
sans-serif
;
color
:
#333333
;
}
#
TB_secondLine
{
font
:
10
px
Arial
,
Helvetica
,
sans-serif
;
color
:
#666666
;
}
#
TB_window
a
:
link
,
.
TB_window
a
:
link
{
color
:
#666666
;}
#
TB_window
a
:
visited
,
.
TB_window
a
:
visited
{
color
:
#666666
;}
#
TB_window
a
:
hover
,
.
TB_window
a
:
hover
{
color
:
#000
;}
#
TB_window
a
:
active
,
.
TB_window
a
:
active
{
color
:
#666666
;}
#
TB_window
a
:
focus
,
.
TB_window
a
:
focus
{
color
:
#666666
;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#
TB_overlay
{
position
:
fixed
;
z-index
:
100
;
top
:
0
px
;
left
:
0
px
;
height
:
100
%
;
width
:
100
%
;
}
.
TB_overlayMacFFBGHack
{
background
:
url
(
macFFBgHack.png
)
repeat
;}
.
TB_overlayBG
{
background-color
:
#000
;
filter
:
alpha
(
opacity
=
75
);
-moz-
opacity
:
0.75
;
opacity
:
0.75
;
}
*
html
#
TB_overlay
{
/* ie6 hack */
position
:
absolute
;
height
:
expression
(
document
.
body
.
scrollHeight
>
document
.
body
.
offsetHeight
?
document
.
body
.
scrollHeight
:
document
.
body
.
offsetHeight
+
'px'
);
}
#
TB_window
,
.
TB_window
{
background
:
#ffffff
;
z-index
:
102
;
color
:
#000000
;
display
:
none
;
border
:
4
px
solid
#525252
;
text-align
:
left
;
position
:
absolute
;
top
:
10
px
;
left
:
10
px
;
/*position: fixed;
top:50%;
left:50%;*/
}
/** html #TB_window, * html .TB_window { /* ie6 hack */
position
:
absolute
;
margin-top
:
expression
(
0
-
parseInt
(
this
.
offsetHeight
/
2
)
+
(
TBWindowMargin
=
document
.
documentElement
&&
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
)
+
'px'
);
}
*/
#
TB_window
img
#
TB_Image
,
.
TB_window
img
#
TB_Image
{
display
:
block
;
margin
:
15
px
0
0
15
px
;
border-right
:
1
px
solid
#ccc
;
border-bottom
:
1
px
solid
#ccc
;
border-top
:
1
px
solid
#666
;
border-left
:
1
px
solid
#666
;
}
#
TB_caption
,
.
TB_caption
{
height
:
25
px
;
padding
:
7
px
30
px
10
px
25
px
;
float
:
left
;
}
#
TB_closeWindow
,
.
TB_closeWindow
{
height
:
25
px
;
padding
:
11
px
25
px
10
px
0
;
float
:
right
;
}
#
TB_closeAjaxWindow
,
.
TB_closeAjaxWindow
{
padding
:
6
px
10
px
6
px
0
px
;
/*margin-bottom: 1px;*/
text-align
:
right
;
float
:
right
;
}
#
TB_ajaxWindowTitle
,
.
TB_ajaxWindowTitle
{
float
:
left
;
padding
:
6
px
0
px
6
px
10
px
;
/*margin-bottom: 1px;*/
font-weight
:
bold
;
}
#
TB_title
,
.
TB_title
{
background-color
:
#e8e8e8
;
height
:
27
px
;
}
#
TB_ajaxContent
,
.
TB_ajaxContent
{
clear
:
both
;
padding
:
2
px
15
px
15
px
15
px
;
overflow
:
auto
;
text-align
:
left
;
line-height
:
1.4
em
;
}
#
TB_ajaxContent
.
TB_modal
,
.
TB_ajaxContent
.
TB_modal
{
padding
:
15
px
;
}
#
TB_ajaxContent
p
,
.
TB_ajaxContent
p
{
padding
:
5
px
0
px
5
px
0
px
;
}
#
TB_load
{
position
:
fixed
;
display
:
none
;
height
:
13
px
;
width
:
208
px
;
z-index
:
103
;
top
:
50
%
;
left
:
50
%
;
margin
:
-6
px
0
0
-104
px
;
/* -height/2 0 0 -width/2 */
}
*
html
#
TB_load
{
/* ie6 hack */
position
:
absolute
;
margin-top
:
expression
(
0
-
parseInt
(
this
.
offsetHeight
/
2
)
+
(
TBWindowMargin
=
document
.
documentElement
&&
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
)
+
'px'
);
}
#
TB_HideSelect
{
z-index
:
99
;
position
:
fixed
;
top
:
0
;
left
:
0
;
background-color
:
#fff
;
border
:
none
;
filter
:
alpha
(
opacity
=
0
);
-moz-
opacity
:
0
;
opacity
:
0
;
height
:
100
%
;
width
:
100
%
;
}
*
html
#
TB_HideSelect
{
/* ie6 hack */
position
:
absolute
;
height
:
expression
(
document
.
body
.
scrollHeight
>
document
.
body
.
offsetHeight
?
document
.
body
.
scrollHeight
:
document
.
body
.
offsetHeight
+
'px'
);
}
#
TB_iframeContent
,
.
TB_iframeContent
{
clear
:
both
;
border
:
none
;
margin-bottom
:
-1
px
;
/*margin-top:1px;*/
_margin-bottom
:
1
px
;
}
/* jQuery UI CSS */
/* .ui-resizable { position: relative;} */
.
ui-resizable-handle
{
position
:
absolute
;
font-size
:
0.1
px
;
z-index
:
99999
;
display
:
block
;}
.
ui-resizable-disabled
.
ui-resizable-handle
,
.
ui-resizable-autohide
.
ui-resizable-handle
{
display
:
none
;
}
.
ui-resizable-n
{
cursor
:
n-resize
;
height
:
7
px
;
width
:
100
%
;
top
:
-5
px
;
left
:
0
px
;
}
.
ui-resizable-s
{
cursor
:
s-resize
;
height
:
7
px
;
width
:
100
%
;
bottom
:
-5
px
;
left
:
0
px
;
}
.
ui-resizable-e
{
cursor
:
e-resize
;
width
:
7
px
;
right
:
-5
px
;
top
:
0
px
;
height
:
100
%
;
}
.
ui-resizable-w
{
cursor
:
w-resize
;
width
:
7
px
;
left
:
-5
px
;
top
:
0
px
;
height
:
100
%
;
}
.
ui-resizable-se
{
cursor
:
se-resize
;
width
:
12
px
;
height
:
12
px
;
right
:
1
px
;
bottom
:
1
px
;
}
.
ui-resizable-sw
{
cursor
:
sw-resize
;
width
:
9
px
;
height
:
9
px
;
left
:
-5
px
;
bottom
:
-5
px
;
}
.
ui-resizable-nw
{
cursor
:
nw-resize
;
width
:
9
px
;
height
:
9
px
;
left
:
-5
px
;
top
:
-5
px
;
}
.
ui-resizable-ne
{
cursor
:
ne-resize
;
width
:
9
px
;
height
:
9
px
;
right
:
-5
px
;
top
:
-5
px
;}
.
ui-draggable
.
TB_title
{
cursor
:
move
;
}
Event Timeline
Log In to Comment