Template:Shortcut/styles.css: Difference between revisions
Template page
More actions
Created page with ".shortcut { margin: 2px; border: 1px solid var(--border-color-base, #a2a9b1); background: var(--background-color-base, #fff); padding: 0.5em; font-size: smaller; line-height: normal; text-align: center; } .shortcut-ltr { →@noflip: float: right; →@noflip: margin-right: 0; } .shortcut-rtl { →@noflip: float: left; →@noflip: margin-left: 0; }" Tags: Mobile edit Mobile web edit Advanced mobile edit |
(No difference)
|
Latest revision as of 08:11, 14 April 2025
.shortcut {
margin: 2px;
border: 1px solid var(--border-color-base, #a2a9b1);
background: var(--background-color-base, #fff);
padding: 0.5em;
font-size: smaller;
line-height: normal;
text-align: center;
}
.shortcut-ltr {
/* @noflip */
float: right;
/* @noflip */
margin-right: 0;
}
.shortcut-rtl {
/* @noflip */
float: left;
/* @noflip */
margin-left: 0;
}