From 28aacac8350dd301eed779ff82ebb9e342491de0 Mon Sep 17 00:00:00 2001 From: TranTheTrung Date: Wed, 26 May 2021 20:22:55 +0700 Subject: [PATCH] Update screen-common.less --- skins/Timeless/resources/screen-common.less | 44 ++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/skins/Timeless/resources/screen-common.less b/skins/Timeless/resources/screen-common.less index 3af1e269..e090a496 100644 --- a/skins/Timeless/resources/screen-common.less +++ b/skins/Timeless/resources/screen-common.less @@ -130,10 +130,52 @@ button span.oo-ui-labelElement-label { #mw-site-navigation { display:none; - .nav-block(); + .box; + line-height: 1.125; + word-wrap: break-word; + font-size: 0.95em; + padding: 1em 1.5em 0; width: 14em; position: fixed; z-index: 8; + + ul, li { + list-style: none; + margin: 0; + padding: 0; + } + + h3 { + font-weight: bold; + font-size: 18px; + margin: 0.25em 0 0.75em 0; + padding-bottom: 0.5em; + border-bottom: solid 2px @base-red; + } + + .mw-portlet-body { + margin-bottom: 1em; + } + + li { + padding: 0.25em 0; + display: flex; + align-items: center; + + &:before { + content: ''; + width: 10px; + height: 10px; + flex: 0 0 10px; + border-radius: 50%; + background: @base-red; + margin-right: 6px; + } + } + + a { + color: @base-black; + } } /* Header */