| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193 |
- .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%;*/
- line-height: 150%;
- 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", "Noto Sans Myanmar", "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;
- }
- .preview p:first-child {
- display: inline;
- }
- .sent_tran p:first-child {
- 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;
- }
- .para_mode li .palitext{
- text-indent: -1em;
- }
- ul {
- margin-block-start: 0.5em;
- margin-block-end: 0.5em;
- margin-left: 18px;
- }
- .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;
- }
- .nsy_word{
- display:inline;
- padding-right:10px;
- color: var(--main-color);
- }
- .nsy_word>.org{
- display:inline;
- font-weight: 600;
- padding-right: 0.5em;
- font-size: unset;
- }
- .nsy_word>.meaning{
- display:inline;
- font-weight: 400;
- white-space: pre-wrap;
- }
- .nsy_word>.org>strong {
- font-weight:900;
- }
- .nsy_word>.meaning>.grammar_tag{
- background: unset;
- }
- 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;
- }
- button.primary {
- padding: 6px 32px;
- background-color: var(--link-hover-color);
- color: var(--btn-hover-color);
- border-radius: 5px;
- }
|