Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4120887
ext.translate.navitoggle.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
936 B
Referenced Files
None
Subscribers
None
ext.translate.navitoggle.less
View Options
/**
* Introduces a toggle icon than can be used to hide navigation menu in vector
* @author Niklas Laxström
* @license GPL-2.0-or-later
*/
@
import
'mediawiki.skin.variables.less'
;
@
import
'mediawiki.mixins.less'
;
.
tux-navitoggle
{
.cdx-mixin-css-icon(
@cdx-icon-double-chevron-start,
@color-subtle
)
;
height
:
40
px
;
position
:
absolute
;
top
:
0
;
z-index
:
@
z-index
-
top
;
cursor
:
pointer
;
}
.
tux-navi-minilogo
{
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
a
{
width
:
40
px
;
height
:
40
px
;
background-size
:
30
px
;
display
:
block
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
}
}
.
tux-navi-collapsed
{
.tux-navitoggle
{
.cdx-mixin-css-icon(
@cdx-icon-double-chevron-end,
@color-subtle
)
;
height
:
40
px
;
left
:
40
px
!important
;
}
#
mw-panel
{
display
:
none
;
}
#
content
{
margin-left
:
0
;
}
#
left-navigation
{
left
:
0
;
}
.
tux-navi-minilogo
{
display
:
block
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 04:17 (4 d, 16 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
64/dd/36dd900e535abb80d584af5a2e89
Default Alt Text
ext.translate.navitoggle.less (936 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment