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