User:Pailiaq/common.css: Difference between revisions
Jump to navigation
Jump to search
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; }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
.edo-chord-play:hover { background: #def; } | .edo-chord-play:hover { background: #def; } | ||
.edo-chord-play.playing { background: #f93; color: #fff; } | .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; } | |||
Latest revision as of 02:25, 26 May 2026
.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; }