| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162 |
- .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;
- }
- .ref .tooltiptext {
- background-color: seashell;
- }
- .ref .tooltip .tooltiptext {
- left: calc(100% - 65vw);
- right: 0;
- box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
- white-space: normal;
- max-width: 80vw;
- }
- .ref .tooltip .tooltip-bottom::after {
- left: 90%;
- border-color: transparent transparent seashell transparent;
- }
- .ref .tooltip-bottom {
- top: 100%;
- left: unset;
- margin-left: unset;
- }
- note:hover chapter {
- display: inline;
- /*position: absolute;*/
- }
- .ref > .book_name > chapter:first-child {
- display: inline;
- }
- chapter {
- display: none;
- color: var(--box-bg-color1);
- text-decoration: none;
- cursor: pointer;
- }
- .path chapter {
- display: unset;
- }
- chapter::after {
- content: " > ";
- }
- chapter:hover {
- color: var(--link-color);
- /*text-decoration: underline;*/
- }
- .tooltiptext chapter {
- display: inline;
- }
- para {
- background-color: var(--drop-bg-color);
- padding: 0 4px;
- text-decoration: none;
- cursor: pointer;
- color: var(--btn-border-color);
- border-radius: 5px;
- display: none;
- }
- .tooltiptext para {
- display: inline;
- }
- .path para {
- display: unset;
- }
- para:hover {
- text-decoration: underline;
- }
- #contents_div .sent_no_read_mode {
- display: none;
- }
- commentary,
- com,
- nt,
- blockquote {
- margin: 0;
- margin-left: 1.5em;
- display: block;
- border-left: 3px solid gray;
- padding-left: 5px;
- }
- .read blockquote {
- font-size: 80%;
- color: var(--main-color1);
- background-color: #7d7d7d1f;
- }
- note > .tran {
- color: #5c5c5c;
- padding-left: 1em;
- padding: 0;
- position: relative;
- margin-top: -0.5em;
- line-height: 1.8em;
- }
- 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.5em 1em;
- position: absolute;
- display: none;
- color: var(--border-line-color);
- z-index: 40;
- width: auto;
- font-size: 14px;
- height: auto;
- line-height: 28px;
- 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 !important;
- }
- .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 {
- line-height: 2em;
- color: #9f3a01;
- margin: 4px;
- overflow-wrap: anywhere;
- }
- h1 .palitext {
- /*font-family: "Noto Serif", "Noto Sans TC", "Noto Sans SC";*/
- font-weight: 700;
- font-size: 130%;
- }
- h2 .palitext {
- /*font-family: "Noto Serif", "Noto Sans TC", "Noto Sans SC";*/
- font-weight: 700;
- font-size: 120%;
- }
- note n {
- display: inline;
- color: blue;
- }
- .palitext2 n {
- /*display: none;*/
- }
- .term_word_head_pali {
- text-transform: capitalize;
- font-size: 200%;
- margin-top: 0.5em;
- overflow-x: clip;
- white-space: nowrap;
- }
- .term_word_head {
- border-bottom: 1px solid #cecece;
- padding: 5px 0;
- }
- .term_block {
- }
- .term_block h2{
- margin: 0;
- }
- .term_popup_foot{
- display: flex;
- justify-content: space-between;
- }
- .guide_contence .term_note{
- border-bottom: 1px solid var(--border-line-color);
- min-height: 9em;
- }
- .term_word_head_authors a {
- color: blue;
- margin: 0 3px;
- }
- .term_word_head_authors a:hover {
- text-decoration: underline;
- cursor: pointer;
- }
- note .ref {
- font-size: 75%;
- white-space: nowrap;
- max-width: 45%;
- text-align: right;
- /*position: absolute;
- right: 1em;*/
- }
- 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 0 0 0;
- margin-bottom: 0.4em;
- border-radius: 5px;
- line-height: 1.3em;
- display: block;
- background-color: #80808014;
- position: relative;
- border: solid 2px var(--btn-bg-color);
- }
- .read note {
- border:unset;
- }
- 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;
- left: 0;
- bottom: 1em;
- }
- .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 {
- background-color: var(--btn-bg-color);
- padding: 0 6px;
- border-radius: 0 0 4px 4px;
- cursor: pointer;
- justify-content: space-between;
- line-height: 1.5em;
- }
- .other_tran_div > .tool_bar > .tool_left {
- white-space: nowrap;
- }
- .other_tran_div > .tool_bar > .tool_right {
- white-space: pre-wrap;
- margin-left: auto;
- }
- .other_tran_div > .other_tran {
- min-height: 1em;
- transition: all 0.2s ease;
- display: none;
- }
- .tool_bar {
- display: flex;
- }
- .bg_color_1 {
- background-color: #ebebeb66;
- }
- .bg_color_2 {
- background: linear-gradient(to left, #6afdb033, #ebebeb66);
- }
- .bg_color_3 {
- background: linear-gradient(to left, #6a95fd26, #ebebeb66);
- }
- .bg_color_4 {
- background: linear-gradient(to left, #f9e7911c, #ebebeb66);
- }
- .bg_color_5 {
- background: linear-gradient(to left, #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;
- margin-right: 1em;
- }
- 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,
- .similar_sent_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;
- padding: 0 3px;
- }
- .similar_sent_num {
- display: inline-flex;
- }
- .separate_line {
- border: solid 1px #e8e8e8;
- border-radius: 3px;
- margin: 1px 5px;
- width: 1px;
- background: #c6c6c6;
- text-decoration: none;
- }
- pw {
- padding-right: 0.5em;
- }
- .slider_show_shell {
- position: fixed;
- z-index: 1000;
- top: 0;
- left: 0;
- width: 100%;
- height: 85%;
- background-color: #000000f5;
- font-size: 180%;
- padding-top: 2em;
- }
- .slider_show_shell .bg_color_1 {
- background-color: unset;
- }
- /*编辑框*/
- .sent_tran {
- padding: 5px;
- margin-bottom: 2px;
- }
- .sent_tran_inner {
- display: flex;
- }
- .sent_tran:hover {
- background-color: rgba(0.5, 0.5, 0.5, 0.02);
- }
- .left_bar {
- flex: 1;
- display: flex;
- margin-right: 5px;
- }
- .sent_tran .left_bar > .face {
- display: block;
- margin: 0 0.5em auto auto;
- }
- .compact .left_bar > .face {
- display: none;
- }
- .left_bar > .date {
- display: none;
- }
- .compact .left_bar > .date {
- display: block;
- font-size: 80%;
- color: var(--main-color1);
- }
- .sent_tran_inner > .body {
- width: 100%;
- display: block;
- flex: 20;
- }
- .sent_tran_div a{
- white-space: normal;
- overflow-wrap: anywhere;
- }
- .para_tran_div a{
- white-space: normal;
- overflow-wrap: anywhere;
- }
- .preview {
- font-size: 110%;
- width: -webkit-fill-available;
- }
- .preview::first-letter {
- text-transform:capitalize;
- }
- .sent_tran > p::first-letter {
- text-transform:capitalize;
- }
- .compact .body > .head_bar {
- display: flex;
- }
- .compact .body > .head_bar > .date {
- display: none;
- }
- .head_bar > .info {
- display: none;
- }
- .head_bar > .info > .name {
- font-weight: 700;
- white-space: nowrap;
- margin-right: 0.5em;
- }
- .head_bar > .info > .editor_name {
- display: none;
- }
- .pr .head_bar > .info > .editor_name {
- display: inline-block;
- }
- .pr .head_bar > .info > .channel_name {
- display: none;
- }
- .head_bar > .info > .date {
- font-size: 0.8em;
- color: gray;
- }
- .compact .head_bar > .info {
- display: block;
- }
- .compact .head_bar > .info > .date {
- display: none;
- }
- .foot_bar .info {
- color: var(--btn-border-line-color);
- }
- .tool_bar > .right {
- position: absolute;
- right: 2em;
- margin-top: calc(-1.8em - 8px);
- display: none;
- width: auto;
- background-color: var(--bg-color);
- border: 1px solid var(--border-line-color);
- border-radius: 6px;
- padding: 3px;
- /*margin-right: 20px;*/
- }
- .commentary .tool_bar > .right{
- /*left: 8em;*/
- width: 8em;
- }
- .translation>.sent_tran_inner>.tool_bar > .right{
- right: 2em;
- }
- .sent_tran_inner:hover > .tool_bar > .right {
- /*display: block;*/
- }
- .list_with_head:hover > .tool_bar > .right {
- display: block;
- }
- .list_with_head {
- position: relative;
- }
- .commentary>.sent_tran_inner>.tool_bar > .right {
- display: block;
- left:6.2em;
- margin-top: calc(-2.1em - 8px);
- }
- .sent_tran.commentary>.sent_tran_inner{
- padding-top: 2.2em;
- }
- .body > .edit {
- display: none;
- }
- .body > .edit textarea {
- /*
- color: var(--main-color);
- width: 100%;
- background-color: var(--drop-bg-color);
- border: unset;
- border-radius: 8px;
- padding: 5px;
- line-height: 1.5em;
- height: 90px;
- font-size: 120%;
- */
- }
- .foot_bar {
- font-size: 90%;
- }
- .foot_bar > .info {
- display: flex;
- }
- .foot_bar > .info span {
- margin-right: 4px;
- }
- .compact .foot_bar {
- display: none;
- }
- .edit_mode {
- background-color: #fafafa;
- }
- .edit_mode > .sent_tran_inner > .body > .head_bar > .preview {
- display: none;
- }
- .edit_mode > .sent_tran_inner > .body > .edit {
- display: block;
- }
- .pop_menu {
- display: flex;
- }
- .tag_list {
- display: flex;
- list-style-type: none;
- }
- .tag_list li {
- border-radius: 6px;
- margin-right: 5px;
- background-color: var(--bookx);
- padding: 2px 5px;
- cursor: pointer;
- }
- li.active {
- background-color: var(--booka);
- }
- .tag_list li:hover {
- background-color: var(--booka);
- }
- .sent_tran .preview p {
- line-height: normal;
- margin: 0;
- font-family: "Noto Sans", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", "ATaiThamKHNewV3-Normal", "Arial",
- "Verdana";
- }
- .pop_menu .icon {
- fill: var(--main-color);
- }
- .pr_content {
- margin-left: 3em;
- border-left: 3px solid var(--border-line-color);
- }
- .menu_space_between a {
- display: flex;
- justify-content: space-between;
- }
- .body > .head_bar > .loading {
- color: gray;
- }
- .tooltip {
- display: inline-flex;
- }
- .disable {
- cursor: not-allowed;
- filter: grayscale(100%);
- }
- .channel_name {
- white-space: nowrap;
- }
- .channel_name:hover {
- background-color: var(--btn-border-color);
- }
- .channel_list {
- margin-right: 4px;
- }
- .pali_div {
- padding: 0 10px 5px 10px;
- }
- .case_dropdown {
- min-width: unset;
- }
- .channel_list > li:first-child {
- border-bottom: solid 1px;
- justify-content: center;
- font-weight: bold;
- }
- w {
- cursor: pointer;
- }
- w:hover {
- text-decoration: underline;
- }
- /*纵向*/
- .vertical .para_div {
- flex-direction: column;
- }
- .vertical .note_shell > note > .note_body {
- flex-direction: column;
- }
- .para_div {
- display: flex;
- }
- .note_shell > note > .note_body {
- display: flex;
- }
- /*段落模式 横向*/
- .horizontal .para_div {
- flex-direction: row;
- }
- .horizontal .palitext_div {
- flex: 5;
- }
- .horizontal .para_tran_div {
- flex: 5;
- }
- /*句子模式 横向*/
- .horizontal .note_shell > note > .note_body {
- flex-direction: row;
- }
- .horizontal .palitext_div {
- flex: 5;
- }
- .horizontal .sent_tran_div {
- flex: 5;
- display: flex;
- flex-direction: column;
- }
- /*段落模式*/
- .para_mode .para_div {
- display: flex;
- }
- .para_mode .note_shell {
- display: none;
- }
- /*句子模式*/
- .sent_mode .para_div {
- display: none;
- }
- .sent_mode .note_shell {
- display: block;
- }
- .sent_tran p {
- display: inline;
- }
- .sent_tran li {
- line-height: normal;
- }
- .note_foot {
- display: flex;
- justify-content: space-between;
- }
- .term_pali {
- font-style: italic;
- }
- .note_body note {
- display: inline;
- }
- span.keybutton {
- background-color: gray;
- border-radius: 6px;
- font-size: 80%;
- padding: 0 3px;
- color: white;
- font-weight: 300;
- height: fit-content;
- }
- #contents_view .focus {
- border-radius: 20px;
- box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
- margin: 10px 0;
- background-color: #f5deb36b;
- padding: 0.7rem;
- word-break: break-word;
- }
- span.sent_tran {
- line-height: 1.7em;
- }
- .sent_mode span.sent_tran {
- display: inline-block;
- }
- .sent_tran ul,
- .sent_tran li {
- list-style-type: unset;
- margin-left: 1em;
- }
- .icon_sent_status {
- display: none;
- width: 22px;
- height: 22px;
- background-repeat: no-repeat;
- background-size: contain;
- margin: 0 6px;
- }
- .icon_sent_status .icon {
- width: 22px;
- height: 22px;
- }
- .icon_sent_loading {
- background: url(loading.gif);
- background-size: contain;
- }
- .loading .icon_sent_loading {
- display: block;
- }
- .loading .face {
- display: none;
- }
- .error .left_bar > .face {
- display: none;
- }
- .icon_sent_error {
- display: none;
- fill: red;
- cursor: pointer;
- background: url(error.svg);
- background-size: contain;
- }
- .error .icon_sent_error {
- display: block;
- }
- .icon_spin {
- -webkit-animation: spin 1.5s linear infinite;
- animation: spin 1.5s linear infinite;
- }
- .read .bg_color_1 {
- background-color: unset;
- }
- .read .bg_color_2 {
- background: unset;
- }
- .read .bg_color_3 {
- background: unset;
- }
- .read .bg_color_4 {
- background: unset;
- }
- .read .bg_color_5 {
- background: unset;
- }
- .palitext n {
- color: dodgerblue;
- }
- /*字符串比对*/
- del {
- color: red;
- }
- ins {
- background-color: greenyellow;
- text-decoration: unset;
- }
- pali>p {
- display: inline;
- }
- .para_mode .palitext{
- text-indent: 2em;
- }
- .sent_mode>div>p {
- border-bottom: 0.5em solid var(--btn-color);
- }
- .circle_num { border: 1px solid var(--border-line-color);
- border-radius: 99px;
- line-height: 20px;
- width: 22px;
- text-align: center;
- display: inline-block;
- margin-left: 5px;
- }
- /*术语输入AT弹出菜单*/
- .text_input>.textarea{
- padding: 5px;
- font-family: inherit;
- width: 100%;
- height: 100px;
- resize: vertical;
- font-size: 14px;
- line-height: 1;
- border: 1px solid #ddd;
- white-space: pre-wrap;
- word-break: break-all;
- z-index: 1;
- resize: vertical;
- color: var(--main-color);
- width: 100%;
- background-color: var(--drop-bg-color);
- border: unset;
- border-radius: 8px;
- padding: 5px;
- line-height: 1.5em;
- }
- .text_input>.text_shadow{
- position: absolute;
- width: 100%;
- visibility: hidden;
- }
- .text_input .cursor{
- position: absolute;
- border-left: 1px solid #000;
- }
- .text_input>.menu{
- width: 200px;
- height:300px;
- background-color: var(--tool-bg-color);
- color: var(--btn-color);
- box-shadow: #000;
- position:absolute;
- display: none;
- z-index: 100;
- box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
- }
- .text_input>.menu ul{
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- .text_input>.menu ul li{
- cursor: pointer;
- }
- .text_input>.menu ul li:hover{
- background-color: var(--btn-border-color);
- }
- .term_at_menu_input{
- padding: 5px;
- border-bottom: 1px solid gray;
- }
- .text_input{
- width:100%;
- position: relative;
- }
- .term_mean {
- /*text-transform: capitalize;*/
- }
- .term_at_menu_ul>.trem_focus{
- border-radius:unset;
- box-shadow:unset;
- margin:unset;
- padding:unset;
- background-color: var(--btn-border-color);
- }
- .preview .nissaya{
- display:inline;
- }
- .preview .nsy_word{
- display:inline;
- }
- .preview .nissaya .nsy_word{
- padding-right:10px;
- }
- .nsy_word .org{
- display:inline;
- font-weight: 700;
- padding-right: 0.5em;
- }
- .nsy_word .meaning{
- display:inline;
- font-weight: 500;
- }
- span.sent_tran::first-letter {
- text-transform: capitalize;
- }
- guide.grammar_tag {
- display: unset;
- background: unset;
- background-color: var(--btn-color);
- padding: 0;
- border-radius: 3px;
- margin: 0;
- }
- guide.grammar_tag:hover {
- text-decoration: underline;
- }
|