Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894701
tokenizer.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
3 KB
Referenced Files
None
Subscribers
None
tokenizer.css
View Options
/**
* @provides aphront-tokenizer-control-css
* @requires aphront-typeahead-control-css
* @requires phui-tag-view-css
*/
body
div
.
jx-tokenizer
{
background
:
transparent
;
position
:
relative
;
width
:
100
%
;
overflow
:
hidden
;
}
body
div
.
jx-tokenizer-container
{
position
:
relative
;
display
:
block
;
padding
:
0
0
2
px
0
;
min-height
:
30
px
;
height
:
auto
;
}
var
.
jx-tokenizer-metrics
{
position
:
absolute
;
left
:
20
px
;
top
:
20
px
;
}
body
input
.
jx-tokenizer-input
{
border
:
1
px
solid
transparent
;
border-width
:
1
px
0
px
;
padding
:
3
px
;
outline
:
none
;
float
:
left
;
width
:
100
%
;
border-shadow
:
none
;
box-shadow
:
none
;
-webkit-
box-shadow
:
none
;
font-size
:
{$
normalfontsize
}
;
color
:
#
333
;
height
:
26px
;
background
:
transparent
;
}
body
input
.
jx-tokenizer-input
:
focus
{
box-shadow
:
none
;
-webkit-
box-shadow
:
none
;
border-color
:
transparent
;
}
body
input
.
jx-typeahead-placeholder
{
margin-left
:
4
px
;
color
:
{$
greytext
}
;
}
a
.
jx-tokenizer-x
{
margin-left
:
4
px
;
color
:
{$
bluetext
}
;
float
:
right
;
}
a
.
jx-tokenizer-x
:
hover
{
color
:
{$
darkbluetext
}
;
text-decoration
:
none
;
}
a
.
jx-tokenizer-token
{
padding
:
1
px
6
px
;
border
:
1
px
solid
{$
lightblueborder
}
;
margin
:
3px
2px
0
4px
;
background-color
:
{
$sh-bluebackground
}
;
float
:
left
;
cursor
:
pointer
;
border-radius
:
3px
;
color
:
{
$sh-bluetext
}
;
/* See T13495. Certain Chinese glyphs can cause layout artifacts unless
we're fairly aggressive about specifying element sizing. */
line-height
:
18px
;
min-height
:
20px
;
max-height
:
20px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
max-width
:
95
%;
}
a
.
jx-tokenizer-token
:
hover
{
text-decoration
:
none
;
border-color
:
{$
sh-blueborder
}
;
}
.
jx-tokenizer-token
.
phui-icon-view
{
display
:
inline-block
;
margin
:
2
px
4
px
-3
px
0
;
color
:
{$
sh-blueicon
}
;
}
a
.
jx-tokenizer-token-function
{
border-color
:
{$
sh-lightgreyborder
}
;
background
:
{
$page.content
}
;
}
a
.
jx-tokenizer-token-function
:
hover
{
background
:
{$
page
.
content
}
;
}
a
.
jx-tokenizer-token-disabled
{
background-color
:
{$
sh-disabledbackground
}
;
border-color
:
{
$sh-lightdisabledborder
}
;
color
:
{
$sh-disabledtext
}
;
}
a
.
jx-tokenizer-token-disabled
:
hover
{
border-color
:
{$
sh-disabledborder
}
;
background-color
:
{
$sh-disabledbackground
}
;
}
.
jx-tokenizer-token-disabled
.
phui-icon-view
{
color
:
{$
sh-disabledicon
}
;
}
a
.
jx-tokenizer-token-invalid
{
border-color
:
{$
sh-lightredborder
}
;
background
:
{
$sh-redbackground
}
;
color
:
{
$sh-redtext
}
;
}
a
.
jx-tokenizer-token-invalid
:
hover
{
border-color
:
{$
sh-redborder
}
;
background
:
{
$sh-redbackground
}
;
}
.
jx-tokenizer-token-invalid
.
phui-icon-view
{
color
:
{$
sh-redicon
}
;
}
.
tokenizer-result
{
position
:
relative
;
padding
:
5
px
8
px
5
px
28
px
;
}
.
tokenizer-result
.
phui-icon-view
{
display
:
inline-block
;
width
:
24
px
;
height
:
24
px
;
position
:
absolute
;
top
:
5
px
;
left
:
8
px
;
}
.
tokenizer-result-closed
{
color
:
{$
greytext
}
;
}
.
tokenizer-closed
{
margin-top
:
2
px
;
}
.
jx-tokenizer-frame
.
button
.
tokenizer-browse-button
{
display
:
none
;
}
.
jx-tokenizer-frame
.
has-browse
.
button
.
tokenizer-browse-button
{
display
:
block
;
}
.
jx-tokenizer-frame
.
has-browse
{
position
:
relative
;
}
.
jx-tokenizer-frame
.
has-browse
div
.
jx-tokenizer-container
{
padding-right
:
32
px
;
}
.
button
.
tokenizer-browse-button
{
position
:
absolute
;
top
:
1
px
;
right
:
1
px
;
bottom
:
1
px
;
border-radius
:
0
;
border-right
:
none
;
border-top
:
none
;
border-bottom
:
none
;
padding
:
0
;
width
:
30
px
;
border-top-right-radius
:
3
px
;
border-bottom-right-radius
:
3
px
;
}
.
button
.
tokenizer-browse-button
.
phui-icon-view
{
top
:
7
px
;
left
:
9
px
;
position
:
absolute
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 20:18 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128381
Default Alt Text
tokenizer.css (3 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment