Template:Button/styles.css: Difference between revisions
Appearance
NeonWabbit (talk | contribs) Created page with "span.longbutton { color: #000; font-size: smaller; font-variant: small-caps; white-space: nowrap; background: #fff; border: 1px solid #000; border-radius: 1em; padding: 0 0.5em; display: inline; } span.roundbutton { width: 10px; height: 16px; font-size: smaller; font-variant: small-caps; white-space: nowrap; background: url(https://wikis.redgreenblue.art/wikis/WikipediNyah/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat; padding: 0 3px..." |
NeonWabbit (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
.button { | |||
color: #000; | color: #000; | ||
white-space: nowrap; | |||
font-variant: small-caps; | font-variant: small-caps; | ||
overflow: hidden; | |||
background: # | } | ||
.long.button { | |||
display: inline; | |||
background: #eee; | |||
border: 1px solid #000; | border: 1px solid #000; | ||
border-radius: 1em; | border-radius: 1em; | ||
padding: 0 0.5em; | padding: 0 0.5em; | ||
} | } | ||
.round.button { | |||
width: 10px; | width: 10px; | ||
height: 16px; | height: 16px; | ||
display: inline-block; | |||
background: url(https://wikis.redgreenblue.art/wikis/WikipediNyah/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat; | background: url(https://wikis.redgreenblue.art/wikis/WikipediNyah/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat; | ||
padding: 0 | padding: 0 4px; | ||
} | } | ||
Latest revision as of 18:15, 3 July 2025
.button {
color: #000;
white-space: nowrap;
font-variant: small-caps;
overflow: hidden;
}
.long.button {
display: inline;
background: #eee;
border: 1px solid #000;
border-radius: 1em;
padding: 0 0.5em;
}
.round.button {
width: 10px;
height: 16px;
display: inline-block;
background: url(https://wikis.redgreenblue.art/wikis/WikipediNyah/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat;
padding: 0 4px;
}