User:Inthar/common.css

From Xenharmonic Reference
Revision as of 20:27, 26 May 2026 by Inthar (talk | contribs) (Created page with ".edo-chord-play { cursor: pointer; user-select: none; display: inline-block; padding: 0 6px; border-radius: 3px; color: #36c; font-size: 0.9em; } .edo-chord-play:hover { background: #def; } .edo-chord-play.playing { background: #f93; color: #fff; } .edo-chord-timbre { font-size: 0.85em; padding: 1px 4px; background: #fff; border: 1px solid #aaa; border-radius: 3px; cursor: pointer; font-family: inherit; } .edo-chor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.edo-chord-play {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    padding: 0 6px;
    border-radius: 3px;
    color: #36c;
    font-size: 0.9em;
}
.edo-chord-play:hover { background: #def; }
.edo-chord-play.playing { background: #f93; color: #fff; }

.edo-chord-timbre {
    font-size: 0.85em;
    padding: 1px 4px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
    font-family: inherit;
}
.edo-chord-play.ji {
    color: #c63;          /* warm orange to signal "pure" */
}
.edo-chord-play.ji:hover { background: #fed; }