3,082
edits
([NEW MOON 2026 REFACTOR] Same as Common.css) |
No edit summary |
||
| Line 2: | Line 2: | ||
/*==General styling==*/ | /*==General styling==*/ | ||
.mw-parser-output a | .mw-parser-output a {text-decoration:underline; text-underline-offset:2px}/*underline links*/ | ||
.mw-parser-output a | .mw-parser-output a:hover{text-decoration-thickness:2px;text-decoration-skip-ink:none} | ||
a.selflink{text-decoration:none} | |||
a.new{color:#B55} /* faded red for red links, we don't want too much visual attention on them */ | a.new{color:#B55} /* faded red for red links, we don't want too much visual attention on them */ | ||
.mw-parser-output li {line-height:1.25em; margin-bottom:0.75em} /* spacing for bullet points */ | .mw-parser-output li {line-height:1.25em; margin-bottom:0.75em} /* spacing for bullet points */ | ||
| Line 19: | Line 20: | ||
.dp3{font-family:serif; color:#333; font-weight:normal; font-size:84%; padding:0.8em 0 0 0.4em} | .dp3{font-family:serif; color:#333; font-weight:normal; font-size:84%; padding:0.8em 0 0 0.4em} | ||
.calc{font-family:monospace,sans-serif; background:#CFC; border-bottom:1px solid #CCC} | .calc{font-family:monospace,sans-serif; background:#CFC; border-bottom:1px solid #CCC} | ||
.calc a {text-decoration-style:dotted | .calc a {text-decoration-style:dotted; text-underline-offset:3px} | ||
.calc a:hover{text-decoration-style:solid} | .calc a:hover{text-decoration-style:solid} | ||
.ecalc{display:none} | .ecalc{display:none} | ||