Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4142797
ext.translate.editor.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
11 KB
Referenced Files
None
Subscribers
None
ext.translate.editor.css
View Options
.
tux-message-editor
{
position
:
relative
;
border
:
1
px
solid
#777
;
background-color
:
#fff
;
cursor
:
default
;
box-shadow
:
0
2
px
6
px
rgba
(
0
,
0
,
0
,
0.3
);
}
.
grid
.
tux-message-editor
.
close
{
background
:
no-repeat
center
center
;
/* @embed */
background-image
:
url
(
../images/close.svg
);
padding
:
16
px
;
cursor
:
pointer
;
float
:
right
;
opacity
:
0.87
;
}
.
grid
.
tux-message-editor
.
editor-info-toggle
{
padding
:
16
px
;
cursor
:
pointer
;
float
:
right
;
}
.
tux-message-editor
.
editor-contract
{
background
:
no-repeat
center
center
;
/* @embed */
background-image
:
url
(
../images/contract-ltr.svg
);
}
.
tux-message-editor
.
editor-expand
{
background
:
no-repeat
center
center
;
/* @embed */
background-image
:
url
(
../images/expand-ltr.svg
);
}
.
tux-message-editor
.
editcolumn
{
border-right
:
1
px
solid
#aaa
;
transition
:
width
0.5
s
;
background-color
:
#fff
;
z-index
:
1
;
/* Padding to have space for the arrow indicating split section */
padding-right
:
40
px
;
}
.
grid
.
tux-message-editor--expanded
.
editcolumn
{
width
:
100
%
;
padding-right
:
5
px
;
}
.
grid
.
tux-message-editor
.
tux-editor-titletools
{
/* Ignore the padding added for the arrow */
margin-right
:
-40
px
;
}
.
grid
.
tux-message-editor--expanded
.
tux-editor-titletools
{
margin-right
:
-5
px
;
}
.
grid
.
tux-message-editor
.
tux-editor-sourcemessage-container
{
position
:
relative
;
}
.
grid
.
tux-message-editor
.
tux-editor-sourcemessage-container
.
tux-editor-copy-original-button
{
position
:
absolute
;
top
:
3
px
;
right
:
-30
px
;
background
:
transparent
center
center
no-repeat
;
/* @embed */
background-image
:
url
(
../images/copy.svg
);
padding
:
16
px
;
cursor
:
pointer
;
border
:
0
;
opacity
:
0
;
}
.
grid
.
tux-message-editor--expanded
.
tux-editor-sourcemessage-container
.
tux-editor-copy-original-button
{
right
:
6
px
;
}
.
grid
.
tux-message-editor
.
tux-editor-sourcemessage-container
:
hover
.
tux-editor-copy-original-button
,
.
grid
.
tux-message-editor
.
tux-editor-sourcemessage-container
.
tux-editor-copy-original-button
:
focus
{
opacity
:
1
;
}
.
grid
.
tux-message-editor
.
tux-editor-sourcemessage-container
.
tux-editor-copy-original-button
.
copied
{
cursor
:
initial
;
background-image
:
url
(
../images/label-tick.svg
);
opacity
:
1
;
}
.
tux-message-editor
textarea
{
border
:
1
px
solid
#555
;
font-size
:
16
px
;
/* The (30px + 5px paddings) 40px for bottom is for the insertables */
padding
:
5
px
5
px
40
px
5
px
;
/* Normalize margin across skins (esp. Timeless) */
margin
:
0
;
height
:
100
px
;
min-height
:
150
px
;
overflow-y
:
auto
;
position
:
relative
;
z-index
:
100
;
/* We have automatic resizing for height, and horizontal makes no sense */
resize
:
none
;
/* Avoid weird extra space appearing at the bottom of enclosing div when
* the default value inline-block is used in Chrome.
* https://stackoverflow.com/questions/5196424/inconsistent-textarea-handling-in-browsers */
display
:
block
;
}
.
tux-editor-editsummary-block
input
{
border
:
1
px
solid
#c0c0c0
;
font-size
:
14
px
;
width
:
100
%
;
height
:
30
px
;
margin
:
5
px
0
0
;
padding
:
1
px
4
px
;
}
.
tux-editor-editsummary-block
input
:
disabled
{
background-color
:
#f8f8f8
;
}
.
tux-message-editor
.
editarea
{
position
:
relative
;
}
/* Temporary fix for T111685 */
.
grid
.
tux-message-editor
.
messagekey
{
color
:
#222
;
font-size
:
13
px
;
font-weight
:
bold
;
padding
:
5
px
0
5
px
10
px
;
cursor
:
pointer
;
}
.
tux-message-editor
.
messagekey
.
caret
{
border-top
:
4
px
solid
#222
;
border-left
:
4
px
solid
transparent
;
border-right
:
4
px
solid
transparent
;
display
:
inline-block
;
vertical-align
:
middle
;
margin
:
0
4
px
;
}
/* Temporary fix for T111685 */
.
grid
.
tux-message-editor
.
sourcemessage
{
font-size
:
18
px
;
line-height
:
1.6
em
;
padding
:
5
px
0
10
px
10
px
;
word-wrap
:
break-word
;
}
.
tux-message-editor
.
sourcemessage
.
long
{
font-size
:
16
px
;
}
.
tux-message-editor
.
sourcemessage
.
longer
{
font-size
:
14
px
;
}
.
tux-message-editor
.
shortcutinfo
{
color
:
#54595d
;
font-size
:
13
px
;
padding
:
0
5
px
5
px
10
px
;
display
:
none
;
}
@
media
screen
and
(
min-width
:
980px
)
{
.
tux-message-editor
.
shortcutinfo
{
display
:
block
;
}
}
.
tux-message-editor
.
infocolumn-block
.
infocolumn
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
left
:
10
px
;
padding
:
0
5
px
;
overflow
:
auto
;
}
/* Temporary fix for T111685 */
.
grid
.
tux-message-editor
.
infocolumn-block
{
font-size
:
12
pt
;
background
:
#fcfcfc
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
padding
:
0
;
transition
:
width
0.5
s
;
}
.
tux-message-editor__caret
::
before
,
.
tux-message-editor__caret
::
after
{
border-top
:
20
px
solid
transparent
;
border-right
:
20
px
solid
#aaa
;
border-bottom
:
20
px
solid
transparent
;
content
:
''
;
display
:
inline-block
;
left
:
-21
px
;
position
:
absolute
;
bottom
:
50
%
;
z-index
:
2
;
transition
:
visibility
0
s
0.5
s
;
}
.
tux-message-editor__caret
::
after
{
border-right
:
20
px
solid
#fcfcfc
;
left
:
-20
px
;
}
.
tux-message-editor--expanded
.
tux-message-editor__caret
::
before
,
.
tux-message-editor--expanded
.
tux-message-editor__caret
::
after
{
visibility
:
hidden
;
transition
:
visibility
0
s
0
s
;
}
.
infocolumn-block
.
infocolumn
.
message-desc-editor
{
padding
:
5
px
0
;
margin-right
:
5
px
;
}
.
tux-textarea-documentation
{
height
:
100
px
;
overflow
:
auto
;
}
.
infocolumn-block
.
infocolumn
.
message-desc
{
font-size
:
16
px
;
padding
:
5
px
0
;
margin-right
:
5
px
;
}
.
infocolumn-block
.
infocolumn
.
message-desc
.
long
{
font-size
:
14
px
;
border-bottom
:
1
px
solid
#ddd
;
}
.
infocolumn-block
.
infocolumn
.
message-desc
.
compact
{
max-height
:
100
px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.
message-desc-control
{
font-size
:
14
px
;
padding
:
3
px
0
5
px
0
;
}
.
message-desc-control
.
read-more
{
font-size
:
14
px
;
color
:
#36c
;
cursor
:
pointer
;
margin-right
:
5
px
;
}
.
message-desc-edit
{
background
:
left
center
no-repeat
;
background-image
:
/* @embed */
url
(
../images/action-edit.svg
);
background-size
:
18
px
18
px
;
padding-left
:
19
px
;
}
.
tm-suggestions-title
,
.
edit-summaries-title
,
.
in-other-languages-title
{
font-size
:
16
px
;
font-weight
:
bold
;
padding
:
10
px
0
;
}
.
edit-summaries-title
{
display
:
flex
;
}
.
edit-summaries-title
span
{
flex
:
1
;
}
.
edit-summaries-title
a
{
margin-right
:
10
px
;
font-size
:
0.75
em
;
background
:
left
center
no-repeat
;
background-image
:
url
(
../images/history.svg
);
background-size
:
18
px
18
px
;
padding-left
:
23
px
;
display
:
inline-flex
;
align-items
:
center
;
}
.
edit-summaries
ul
{
margin
:
0
0.2
em
0.3
em
0.4
em
;
}
.
edit-summaries
li
>
span
{
display
:
flex
;
white-space
:
nowrap
;
font-size
:
13
px
;
}
.
edit-summary-message
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.
edit-summary-spacer
{
font-weight
:
bold
;
padding
:
0
3
px
;
}
.
update-without-summary
{
color
:
#54595d
;
font-size
:
13
px
;
}
.
tm-suggestion
,
.
in-other-language
{
font-size
:
14
px
;
border
:
1
px
solid
#ddd
;
border-left
:
2
px
solid
#36c
;
padding
:
5
px
5
px
5
px
10
px
;
background-color
:
#f5f5f5
;
}
.
tux-tm-suggestion-source
,
.
tux-translation-aid-error
{
font-size
:
13
px
;
margin-bottom
:
15
px
;
}
.
tux-translation-aid-error
{
margin-top
:
15
px
;
margin-right
:
15
px
;
}
.
grid
.
row
.
tm-suggestion
,
.
grid
.
row
.
in-other-language
{
margin
:
0
5
px
3
px
-5
px
;
}
.
tm-suggestion
:
hover
,
.
in-other-language
:
hover
{
cursor
:
pointer
;
box-shadow
:
0
0
3
px
rgba
(
0
,
0
,
0
,
0.2
);
}
.
in-other-language
.
language
{
color
:
#54595d
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.
tux-message-editor
.
help
{
font-size
:
16
px
;
padding
:
10
px
5
px
;
}
.
tux-message-editor
.
help
a
{
font-size
:
14
px
;
padding
:
0
0
0
5
px
;
}
.
tux-message-editor
.
tux-translation-aid-disabled
:
hover
{
cursor
:
not-allowed
;
}
.
editarea
.
tux-notices-block
{
position
:
relative
;
}
.
tux-notice
{
background-color
:
#ffc
;
}
.
tux-highlight
{
background-color
:
#c9c9c9
;
}
.
tux-notice-message
{
font-size
:
14
px
;
padding
:
2
px
13
%
2
px
5
px
;
/* 24px space for icon */
padding-left
:
24
px
;
background-position
:
left
4
px
center
;
background-repeat
:
no-repeat
;
background-size
:
16
px
16
px
;
}
.
tux-notice
.
diff
{
/** Uses an older version of the clock */
background-size
:
14
px
;
background-position
:
left
5
px
center
;
}
.
tux-notice
.
diff-deletedline
,
.
tux-notice
.
diff-addedline
{
font-size
:
0.75
em
;
font-family
:
monospace
;
}
.
editarea
.
tux-more-notices
{
background-color
:
#fbf6ad
;
position
:
absolute
;
right
:
0
;
padding
:
2
px
5
px
;
text-align
:
right
;
cursor
:
pointer
;
bottom
:
0
;
font-size
:
14
px
;
}
.
tux-notice-message
.
warning
{
background-image
:
url
(
../images/label-flag.svg
);
}
.
tux-notice-message
.
error
,
.
tux-notice-message
.
translation-saving
{
background-color
:
#fee7e6
;
color
:
#b32424
;
background-image
:
url
(
../images/label-error.svg
);
}
.
tux-notice-message
.
diff
{
background-image
:
url
(
../images/label-clock.svg
);
}
.
tux-notice-message
.
show-diff-link
{
color
:
#36c
;
cursor
:
pointer
;
padding-left
:
5
px
;
}
.
tux-notice-message
.
diff
td
.
diff-marker
{
font-size
:
1.2
em
;
padding
:
0
;
}
.
editarea
.
tux-more-notices
::
before
{
content
:
''
;
border-bottom
:
1
em
solid
#fbf6ad
;
border-top
:
1
em
solid
transparent
;
border-left
:
1
em
solid
transparent
;
border-right
:
1
em
solid
#fbf6ad
;
display
:
inline-block
;
position
:
absolute
;
right
:
100
%
;
top
:
0
;
}
.
editarea
.
tux-more-notices
.
tux-has-errors
{
background-color
:
#fbb
;
}
.
editarea
.
tux-more-notices
.
tux-has-errors
::
before
{
border-bottom-color
:
#fbb
;
border-right-color
:
#fbb
;
}
.
tux-editor-request-right
{
font-size
:
13
px
;
padding
:
0
5
px
;
color
:
#54595d
;
}
.
tux-editor-ask-permission
{
padding
:
0
5
px
;
}
.
tux-editor-editarea-block
{
padding
:
0
5
px
;
}
.
tux-editor-editsummary-block
{
padding
:
0
5
px
;
}
.
tux-editor-actions-block
{
position
:
relative
;
}
/* Temporary fix for T111685 */
.
grid
.
tux-editor-actions-block
.
tux-editor-insert-buttons
{
position
:
absolute
;
/* 30px + 5px padding on bottom */
top
:
-35
px
;
margin-left
:
10
px
;
padding-right
:
20
px
;
z-index
:
110
;
}
.
tux-editor-insert-buttons
button
{
padding
:
0
5
px
;
min-width
:
30
px
;
margin-right
:
5
px
;
margin-bottom
:
5
px
;
border
:
1
px
solid
#ddd
;
background
:
#fbfbfb
;
color
:
#222
;
font-size
:
13
px
;
line-height
:
30
px
;
overflow-wrap
:
anywhere
;
}
.
tux-editor-insert-buttons
.
tux-editor-paste-original-button
{
background
:
#fbfbfb
left
center
no-repeat
;
/* @embed */
background-image
:
url
(
../images/paste.svg
);
background-size
:
16
px
16
px
;
padding-left
:
18
px
;
}
.
message-desc-editor
.
mw-ui-button
,
.
tux-editor-control-buttons
.
mw-ui-button
{
margin
:
10
px
5
px
;
}
.
sourcemessage
,
.
suggestiontext
{
white-space
:
pre-wrap
;
}
.
infocolumn
.
loading
{
color
:
#54595d
;
padding
:
10
px
;
font-size
:
14
px
;
}
.
tux-message-tools-menu
li
a
{
color
:
#54595d
;
display
:
block
;
font-size
:
14
px
;
padding
:
0
2
px
;
text-decoration
:
none
;
}
.
tux-message-tools-menu
li
a
:
hover
{
cursor
:
pointer
;
background-color
:
#f0f0f0
;
color
:
#222
;
}
.
tux-message-tools-menu
li
.
selected
{
background
:
right
no-repeat
;
/* @embed */
background-image
:
url
(
../images/label-tick.svg
);
color
:
#222
;
}
/*
* Hide the cancel button by default, but show it in the last message.
* !important is used to override the button styling in ULS.
*/
.
tux-editor-cancel-button
{
display
:
none
!important
;
}
.
last-message
.
tux-editor-cancel-button
{
display
:
inline-block
!important
;
}
.
last-message
.
tux-editor-skip-button
{
display
:
none
;
}
.
shortcut-popup
{
width
:
18
px
;
height
:
18
px
;
line-height
:
18
px
;
overflow
:
hidden
;
font-size
:
13
px
;
text-align
:
center
;
border
:
1
px
dashed
#808080
;
border-radius
:
100
%
;
z-index
:
110
;
background-color
:
#fff
;
padding
:
3
px
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 19 2026, 16:32 (4 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
79/54/e90dcf351b9a24b1efa3e5b1c45d
Default Alt Text
ext.translate.editor.css (11 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment