Template

Pagetabs/pagetabsmore/style.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 21: Line 21:
}
}


.more-dropdown-content ul {
 
/*prefixindex*/
.more-dropdown-content .prefixindex-body  ul {
list-style:none;
list-style:none;
margin:0;
}
}


.more-dropdown-content li {
.more-dropdown-content .prefixindex-body  li {
font-style:normal;
font-style:normal;
padding:0.2em;
}
.more-dropdown-content .prefixindex-body  li a {
display: inline-block;
width: 100%;
height: 100%;
}
}

Revision as of 22:55, 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 .prefixindex-body  ul {
	list-style:none;
	margin:0;
}

.more-dropdown-content .prefixindex-body  li {
	font-style:normal;
	padding:0.2em;
}

.more-dropdown-content .prefixindex-body  li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
This page was last modified on 23 July 2022, at 22:55. (8 months ago)