MediaWiki:Gadget-Switchable.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
} | } | ||
.switchable.tabsright > .switchabletabs { | .switchable.tabsright > .switchabletabs { | ||
text-align: right; | text-align: right; |
Revision as of 09:38, July 19, 2024
ul.switchabletabs {
padding: 0;
margin: 0.3em 0;
}
ul.switchabletabs li {
display: inline;
list-style: none;
background: #F2F2F2;
border: 1px solid #AAA;
padding: 0.25em 0.5em;
margin-right: 0.5em;
line-height: 1.9;
cursor: default;
}
ul.switchabletabs li > * {
white-space: nowrap;
display: inline-block;
text-decoration: none;
}
.switchable.tabsright > .switchabletabs {
text-align: right;
}
.switchable.tabscenter > .switchabletabs {
text-align: center;
}