Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111872
tables.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
tables.less
View Options
//
Tables
@
import
'mediawiki.mixins.less'
;
@
import
'../../../minerva.less/minerva.variables.less'
;
@
import
'../../../minerva.less/minerva.mixins.less'
;
//
FIXME
:
Upstream
to
ResourceLoader
/
SkinModule
content-tables
styles
[
T359888
]
//
These
are
only
intended
for
smaller
screens
.
//
This
avoids
having
to
undo
them
from
another
media
query
,
//
by
putting
the
original
in
a
media
query
instead
.
//
This
also
avoids
having
a
reset
with
too-high
specificity
,
which
//
would
break
unrelated
styles
from
core
and
extensions
.
@
media
all
and
(
max-width
:
@
max-width-breakpoint-mobile
)
{
.
content
{
table
{
display
:
block
;
width
:
100
%
!important
;
box-sizing
:
border-box
;
&.wikitable
{
//
Remove
the
outer
table
border
as
the
table
container
may
be
//
wider
than
all
the
cells
(T206762).
In
most
cases
the
table
//
border
is
not
visible
anyway
due
to
border-collapse.
border
:
0
;
}
}
caption
{
display
:
block
;
}
}
}
.
content
{
table
{
margin
:
1
em
0
;
/* following 4 rules are needed for scrolling */
overflow
:
auto
;
/* for browsers that don't support overflow-y */
overflow
:
auto
hidden
;
}
caption
{
font-weight
:
bold
;
text-align
:
left
;
}
}
//
Overrides
for
ResourceLoaderSkinModule
"content"
.
.
wikitable
{
//
We
only
style
cells
that
are
direct
children
of
the
wikitable
table
since
//
table
tags
may
be
used
for
non-table
purposes
within
the
cells.
>
tr
>
th,
>
tr
>
td,
>
*
>
tr
>
th,
>
*
>
tr
>
td
{
//
content-tables
uses
0.2em
0.4em.
Can
these
be
consolidated?
padding
:
0.2
em
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:34 (1 h, 45 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ca/e3/605a1d45d5603ade6ab64e41df59
Default Alt Text
tables.less (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment