Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112956
ext.translate.messagetable.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
ext.translate.messagetable.less
View Options
@
import
'mediawiki.skin.variables.less'
;
@
import
'mediawiki.mixins.less'
;
/* Default colors */
.
tux-messagelist
{
background-color
:
#f8f9fa
;
color
:
@
color
-
base
;
max-width
:
800
px
;
}
.
grid
.
ext-translate-container
.
row
{
min-width
:
300
px
!important
;
}
@
media
screen
and
(
max-width
:
600px
)
{
.
grid
.
ext-translate-container
.
tux-messagelist
.
tux-list-message
{
width
:
100
%
;
}
.
tux-list-status
,
.
tux-list-edit
{
display
:
none
;
}
}
.
tux-message
{
height
:
auto
;
cursor
:
pointer
;
}
/* The "block" views of page mode and proofreading mode have 0 margin on
* .tux-message. To make the actual editor be of same width, set 0 margin on
* the open editor (overriding the -5px set by the grid) */
.
grid
.
tux-message
.
open
{
margin
:
0
auto
;
}
.
tux-message-item
{
line-height
:
50
px
;
height
:
50
px
;
overflow
:
hidden
;
margin-right
:
5
px
!important
;
margin-left
:
5
px
!important
;
vertical-align
:
middle
;
border-bottom
:
@
border
-
subtle
;
background
:
@
background-color
-
base
;
}
.
tux-message-item
.
translated
,
.
tux-message-item
.
translated
:
hover
,
.
tux-message-item
.
proofread
,
.
tux-message-item
.
proofread
:
hover
{
background-color
:
#f0f0f0
;
}
.
tux-message-item
:
hover
{
background-color
:
#f8f8f8
;
}
.
tux-list-status
span
,
.
tux-list-edit
{
padding
:
5
px
;
/* 15px space for icon */
padding-left
:
20
px
;
/* Do not combine these two, unless you also fix the
* tux-status-* styles below. That includes you, Siebrand ;)
*/
background-position
:
left
;
background-repeat
:
no-repeat
;
}
.
tux-info
{
background-color
:
#f0f0f0
;
}
.
tux-list-source
{
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
unicode-bidi
:
-webkit-
isolate
;
unicode-bidi
:
-moz-
isolate
;
unicode-bidi
:
isolate
;
}
.
tux-list-translation
{
color
:
@
color
-
subtle
;
white-space
:
nowrap
;
padding-left
:
5
px
;
text-overflow
:
ellipsis
;
unicode-bidi
:
-webkit-
isolate
;
unicode-bidi
:
-moz-
isolate
;
unicode-bidi
:
isolate
;
}
.
tux-list-message
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.
tux-status-unsaved
{
background-image
:
url
(
../images/label-pen.svg
);
}
.
tux-status-translated
,
.
tux-status-proofread
{
background-image
:
url
(
../images/label-tick.svg
);
}
.
tux-status-fuzzy
{
background-image
:
url
(
../images/label-clock.svg
);
}
.
tux-list-edit
a
{
background-image
:
url
(
../images/action-edit.svg
);
background-position
:
left
center
;
background-repeat
:
no-repeat
;
background-size
:
18
px
18
px
;
padding-left
:
19
px
;
}
.
tux-messagetable-loader
{
color
:
@
color
-
subtle
;
padding
:
15
px
;
top
:
0
;
background
:
#f0f0f0
16
px
50
%
;
box-shadow
:
0
1
px
4
px
rgba
(
0
,
0
,
0
,
0.3
),
0
0
20
px
rgba
(
0
,
0
,
0
,
0.1
)
inset
;
}
.
tux-messagetable-loader-info
{
padding-left
:
46
px
;
font-size
:
25
px
;
}
.
tux-action-bar
{
background-color
:
#f0f0f0
;
color
:
@
color
-
base
;
box-shadow
:
0
2
px
6
px
rgba
(
0
,
0
,
0
,
0.3
);
transition
:
width
250
ms
;
}
@
media
screen
and
(
min-height
:
600px
)
{
.
tux-action-bar
{
border-top
:
1
px
solid
#ddd
;
position
:
sticky
;
bottom
:
0
;
z-index
:
200
;
}
}
.
tux-action-bar
.
tux-statsbar
{
position
:
relative
;
/**
* Center the statsbar. The center is calculated based on the parent
* height (50px) and subtracting the height of the statsbar (5px) and
* then taking the half of that value.
*/
top
:
22
px
;
}
.
tux-action-bar
.
tux-view-switcher
{
padding
:
0
5
px
;
}
.
tux-action-bar
button
{
min-height
:
40
px
;
font-size
:
14
px
;
margin
:
5
px
0
;
cursor
:
pointer
;
background-color
:
#e6e6e6
;
font-weight
:
bold
;
line-height
:
1
;
background-image
:
linear-gradient
(
#f0f0f0
,
#e6e6e6
);
border
:
@
border
-
subtle
;
}
.
tux-action-bar
button
:
hover
{
background-color
:
#f0f0f0
;
background-image
:
linear-gradient
(
#f8f8f8
,
#f0f0f0
);
}
.
tux-action-bar
button
:
active
,
.
tux-action-bar
button
.
down
{
background
:
#222
;
color
:
@
color
-
inverted
;
}
.
tux-action-bar
button
.
disabled
,
.
tux-action-bar
button
.
disabled
:
hover
{
color
:
#c9c9c9
;
cursor
:
default
;
background-color
:
#f0f0f0
;
border-color
:
#e3e3e3
;
}
.
tux-view-switcher
button
{
padding
:
0
2
px
0
0
;
}
.
tux-view-switcher
button
:
first-child
{
border-radius
:
3
px
0
0
3
px
;
border-right
:
0
;
}
.
tux-view-switcher
button
:
last-child
{
border-radius
:
0
3
px
3
px
0
;
border-left
:
0
;
}
.
tux-view-switcher
button
::
before
{
content
:
''
;
height
:
15
px
;
width
:
25
px
;
display
:
inline-block
;
vertical-align
:
bottom
;
}
.
tux-action-bar
.
translate-mode-button
{
width
:
30
%
;
}
.
tux-action-bar
.
translate-mode-button
::
before
{
background-image
:
url
(
../images/view-list.svg
);
}
.
tux-action-bar
.
translate-mode-button
.
down
::
before
{
background-image
:
url
(
../images/view-list-hi.svg
);
}
.
tux-action-bar
.
page-mode-button
{
width
:
30
%
;
}
.
tux-action-bar
.
page-mode-button
::
before
{
background-image
:
url
(
../images/view-page.svg
);
}
.
tux-action-bar
.
page-mode-button
.
down
::
before
{
background-image
:
url
(
../images/view-page-hi.svg
);
}
.
tux-action-bar
.
proofread-mode-button
{
width
:
36
%
;
}
.
tux-action-bar
.
proofread-mode-button
::
before
{
background-image
:
url
(
../images/view-proofread.svg
);
}
.
tux-action-bar
.
proofread-mode-button
.
down
::
before
{
background-image
:
url
(
../images/view-proofread-hi.svg
);
}
.
tux-message-filter-result
{
color
:
@
color
-
base
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
border-bottom
:
@
border
-
subtle
;
background
:
#fff5aa
;
padding
:
5
px
;
&
button
{
background
:
inherit
;
}
}
.
tux-empty-list
{
padding
:
20
px
;
}
.
tux-empty-list-header
{
font-size
:
25
px
;
padding
:
5
px
0
;
}
.
tux-empty-list-guide
{
color
:
@
color
-
subtle
;
font-size
:
15
px
;
padding
:
5
px
0
;
}
.
tux-empty-list-actions
{
font-size
:
15
px
;
padding
:
8
px
0
;
}
.
tux-empty-list-actions
a
{
cursor
:
pointer
;
margin
:
0
10
px
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 23:07 (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
80/f3/f07db488307d1aa1d0c9fc190aee
Default Alt Text
ext.translate.messagetable.less (5 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment