Template
Pagetabs/pagetabsmore/style.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
/*prefixindex*/ | /*prefixindex*/ | ||
.more-dropdown-content .mw-prefixindex-body | .more-dropdown-content ul.mw-prefixindex-body { | ||
list-style:none; | list-style:none; | ||
margin:0; | margin:0; | ||
} | } | ||
.more-dropdown-content .mw-prefixindex- | .more-dropdown-content .mw-prefixindex-list li { | ||
font-style:normal; | font-style:normal; | ||
padding:0.2em; | padding:0.2em; | ||
} | } | ||
.more-dropdown-content .mw-prefixindex- | .more-dropdown-content .mw-prefixindex-list li a { | ||
display: inline-block; | display: inline-block; | ||
width: 100%; | width: 100%; | ||
Line 39: | Line 39: | ||
} | } | ||
.more-dropdown-content .mw-prefixindex- | .more-dropdown-content .mw-prefixindex-list li:hover { | ||
background:#c9d9d9; | background:#c9d9d9; | ||
} | } | ||
.more-dropdown-content li a:hover { | .more-dropdown-content .mw-prefixindex-list li a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
} | } |
Revision as of 23:08, 23 July 2022
.more-dropdown-button {
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius:2px;
}
.more-dropdown-button:hover {
background:#e9edef;
}
.more-dropdown-button:active {
background:#e9edef;
outline:1px solid #d9d6d3;
}
.mw-collapsible:not(.mw-collapsed) ~ .more-dropdown-button {
outline:2px solid blue;
}
/*prefixindex*/
.more-dropdown-content ul.mw-prefixindex-body {
list-style:none;
margin:0;
}
.more-dropdown-content .mw-prefixindex-list li {
font-style:normal;
padding:0.2em;
}
.more-dropdown-content .mw-prefixindex-list li a {
display: inline-block;
width: 100%;
height: 100%;
}
.more-dropdown-content .mw-prefixindex-list li:hover {
background:#c9d9d9;
}
.more-dropdown-content .mw-prefixindex-list li a:hover {
text-decoration: none;
}
This page was last modified on 23 July 2022, at 23:08. (13 months ago)