Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4092231
jquery.ime.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
jquery.ime.css
View Options
.
imeselector
{
position
:
absolute
;
/* @embed */
background-image
:
url
(
../images/ime-active.svg
);
background-color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-position
:
left
3
px
center
;
background-repeat
:
no-repeat
;
min-height
:
15
px
;
font-size
:
small
;
padding
:
2
px
2
px
1
px
20
px
;
box-shadow
:
0
1
px
3
px
0
#777
;
margin-top
:
0
;
text-align
:
left
;
font-family
:
sans-serif
;
white-space
:
nowrap
;
z-index
:
1000
;
}
.
imeselector
:
hover
{
box-shadow
:
0
1
px
3
px
0
#565656
;
border-top
:
0
;
background-color
:
rgba
(
255
,
255
,
255
,
0.85
);
}
.
imeselector
a
,
.
ime-disable
{
cursor
:
pointer
;
text-decoration
:
none
;
outline
:
0
;
color
:
#222
;
line-height
:
1
em
;
padding-top
:
4
px
;
padding-bottom
:
4
px
;
}
.
ime-setting-caret
{
margin-left
:
2
px
;
margin-top
:
8
px
;
border-left
:
4
px
solid
transparent
;
border-right
:
4
px
solid
transparent
;
border-top
:
4
px
solid
#565656
;
content
:
''
;
display
:
inline-block
;
height
:
0
;
vertical-align
:
top
;
width
:
0
;
}
span
.
ime-disable-link
{
padding-left
:
20
px
;
white-space
:
nowrap
;
}
span
.
ime-disable-shortcut
{
text-align
:
right
;
margin-left
:
10
px
;
color
:
#888
;
font-size
:
smaller
;
padding-right
:
4
px
;
}
.
ime-list-title
,
.
ime-lang-title
{
color
:
#39d
;
border-bottom
:
solid
1
px
#39d
;
text-align
:
left
;
font-size
:
larger
;
font-weight
:
normal
;
padding-bottom
:
5
px
;
padding-left
:
20
px
;
padding-top
:
9
px
;
margin
:
0
0
1
px
;
}
.
ime-language-list-wrapper
{
position
:
relative
;
padding
:
0
;
display
:
block
;
overflow-y
:
auto
;
max-height
:
150
px
;
}
.
imeselector-menu
{
background-color
:
#fff
;
background-clip
:
padding-box
;
position
:
absolute
;
top
:
14
px
;
right
:
0
;
display
:
none
;
float
:
left
;
margin-top
:
13
px
;
min-width
:
160
px
;
padding
:
0
;
border
:
1
px
solid
#a2a9b1
;
border-radius
:
2
px
;
box-shadow
:
0
5
px
10
px
rgba
(
0
,
0
,
0
,
0.2
);
text-align
:
left
;
}
.
imeselector-menu
.
ime-right
{
right
:
auto
;
}
.
imeselector-menu
ul
{
width
:
100
%
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
}
/* The triangle shaped callout */
.
imeselector-menu
::
before
{
border-bottom
:
7
px
solid
#a2a9b1
;
border-left
:
7
px
solid
transparent
;
border-right
:
7
px
solid
transparent
;
content
:
''
;
display
:
inline-block
;
right
:
9
px
;
position
:
absolute
;
top
:
-7
px
;
}
.
imeselector-menu
.
ime-right
::
before
{
right
:
auto
;
left
:
9
px
;
}
.
imeselector-menu
::
after
{
border-bottom
:
6
px
solid
#fff
;
border-left
:
6
px
solid
transparent
;
border-right
:
6
px
solid
transparent
;
content
:
''
;
display
:
inline-block
;
right
:
10
px
;
position
:
absolute
;
top
:
-6
px
;
}
.
imeselector-menu
.
ime-right
::
after
{
right
:
auto
;
left
:
10
px
;
}
.
imeselector-menu
.
ime-position-top
::
before
{
border-bottom
:
0
;
border-top
:
7
px
solid
#a2a9b1
;
top
:
auto
;
bottom
:
-7
px
;
}
.
imeselector-menu
.
ime-position-top
::
after
{
border-bottom
:
0
;
border-top
:
6
px
solid
#fff
;
top
:
auto
;
bottom
:
-6
px
;
}
.
imeselector-menu
.
ime-checked
{
/* @embed */
background-image
:
url
(
../images/tick.svg
);
background-position
:
left
4
px
center
;
background-repeat
:
no-repeat
;
}
.
imeselector-menu
.
ime-help-link
{
background-color
:
#f0f0f0
;
border-radius
:
0
0
2
px
2
px
;
border-top
:
1
px
solid
#ddd
;
margin-top
:
6
px
;
padding
:
2
px
0
;
color
:
#444
;
}
.
imeselector-menu
.
ime-help-link
>
a
:
hover
{
background-color
:
#f0f0f0
;
color
:
#000
;
}
.
imeselector-menu
.
selectable-row-item
{
color
:
#333
;
display
:
block
;
padding-left
:
20
px
;
padding-right
:
20
px
;
font-weight
:
normal
;
outline
:
0
;
white-space
:
nowrap
;
position
:
relative
;
}
.
imeselector-menu
.
selectable-row
{
cursor
:
pointer
;
}
.
imeselector-menu
.
selectable-row
:
hover
{
background-color
:
#f0f0f0
;
}
.
ime-open
{
z-index
:
1000
;
display
:
block
;
}
.
imeselector-menu
li
{
position
:
relative
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 18 2026, 12:08 (4 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ea/37/6331869718931955eb4d225cbde1
Default Alt Text
jquery.ime.css (3 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment