Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4142019
skin-responsive.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
700 B
Referenced Files
None
Subscribers
None
skin-responsive.less
View Options
@
import
'variables.less'
;
@
import
'mediawiki.mixins.less'
;
/**
* Styles for responsive version of MonoBook.
* IMPORTANT: These must not be merged with screen-common.less
* Doing so will confuse the LESS compiler and it will de-duplicate shared styles
* resulting in the breaking of responsive mode.
* See https://github.com/wikimedia/less.php/issues/69 for more information.
*/
@
media
screen
{
//
Must
only
apply
when
the
skin-responsive
class
is
on
the
body
element
.
body
.
skin--responsive
{
//
These
styles
are
not
used
at
mobile
resolution.
@media
(
min-width
:
551
px
)
{
@
import
'screen-desktop.less'
;
}
@
media
(
max-width
:
550px
)
{
@
import
'screen-mobile.less'
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 19 2026, 16:11 (4 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/cd/c13e7baa924f35ed930bad4fabb6
Default Alt Text
skin-responsive.less (700 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment