From 10f34d8fd54ec876ab507b11994ebb643edf77d6 Mon Sep 17 00:00:00 2001 From: Khaganat Date: Wed, 27 Nov 2024 18:53:01 +0100 Subject: [PATCH] =?UTF-8?q?Css=20:=20diverses=20am=C3=A9liorations=20mineu?= =?UTF-8?q?res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index ffc921d..1e22047 100644 --- a/css/index.css +++ b/css/index.css @@ -270,10 +270,12 @@ summary { margin: 0; } .buttonlist details > summary::before { - content: "▼"; + content: "✚"; + transition: transform 0.3s ease; } .buttonlist details[open] > summary::before { - content: "▲"; + content: "➖"; + transform: rotate(180deg); } /* Define strong as bold, and em as italics */ @@ -1172,6 +1174,8 @@ generic_menu .dropmenu .subsections ul li a { .buttonlist, .buttonrow, .pagelinks { z-index: 100; padding: 5px 0 5px 0; + display: flex; + flex-wrap: nowrap; } .sceditor-button { border-bottom: none; @@ -1220,6 +1224,7 @@ html[lang="el-GR"] .inline_mod_check { .pagesection .button { color: var(--color4); margin: 0 .2em; + height: 100%; } /* the active one */ @@ -3192,7 +3197,8 @@ dl.addrules dt.floatleft { } .popup_heading { padding: 10px 8px; - color: var(--mmf-color); + color: var(--neutral-light-color); + background-color: var(--mmf-color); } .popup_content { color: #222; @@ -4161,7 +4167,8 @@ div.cat_bar { background: var(--neutral-light-color); /*border: 1px solid #c5c5c5; box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);*/ - overflow: auto; + overflow: inherit; + padding-bottom: 1em; } /* TitleBar & SubBar */ .title_bar { @@ -4894,3 +4901,26 @@ img.theme_thumbnail { top:0; } +/* Partie "Notify" revue */ +.buttonlist details { +background: var(--neutral-color); +border-radius: 3px; +} +.buttonlist details > summary { +display: flex; +justify-content: start; +} +.buttonlist details > summary a { +margin: 0; + padding: 0; +} + +.buttonlist details ul { +margin: 0 1em 1em 1em; +} + +.buttonlist details ul li a { +border-bottom-style: none; +} +/*☰ +margin, padding*/