MediaWiki:Gadget-Switchable.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.switchabletabs { | ul.switchabletabs { | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
.switchabletabs li { | ul.switchabletabs li { | ||
display: inline; | display: inline; | ||
list-style: none; | list-style: none; | ||
Line 11: | Line 11: | ||
cursor: default; | cursor: default; | ||
} | } | ||
.switchabletabs li a { | ul.switchabletabs li a { | ||
white-space: nowrap; | white-space: nowrap; | ||
display: inline-block; | display: inline-block; |
Revision as of 09:15, July 16, 2024
ul.switchabletabs {
margin-bottom: 0.5em;
}
ul.switchabletabs li {
display: inline;
list-style: none;
background: #F2F2F2;
border: 1px solid #AAA;
padding: 0.25em 0.5em;
margin-right: 0.5em;
cursor: default;
}
ul.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;
}