css: standardize styling of fineprint text.
Fineprint text was variously styled with `.info`, `.tn`, `.hint`, or `.cost-footnote` css classes. Standardize on `.fineprint` instead. Use `.hint` only for form hints and `.tn` only for <tn> tags in translation notes. Incidentally changes the font size of form hints to 0.8em (was 0.7em) and the color of fineprint to #888 (was #AAA or #666).
This commit is contained in:
@@ -59,10 +59,6 @@ div.list-of-forum-posts {
|
||||
}
|
||||
|
||||
div#c-forum-topics {
|
||||
span.info {
|
||||
color: var(--forum-info-color);
|
||||
}
|
||||
|
||||
span.new {
|
||||
font-size: 80%;
|
||||
color: var(--forum-new-topic-color);
|
||||
|
||||
@@ -34,6 +34,11 @@ div#note-container {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.tn {
|
||||
font-size: 0.8em;
|
||||
color: var(--note-tn-color);
|
||||
}
|
||||
|
||||
ruby {
|
||||
rt {
|
||||
font-size: 0.8em;
|
||||
|
||||
@@ -44,12 +44,6 @@ div#c-user-upgrades {
|
||||
background-color: var(--user-upgrade-table-row-hover-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
p.cost-footnote {
|
||||
font-size: 80%;
|
||||
color: var(--user-upgrade-cost-footnote-color);
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user