MediaWiki:Gadget-Switchable.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
padding: 0.25em 0.5em; | padding: 0.25em 0.5em; | ||
margin-right: 0.5em; | margin-right: 0.5em; | ||
line-height: 1.9; | |||
cursor: default; | cursor: default; | ||
} | } |
Revision as of 11:15, July 16, 2024
ul.switchabletabs {
padding: 0;
margin: 0.5em 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.tabsleft > .switchabletabs {
text-align: left;
}
.switchable.tabsright > .switchabletabs {
text-align: right;
}
.switchable.tabscenter > .switchabletabs {
text-align: center;
}