Template:Warned link/styles.css: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) Created page with ".warned-link { white-space: nowrap; } .warned-link-warning { font-size: 0.85em; margin-left: 0.25em; color: #b45309; →amber-ish: font-style: italic; }" |
Admin Jeremy (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
} | } | ||
.warned-link- | .warned-link-box { | ||
font-size: 0. | display: inline-block; | ||
margin-left: 0.35em; | |||
color: # | padding: 0.1em 0.45em; | ||
font-size: 0.8em; | |||
line-height: 1.2; | |||
font-weight: 500; | |||
background-color: #f3e6c9; /* warm beige */ | |||
color: #5a3e1b; /* soft brown text */ | |||
border: 1px solid #d6c39a; | |||
border-radius: 3px; | |||
} | } | ||
Latest revision as of 09:25, 2 February 2026
.warned-link {
white-space: nowrap;
}
.warned-link-box {
display: inline-block;
margin-left: 0.35em;
padding: 0.1em 0.45em;
font-size: 0.8em;
line-height: 1.2;
font-weight: 500;
background-color: #f3e6c9; /* warm beige */
color: #5a3e1b; /* soft brown text */
border: 1px solid #d6c39a;
border-radius: 3px;
}