.term_link:hover .guide_contence { display: inline-block; } .term_meaning { font-weight: 700; } .term_author { font-size: 80%; color: gray; } .term_tag { font-size: 80%; font-weight: 500; margin: 0 8px; } .term_link { cursor: pointer; position: relative; } .term_link, .term_link_new { color: blue; padding-left: 2px; padding-right: 2px; } .term_link_new { color: red; } note:hover chapter { display: inline; } .ref > chapter:first-child { display: inline; } chapter { display: none; color: var(--box-bg-color1); text-decoration: none; cursor: pointer; } chapter:hover { color: var(--link-color); text-decoration: underline; } para { background-color: var(--drop-bg-color); padding: 2px 8px; text-decoration: none; cursor: pointer; color: var(--btn-border-color); border-radius: 5px; } para:hover { text-decoration: underline; } commentary { margin-left: 1.5em; display: block; border-left: 3px solid gray; padding-left: 5px; } note > .tran { color: #5c5c5c; padding-left: 1em; padding: 3px; } note > .palitext, .palitext { font-family: Noto serif; line-height: 1.5em; color: #9f3a01; font-weight: 500; } note > .palitext > note { display: inline; color: blue; background-color: unset; padding: unset; margin-bottom: unset; border-radius: unset; } .term_word_head_pali { text-transform: capitalize; font-size: 200%; margin: 0.5em 0; } .term_word_head { border-bottom: 1px solid #cecece; padding: 5px 0; } .term_block { border-bottom: 1px solid #cecece; padding: 5px 0; } .term_word_head_authors a { color: blue; margin: 0 3px; } .term_word_head_authors a:hover { text-decoration: underline; cursor: pointer; } note .ref { text-align: right; padding: 5px; font-size: 75%; margin-top: 8px; }