Caused the logo (which is a link to the main page) to become unclickable.
This reverts commit 909aed33cb.
Bug: T171195
Change-Id: I3e215ef493568222bd4c2e0dbffc0da74241673a
Follows-up (r2881, b52a2a1567). Logical backport of Vector
patch Ifb99ff36e3a (T170053).
The logo was given a higher z-index than the content, presumably
with the intent to avoid user-generated content from being able
to obscure the logo. However, setting z-index here is redundant
given #p-logo (in #column-one) is after #column (in #column-content)
which already has `position: relative` and z-index set to give it its
own stacking context that can never exceed its stack (except for
weird things - T40848).
If this z-index was needed, then it would indeed only work if
position is set to relative or absolute. Picking "absolute" in
that case would cause the logo to be taken out of the layout flow,
hence the padding on #column-one.
Remove it all, in favour of natural flow. Keep the 5px distance
by using margin-bottom (160-155=5).
Commit is a visual no-op (pixel-for-pixel identical).
Bug: T170053
Change-Id: I156c54e1dd08a1c848d1c5ec9a5a9c9f85d8680a
After I074688562e4da8c7c32d9f2bae67cd601e9b5f65 in core we no longer
need a custom style here.
Bug: T134515
Change-Id: I923ca72be187497c254132bb73a35d2548981d9d
This text no longer shows IPv6 addresses, so no need to override the
text-transform. Also put this text in a WCAG AA-compliant gray colour.
Change-Id: Ic337bfad2c2a818947fc1cbc7b4de5f245dd5a1d
This only makes it more difficult to change the padding
of links in the personal tools, because you have to override
it twice.
Change-Id: Ic158f06b982deea250f15d3be2b3694078042a44
This rule prevents any background icons to be shown next to personal
tools links in MonoBook, and more specifically, it prevents OOUI-style
icons (which are all embedded background-urls) from being shown.
It doesn't seem to have any actual purpose.
Change-Id: Idc0044c98e4414f57faaaa3e847504873c18c69b
It has some children with high z-indices, we don't want them to cover
elements appended at the end of the <body> (search suggestions, dialog
overlays, and such).
Bug: T73650
Change-Id: I6fb08bb1448093227017666c86980a1365835482
* Renames the classes being applied to div#content and div#bodyContent
to match that of Vector.
* See also Id0228fa839ef80b0b3bfee in mediawiki-core.
Change-Id: I0c889950e618b2afa6332c4c56b5531744526e72
Core module reduces the amount of duplicated code across skins,
see core change-id: I8ecbc827f2b05aec79401ac4962fcc15387c8ad8.
Change-Id: Icb4683f0382c9b2984db5293cd01f715c5320552