| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- .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;
- }
- .tran {
- line-height: 1.5em;
- }
- .tran ul {
- list-style-type: circle;
- margin-left: 2em;
- }
- .tran li {
- list-style: inherit;
- }
- .tran ol {
- list-style-type: decimal;
- margin: 0;
- padding: 0;
- margin-left: 2em;
- }
- .tran:lang(en) > ol {
- list-style-type: decimal;
- }
- /*中文*/
- .tran:lang(zh) > ol {
- list-style-type: cjk-ideographic;
- margin-left: 2.5em;
- }
- /*简体中文*/
- .tran:lang(zh-cn) > ol {
- list-style-type: trad-chinese-formal;
- margin-left: 2.5em;
- }
- .tran:lang(zh-hans) > ol {
- list-style-type: trad-chinese-formal;
- margin-left: 2.5em;
- }
- /*繁体中文*/
- .tran:lang(zh-tw) > ol {
- list-style-type: trad-chinese-formal;
- margin-left: 2.5em;
- }
- .tran:lang(zh-hant) > ol {
- list-style-type: trad-chinese-formal;
- margin-left: 2.5em;
- }
- /*japanese*/
- .tran:lang(jp) > ol {
- list-style-type: hiragana;
- margin-left: 2.5em;
- }
- /*kora*/
- .tran:lang(ko) > ol {
- list-style-type: korean-hangul-formal;
- margin-left: 2.5em;
- }
- /*thai*/
- .tran:lang(ti) > ol {
- list-style-type: thai;
- margin-left: 2em;
- }
- /*myanmar*/
- .tran:lang(my) > ol {
- list-style-type: myanmar;
- margin-left: 2em;
- }
- /*myanmar*/
- .tran:lang(my) {
- font-size: 120%;
- line-height: 2em;
- }
- .tran_div {
- margin-bottom: 1em;
- padding-bottom: 1em;
- padding-top: 0.5em;
- border-bottom: 1px solid var(--border-line-color);
- }
- .tran_div:last-child {
- border-bottom: none;
- }
- 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::after {
- content: " > ";
- }
- 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,
- com,
- nt,
- blockquote {
- margin: 0;
- margin-left: 1.5em;
- display: block;
- border-left: 3px solid gray;
- padding-left: 5px;
- }
- note > .tran {
- color: #5c5c5c;
- padding-left: 1em;
- padding: 0;
- position: relative;
- margin-top: -0.5em;
- }
- note > .tran > .text {
- margin-bottom: 1em;
- }
- .tran_text_tool_botton {
- border-radius: 50%;
- border: 2px solid var(--btn-bg-color);
- width: fit-content;
- padding: 2px;
- height: fit-content;
- margin-left: -1em;
- margin-right: 1em;
- background-color: var(--nocolor);
- visibility: hidden;
- }
- .tran_text_tool_botton > .icon_expand {
- width: 0.8em;
- height: 0.8em;
- min-width: 0.8em;
- min-height: 0.8em;
- }
- note > .tran .tran_text_tool_bar,
- .tran_text_tool_bar {
- padding: 0 0.1em;
- position: absolute;
- display: none;
- color: var(--border-line-color);
- z-index: 40;
- width: auto;
- left: -2em;
- font-size: 14px;
- height: auto;
- line-height: 28px;
- margin-top: 1em;
- background-color: var(--box-bg-color1);
- border-radius: 5px;
- }
- note > .tran:lang(my) .tran_text_tool_bar {
- margin-top: -2.5em;
- }
- note > .tran .tran_text_tool_bar::after,
- .tran .tran_text_tool_bar::after {
- content: " ";
- position: absolute;
- left: 1.4em;
- bottom: 100%;
- border-width: 5px;
- border-style: solid;
- border-color: transparent transparent var(--box-bg-color1) transparent;
- }
- .tran:hover > .tran_text_tool_botton {
- visibility: visible;
- }
- .tran_text_tool_bar li {
- list-style: none;
- display: flex;
- white-space: nowrap;
- }
- .tran_text_tool_bar .icon {
- margin: auto 0.4em auto 0;
- }
- .tip_buttom {
- padding: 0 0.2em;
- margin: 0 0.2em;
- cursor: pointer;
- background-color: inherit;
- border-radius: 5px;
- }
- .tip_buttom:hover {
- background-color: var(--btn-border-color);
- }
- .tran:hover .edit_button {
- display: inline-block;
- }
- .edit_button {
- display: inline-block;
- width: auto;
- min-width: 24px;
- height: auto;
- min-height: 24px;
- cursor: pointer;
- fill: var(--tool-color);
- background: url(edit.svg);
- background-repeat: no-repeat;
- background-size: contain;
- color: var(--tool-color);
- margin-top: -2em;
- }
- note > .palitext,
- .palitext {
- font-family: Noto serif;
- line-height: 1.5em;
- color: #9f3a01;
- font-weight: 500;
- margin-bottom: 10px;
- }
- 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: 0px 5px 2px 5px;
- font-size: 75%;
- white-space: nowrap;
- overflow-x: scroll;
- margin-left: auto;
- border-top: solid 1px var(--nocolor);
- padding-top: 0.7em;
- margin-top: 0.7em;
- margin-left: 1.4em;
- }
- note:hover .ref {
- border-top: solid 1px var(--border-line-color);
- }
- .progress_bar_done {
- stroke-width: 0;
- fill: royalblue;
- }
- .progress_bar_undone {
- stroke-width: 0;
- fill: #c0c0c052;
- }
- .progress_bar_bg {
- stroke-width: 0;
- fill: #ffffff;
- }
- .progress_bar_percent {
- stroke-width: 0;
- fill: limegreen;
- }
- r {
- text-align: right;
- display: block;
- }
- note {
- padding: 0.5em 2em;
- margin-bottom: 0.4em;
- border-radius: 5px;
- line-height: 1.3em;
- display: block;
- background-color: #80808014;
- position: relative;
- }
- note > .bottm_tool_button {
- border-radius: 5px;
- border: 4px dotted var(--border-line-color);
- display: none;
- transition: all 0.3s ease;
- }
- note:hover > .bottm_tool_button {
- display: block;
- }
- .add_new {
- display: inline-block;
- position: absolute;
- min-width: 1.4vw;
- display: none;
- }
- note:hover .add_new {
- display: inline-block;
- position: absolute;
- }
- .icon_add {
- width: 1.5vw;
- min-width: 1.4vw;
- height: 1.5vw;
- cursor: pointer;
- background: url(add.svg);
- background-repeat: no-repeat;
- background-size: contain;
- margin-bottom: -0.7em;
- }
- .tool_bar > .more_tran {
- display: inline-block;
- margin-right: 5px;
- transform: rotate(-90deg);
- transition: all 0.2s ease;
- }
- .icon_expand {
- width: auto;
- min-width: 14px;
- height: auto;
- min-height: 14px;
- cursor: pointer;
- background: url(expand.svg);
- background-repeat: no-repeat;
- background-size: contain;
- }
- .icon_fold {
- width: auto;
- min-width: 14px;
- height: auto;
- min-height: 14px;
- cursor: pointer;
- background: url(fold.svg);
- background-repeat: no-repeat;
- background-size: contain;
- }
- .other_tran_div {
- min-height: 1em;
- border-top: 1px solid var(--border-line-color);
- }
- .other_tran_div > .tool_bar {
- position: absolute;
- margin-top: -0.7em;
- background-color: var(--btn-bg-color);
- padding: 0 6px;
- border-radius: 4px;
- cursor: pointer;
- display: flex;
- }
- .other_tran_div > .other_tran {
- min-height: 1em;
- transition: all 0.2s ease;
- display: none;
- }
- .bg_color_1 {
- background-color: #ebebeb66;
- }
- .bg_color_2 {
- background: linear-gradient(to right, #6afdb033, #ebebeb66);
- }
- .bg_color_3 {
- background: linear-gradient(to right, #6a95fd26, #ebebeb66);
- }
- .bg_color_4 {
- background: linear-gradient(to right, #f9e7911c, #ebebeb66);
- }
- .bg_color_5 {
- background: linear-gradient(to right, #fe99b91c, #ebebeb66);
- }
- pre {
- white-space: pre-line;
- font-family: auto;
- border-left: 3px solid var(--border-shadow);
- margin-left: 1em;
- padding-left: 0.5em;
- }
- .note_tool_bar {
- position: relative;
- display: none;
- z-index: 50;
- }
- note:hover .note_tool_bar {
- display: block;
- }
- .sent_menu {
- right: 0;
- }
- .para_menu {
- left: 0;
- }
- .ui-widget input,
- .ui-widget select,
- .ui-widget textarea,
- .ui-widget button {
- font-family: unset;
- font-size: 1.1em;
- }
- .tran p {
- margin: 0;
- }
- .note_tool_context {
- position: absolute;
- right: -1vw;
- width: 1.5em;
- text-align: right;
- margin-top: -0.3em;
- }
- .note_tool_context .icon {
- fill: var(--link-color);
- }
- .note_tool_context:hover .icon {
- fill: (--link-hover-color);
- }
- .channel_select {
- display: none;
- }
- #channal_list .selected {
- background: linear-gradient(to right, #6afdb033, #ebebeb66);
- padding: 5px;
- border-radius: 5px;
- }
- #channal_list .noselect {
- background-color: unset;
- padding: 5px;
- border-radius: 5px;
- }
- .other_tran_num {
- -webkit-border-radius: 7px;
- border-radius: 7px;
- background-color: cornflowerblue;
- position: relative;
- min-width: 14px;
- height: 14px;
- display: inline-flex;
- justify-content: center;
- text-align: center;
- line-height: 14px;
- display: none;
- margin: auto 2px;
- color: whitesmoke;
- }
- .separate_line {
- border: solid 1px #e8e8e8;
- border-radius: 3px;
- margin: 1px 5px;
- width: 1px;
- background: #c6c6c6;
- text-decoration: none;
- }
|