Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4109495
screen-mobile.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
screen-mobile.less
View Options
/*
** Mobile styles for MonoBook
*/
@
import
'variables.less'
;
@
import
'mediawiki.mixins.less'
;
#
column-content
{
padding-top
:
6
em
;
}
.
mw-body
{
border-right
:
0
;
border-left
:
0
;
}
/*
** Navigation
*/
.
menu-toggle
{
display
:
block
;
width
:
@
block
-
size
;
height
:
@
block
-
size
;
background
:
@
content
-
background
;
border
:
solid
1
px
@
orange
-
border
;
box-sizing
:
border-box
;
background-position
:
50
%
50
%
;
background-repeat
:
no-repeat
;
z-index
:
4
;
}
#
sidebar-toggle
{
background-image
:
url
(
images/icon-triangle-down.svg
);
position
:
absolute
;
top
:
@
top
-
position
;
left
:
1
em
;
}
#
p-personal-toggle
{
background-image
:
url
(
images/icon-user.svg
);
position
:
absolute
;
top
:
@
top
-
position
;
right
:
1
em
;
}
#
globalWrapper-toggle
{
background-image
:
url
(
images/icon-triangle-up.svg
);
margin
:
1
em
auto
;
}
/*
** search
*/
#
p-search
{
position
:
absolute
;
z-index
:
3
;
top
:
@
top
-
position
;
left
:
0
;
width
:
100
%
;
padding
:
0
@
block
-
size
+
20
px
;
box-sizing
:
border-box
;
h3
{
.mixin-screen-reader-text()
;
}
}
#
searchBody
{
border
:
solid
1
px
@
orange
-
border
;
background-color
:
@
content
-
background
;
height
:
@
block
-
size
;
box-sizing
:
border-box
;
}
#
searchform
{
position
:
relative
;
width
:
100
%
;
padding
:
3
px
42
px
3
px
9
px
;
box-sizing
:
border-box
;
}
#
searchInput
{
width
:
100
%
;
height
:
@
block
-
size
-
8
px
;
border
:
solid
1
px
@
content
-
border
;
padding
:
0
0.25
em
;
box-sizing
:
border-box
;
}
#
searchButton
{
position
:
absolute
;
box-sizing
:
border-box
;
top
:
1
px
;
right
:
6
px
;
height
:
@
block
-
size
-
4
px
;
width
:
@
block
-
size
;
text-indent
:
-99999
px
;
border
:
0
;
background
:
none
;
background-image
:
url
(
images/icon-search.svg
);
background-position
:
50
%
50
%
;
background-repeat
:
no-repeat
;
cursor
:
pointer
;
}
#
mw-searchButton
{
display
:
none
;
}
/*
** site nav, nojs layout
*/
.
client-nojs
{
#p-cactions,
#p-personal,
#sidebar
.generated-sidebar,
#p-tb,
#p-lang
{
margin
:
1
em
;
overflow
:
visible
;
.pBody
{
border
:
solid
1
px
@
content
-
border
;
background
:
@
content
-
background
;
padding
:
0.5
em
;
}
ul
{
margin
:
0
;
}
li
{
display
:
inline-block
;
border-left
:
solid
1
px
@
content
-
border
;
padding
:
0
0.5
em
;
white-space
:
nowrap
;
&:first-child
{
border-left
:
0
;
padding-left
:
0
;
}
//
wtf
echo
&
#
pt-notifications-alert
,
&
#
pt-notifications-notice
{
border-left
:
0
;
}
&
.
selected
{
font-weight
:
bold
;
a
{
color
:
@
color
-
base
;
}
}
}
h3
{
font-weight
:
normal
;
}
}
}
/*
** fake cactions
*/
#
p-cactions-mobile
{
position
:
absolute
;
top
:
3.75
em
;
left
:
0
;
padding
:
0
1
em
;
width
:
100
%
;
box-sizing
:
border-box
;
h3
{
display
:
none
;
}
ul
{
margin
:
0
;
list-style
:
none
;
}
li
{
display
:
inline-block
;
border
:
1
px
solid
@
content
-
border
;
border-bottom
:
0
;
margin-right
:
0.5
em
;
height
:
2.5
em
;
//
The
mobile
icon
cactions
tabs
a
{
display
:
block
;
position
:
relative
;
width
:
1
em
;
padding
:
0.5
em
1
em
0.75
em
;
background-color
:
#fbfbfb
;
background-image
:
url
(
images/icon-page.svg
);
background-position
:
50
%
50
%
;
background-repeat
:
no-repeat
;
text-transform
:
lowercase
;
text-indent
:
-99999
px
;
}
&
#
ca-talk-mobile
a
{
background-image
:
url
(
images/icon-chat.svg
);
}
&
#
ca-more
{
border
:
0
;
a
{
background-color
:
transparent
;
background-image
:
url
(
images/icon-triangle-ltr.svg
);
background-position
:
100
%
40
%
;
text-indent
:
0
;
padding-left
:
0.5
em
;
padding-right
:
1.35
em
;
width
:
auto
;
}
}
&
#
ca-languages
a
{
background-image
:
url
(
images/icon-globe.svg
);
}
&
#
ca-tools
a
{
background-image
:
url
(
images/icon-tools.svg
);
}
&
.
selected
{
border-color
:
@
orange
-
border
;
font-weight
:
bold
;
}
&
.
selected
a
,
&
:
hover
a
{
z-index
:
3
;
background-color
:
@
content
-
background
;
text-decoration
:
none
;
}
&
#
ca-languages
,
&
#
ca-tools
{
float
:
right
;
margin-right
:
0
;
margin-left
:
0.5
em
;
}
}
}
/*
** footer
*/
.
mw-footer
li
{
margin-left
:
0
;
}
#
f-poweredbyico
,
#
f-copyrightico
{
display
:
inline-block
;
margin
:
0
0.5
em
1
em
;
}
/*
** images
*/
div
.
thumb
{
float
:
none
;
margin
:
1
em
auto
;
}
div
.
tright
{
margin-left
:
0
;
padding-left
:
0
;
}
div
.
tleft
{
margin-right
:
0
;
padding-right
:
0
;
}
.
thumbinner
{
width
:
100
%
!important
;
/* stylelint-disable-line declaration-no-important */
box-sizing
:
border-box
;
}
.
monobook-body
{
overflow
:
auto
;
}
/*
** table of contents
*/
#
toc
,
.
toc
,
.
mw-warning
{
width
:
100
%
;
box-sizing
:
border-box
;
}
.
nomobile
{
display
:
none
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 21:06 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/53/b68f2bc043c20f411806a9876e26
Default Alt Text
screen-mobile.less (4 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment