/*@import url(font.css);*/ body { font-family: 'Noto Sans', 'Noto Sans SC', 'Noto Sans TC', Arial, Verdana; font-style: normal; color: #444444; font-weight: 400; font-size: 14px; } div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .main { padding: 0; /*height: 100%; display: inline-block; overflow-y: auto;*/ z-index: 1; } .mainbody { padding: 0; margin: 0; font-size: 100%; height: 100%; /*overflow hidden; position: fixed;*/ width: 100%; } .sutta { font-size: 100%; } .sutta_top_blank { height: 50px; } .chapter1 h1 { width: Auto; float: left; color: #550; } .chapter1 a { float: right; } .heading { font-weight: 700; font-size: 158%; text-align: center; } h1 { font-size: 150%; font-weight: 700; } h2 { /*font-size: 125%;*/ font-weight: 700; } h3 { font-size: 100%; font-weight: 700; } a:link, a:visited { color: #4688F1; text-decoration: none; } a:focus { outline: 1px dotted; } a:hover, a:active { color: #4688F1; outline: none; text-decoration: underline; } ::-webkit-scrollbar { width: 8px; height: 8px; /*display: none;*/ } /*::-webkit-scrollbar-track { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(85, 85, 85, 0.1); }*/ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(85, 85, 85, 0.0); } :hover::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(85, 85, 85, 0.4); } .toc { /*top:135px; position: fixed;*/ color: #444444; margin: 0; padding: 0 10px; overflow-y: scroll; overflow-x: hidden; height: calc(100% - 143px); height: -moz-calc(100% - 143px); height: -webkit-calc(100% - 143px); width: 18em; background-color: #f5f5f5; } #menubartoolbar { width: 18em+8px; padding: 0px; background-color: #f5f5f5; display: -webkit-flex; display: -moz-flex; display: flex; } #menubartoolbar select { /*-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/ width: 100%; height: 100px; padding: 0 10px; border: 0; background-color: rgba(0, 0, 0, 0); border-radius: 0; -webkid-border-radius: 0; font-weight: 400; font-size: 150%; color: #777777; text-decoration: underline; /*box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2) inset;*/ } #menubartoolbar select:hover { border: 0px; border-radius: 0; font-weight: 400; font-size: 150%; color: #4688F1; text-decoration: underline; /*box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2) inset;*/ } #leftmenuinner { position: fixed; /*display: block;*/ display: inline-block; top: 42px; left: 0; padding: 0; height: 100%; width: 18em; background-color: #f5f5f5; float: left; z-index: 15; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } #leftmenuinner h1 { color: #777777; font-weight: 400; display: none; } #leftmenuinnerinner {} #leftmenuinner_mobile { position: fixed; top: 42px; left: 0; padding-top: 0; padding-bottom: 0; height: 100%; width: 100%; display: none; background-color: #f5f5f5; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } #leftmenuinnerinner_mobile { position: fixed; padding-top: 0; } #id_info_panal { position: fixed; height: 0px; bottom: 0px; left: 0px; /*padding: 3px 10px;*/ width: 100%; /*display: none;*/ background-color: rgba(255, 255, 255, 0.95); /*border-top: 1px solid #DCDCDC;*/ box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2); z-index: 20; /*-webkit-transition: transform 0.4s ease; transition: transform 0.4s ease;*/ transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); transition-duration:0.4s; -webkit-transition-duration:0.4s; } #id_info_panal_inner { padding:20px; height: calc(100% - 30px); width: 100%; overflow-y: auto; /*overflow-x: auto;*/ } .mainview { /*display: inline-block; position: absolute;*/ padding: 0 20px; /*margin-top: 65px; overflow-y: auto; height:-moz-calc(100% - 90px); height:-webkit-calc(100% - 90px); height: calc(100% - 90px);*/ z-index: 1; margin-left: 18em; float: left; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } #body_mainview {} .mainview_mobile { margin-left: 2px; } .toc .tocitems p { font-size: 90%; margin: 4px 0 4px 0.5em; line-height: 1.2; } /* .toc ul { font-size: 90%; list-style-type: none; padding-left: 0px; line-height: 1.2; text-indent: 1px; } .toc ul li { text-indent: 1px; line-height: 1.2; margin: 5px 0; }*/ #content { margin: 0px 5px 10px 5px; padding: 1px 3px; /*border: 1px solid #BBB;*/ /*background-color: #dda;*/ /*background: #EEE;*/ /*color: #000;*/ } #navi_bookmark { display: none; } #navi_note { display: none; } #toolbar { position: fixed; top: 0; left: 0; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #D2D2D2; display: inline-block; background-color: #F8F8F8; box-shadow: 0px 28px 24px 0px #FFFFFF inset; color: #444444; width: 100%; font-size: 13px; float: left; z-index: 17; height: 45px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } #toolbar::-webkit-scrollbar { display: none; } .toolgroup1 { float: left; padding: 0px 10px; width: auto; height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; } /* .toolgroup2 { display: inline-block; float: right; border-right: 1px solid #D5D5D5; border-left: 1px solid #D5D5D5; margin-left: -1px; width: auto; height: 28px; } */ .toolgroup3 { float: left; padding: 0px 12px; margin-right: -1px; border-right: 1px solid #D2D2D2; width: auto; height: 23px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; } #toolbar_mobile { top: 0; left: 0; display: inline-block; padding-top: 8px; background-color: #FFFFFF; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); color: #444444; width: 100%; font-size: 13px; float: left; z-index: 3; } .index_toolbar { width: 100%; top: 0; left: 0; margin: 0; text-align: center; padding: 10px 10px; background-color: #FFFFFF; color: #444444; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); z-index: 2 } .debug_info { position: fixed; left: 0; top: 0; opacity: 0; width: 100%; height:100%; background-color:rgba(25,25,25,0.4); display: none; -webkit-align-items: center; -moz-align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; z-index: 16; } .debug_info #debug { background-color: #FFFFFF; color: #777777; font-size: 160%; font-weight: 400; border-radius: 4px; height: 150px; min-width: 300px; margin: 30px; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; } #word_table { } #sutta_text { margin-bottom: 30px; } .sutta_title { border-left: 15px solid #BBB; margin: 30px 2px 20px 1em; padding: 1px 0.5em; } .sutta_title a { float: right; } .tran_h1_cn, .tran_h1_en { font-size: 100%; font-weight: 400; line-height: 1.1; margin: 0px 2px; } .sutta_paragraph { width: 100%; margin-bottom: 2em; display: inline-flex; } .pali_par { flex:7; float: left; padding: 0pt 8pt; display: inline-flex; flex-wrap:wrap; } /* .pali_par_gatha { width: 50%; float: left; padding: 0; margin-left: 2em; }*/ .pali_par_mobile { /*width:100%;*/ padding: 0pt 8pt; } .pali_par_gatha_mobile { /*width:100%;*/ padding: 0; margin-left: 2em; } .tran_par { flex:3; padding: 0 5px; /*margin: 0 0 0 30%-220px;*/ } .tran_par_mobile { padding: 0 5px; margin: 0; } .tran_par_en { font-size: 80%; text-indent: 0; margin-top: 0; } .tran_par_cn { font-size: 90%; text-indent: 0; margin-top: 0; } .par_note { font-size: 85%; border-left: 5px solid #CDC; margin: 2px 5px 2px 1em; padding: 2px; clear: left; } .par_note p { margin: 5px 2px; } .word { width: Auto; float: left; margin:0 0.6em 1.6em 0; page-break-inside:avoid; } /* .word_hightlight { width: Auto; float: left; margin-bottom: 0.6em; margin-right: 0.5em; background-color: #dda; } */ .word_punc { width: Auto; float: left; margin:0 0.6em 0.8em -0.4em; } .word_detail {} .pali { font-weight: 700; font-size: 110%; padding: 0pt; margin: 0pt; } .mean { font-weight: 700; font-size: 90%; /*line-height: 1.2;*/ margin: 3pt 0; float: none; clear: both; height: 26px; } .ID { font-size: 70%; /*line-height: 1.2;*/ margin: 0; float: none; clear: both; display: none; } .org { font-size: 90%; /*line-height: 1.2;*/ margin: 1px 0; float: none; clear: both; color: #009191; height: 18px; } .om { font-size: 75%; /*line-height: 1.2;*/ margin: 1px 0; float: none; clear: both; color: #009191; height: 18px; } .case { font-size: 75%; /*line-height: 1.2;*/ margin: 1px 0; float: none; clear: both; color: #009191; height: 23px; } .case .type { margin: 0px 1px; padding: 0px 2px; outline:1px solid #009191; outline-offset: -1px; /*background-color: #009191;*/ color: #009191; /*font-weight: 300;*/ } .clr { clear: left; } .enter { clear: left; } .tran_input { display: none; clear: both; } .hidden { display: none; } #modifywin { width: auto; max-width: 20em; background-color: #FFFFFF; margin: 0; padding: 10px; position: absolute; border: 1px solid #D5D5D5; border-radius: 2px; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); display: none; z-index: 10; } #modifywin p { margin: 0; padding: 0; } #modifywin button { font-size: 12px; } #modifywin .modifybutton { margin: 6px 0 0 0; padding: 5px 0; border-top: 1px solid #E4E4E4; } #modifywin .modifybutton .modify_left { width: 50%; float: left; border-right: 1px solid #AAB; } #modifywin a { width: 100%; cursor: pointer; } #modifywin a:hover p{ background-color: #4688F1; color: #FFFFFF; } .bookmarkcolorblock { padding: 1px 5px; } .bookmarkcolor0 { background-color: rgba(0, 0, 0, 0); } .bookmarkcolor1 { background-color: #F99; } .bookmarkcolor2 { background-color: #FF9; } .bookmarkcolor3 { background-color: #9F9; } .bookmarkcolor4 { background-color: #9FF; } .bookmarkcolor5 { background-color: #99F; } /*?x?没找到*/ .bookmarkcolorx { background-color: #CCCCCC; } /*?a?自动匹配*/ .bookmarkcolora { background-color: #DDF; } .bma { display: none; } .bmx {} .bm1 {} .bm2 {} .bm3 {} .bm4 {} .bm5 {} #navi_bookmark_inner h3 { font-size: 100%; font-weight: 700; } .indexbody { margin: 0; padding: 0; background-color: #f5f5f5; } /*.editor{ display:inline; }*/ .debugMsg { display: none; } /* table { border-collapse: collapse; background-color: #FFFFFF; width: 100%; } td, th { border: 1px solid #D2D2D2; font-size: 80%; vertical-align: baseline; } tr.h { background-color: #F5F5F5; font-weight: 500; color: #000000; } */ .center { text-align: center; } .index_inner { font-size: 14px; width: 40em; margin-left: auto; margin-right: auto; text-align: left; } #device { margin-right: 16px; } #device a:link, #device a:visited { color: #4688F1; text-decoration: none; } #device a:focus { outline: 1px dotted; } #device a:hover, #device a:active { color: #4688F1; outline: none; text-decoration: underline; } .select_mode a:link, #device a:visited { color: #AAA; text-decoration: none; } .select_mode a:focus { outline: 1px dotted; } .select_mode a:hover, #device a:active { color: #000; outline: none; text-decoration: underline; } button ,input[type="button"],input[type="submit"]{ font-family: 'Noto Sans', 'Noto Sans SC', 'Noto Sans TC', Arial, Verdana; /*position: relative;*/ /*float: left;*/ border: 1px solid #D2D2D2; padding: 0.2em 0.5em; font-size: 13px; font-weight: 400; height: 2em; color: #009191; background-color: #F9F9F9; border-radius: 3px; margin: 2px 3px; -webkit-transition-duration: 0.2s; transition-duration: 0.2; cursor: pointer; box-shadow: 0px 0.6px 0px 0px #D2D2D2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="button"]:hover,input[type="submit"]:hover,button:hover { background-color: #4688F1; color: #FFFFFF; border: 1px solid #4688F1; } .btn-group { position: relative; display: inline-block; width: auto; font-size: 0; } .btn-group .btn+.btn { margin-left: -3px; } .btn-group>.btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group>.btn:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group>.btn:last-child:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } /* 下拉按钮样式 */ /*.dropbtn { cursor: pointer; display: inline-block; padding: 0 10px; float: left; } */ /* 容器
- 需要定位下拉内容 */ .dropdown { position: relative; display: inline-block; } /* 下拉内容 (默认隐藏) */ .dropdown-content { border-radius: 3px; border: 1px solid #D2D2D2; display: none; position: absolute; background-color: #FFFFFF; color: #444444; min-width: 60px; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2); /*border-radius: 6px;*/ z-index: 6; top: 100%; right: 0; } /*使用一半宽度 (120/2 = 60) 来居中提示工具*/ .dropdown-content::after { content: " "; position: absolute; bottom: 100%; right: 0; margin-right: 20px; border-width: 5px; border-style: solid; border-color: transparent transparent #FFFFFF transparent; } /* 下拉菜单的链接 */ .dropdown-content a { padding: 6px 6px; text-decoration: none; display: block; color: #009191; white-space: nowrap; } /* 鼠标移上去后修改下拉菜单链接颜色 */ .dropdown-content a:hover { background-color: #4688F1; color: #FFFFFF; border-radius: 3px; } /* 当下拉内容显示后修改下拉按钮的背景颜色 */ .dropdown:hover .dropbtn { background-color: #4688F1; color: #FFFFFF; } #file_new { width: 8em; } .tran_words { font-size: 80%; border-width: 1px; border-style: solid; border-color: blue; padding: 4px; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2); border-radius: 4px; } #menu_bookmark { display: none; } #menu_project { display: none; } #menu_display { display: none; } #menu_dict { display: none; } #menu_file { display: none; } #menu_pali_cannon { display: none; } #menu_layout { display: none; } .submenu_title { text-align: center; padding: 2px; margin: 0px -10px; border-top: 1px solid #444444; background-color: #E7E7E7; color: #777777; cursor: pointer; } .submenu_details { padding: 10px 0; } #btn_close_printprev { position: fixed; background-color: rgba(0, 0, 0, 0); width: 2.5em; height: 2.5em; font-size: 2em; color: #FFF; display: block; } #btn_close_printprev a { width: 2em; height: 2em; text-decoration: none; color: rgba(0, 0, 0, 0); } #btn_close_printprev a:hover { color: #FFF; text-decoration: none; } input { padding: 2px 6px; font-size: 100%; min-height: 1.2em; font-family: 'Noto Sans', 'Noto Sans SC', 'Noto Sans TC', Arial, Verdana; font-style: normal; color: #444444; font-weight: 400; } select { font-family: 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', Arial, Verdana; font-style: normal; font-weight: 400; padding: 4px 6px; min-height: 2em; border-radius: 4px; cursor: pointer; } #basic_dict_list p { padding: 0px; margin: 2px 4px; } .grm_add_mean { color: #BD8B18; } .grm_add_mean_user { color: #F9468F; } .cell { margin: 0px 1px 0px -1px; padding: 0px 3px; outline:1px solid #009191; outline-offset: -2px; /*background-color: #009191;*/ color: #009191; /*font-weight: 300;*/ display: inline-flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*不确定的显示为红色*/ .case_dropbtn .cell2 a { margin: 1px; padding: 0px 2px; background-color: #F80; color: #FFFFFF; font-weight: 300; } /* 下拉按钮样式 */ .case_dropbtn { padding: 2px 0; font-size: 80%; border: none; } .case_dropdown .case_dropbtn { padding-top: 0px; padding-bottom: 0px; border: none; font-size: 100%; cursor: pointer; margin: 0px; } /* 容器
- 需要定位下拉内容 */ .case_dropdown { /*position: relative;*/ /*display: inline-block;*/ } /* 下拉内容 (默认隐藏) */ .case_dropdown-content { display: none; position: absolute; background-color: #FFFFFF; min-width: 8em; margin: -1px 0px; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25); color: #444444; } .case_dropdown-content::before{ content: ''; position: absolute; bottom: 100%; width: 100%; border: 6px solid transparent; } /* 下拉菜单的链接 */ .case_dropdown-content a { color: black; padding: 2px 4px; text-decoration: none; display: block; cursor: pointer; } /* 鼠标移上去后修改下拉菜单链接颜色 */ .case_dropdown-content a:hover { background-color: #4688F1; color: #FFFFFF; } /* 在鼠标移上去后显示下拉菜单 */ .case_dropdown:hover .case_dropdown-content { display: block; } /* 当下拉内容显示后修改下拉按钮的背景颜色 */ .case_dropdown:hover .case_dropbtn { opacity: 0.4; } #id_dict_matched dict { padding: 0px; margin: 6px 0 0 0; font-size: 1em; display: block; border-bottom: 2px solid #00F; } #id_dict_matched dict span { background: #00F; color: #FFF; } #id_dict_matched pali { padding: 0px; margin: 0px; font-size: 0.9em; font-weight: 700; display: block; background: #ccf; } #id_dict_matched pali:hover { background: #aaf; } #id_dict_matched org { padding: 0px; margin: 0px; font-size: 0.8em; display: block; background: #cdf; } #id_dict_matched org:hover { background: #aaf; } #id_dict_matched mean { padding: 0px; margin: 0px; font-size: 0.8em; display: block; background: #ccf; background: #cdf; } #id_dict_matched mean:hover { background: #aaf; } #id_dict_matched case { padding: 0px; margin: 0 0 4px 0; font-size: 0.8em; display: block; background: #cdf; } #id_dict_matched case:hover { background: #aaf; } #modify_detaile { padding: 5px 2px; } #modify_bookmark { display: none; padding: 5px 2px; font-size: 0; } #modify_note { display: none; padding: 5px 2px; } #modify_spell { display: none; padding: 5px 2px; } #modify_bookmark div { padding: 5px; } #modify_bookmark div span { cursor: pointer; border-radius: 4px; border: 1px solid #FFF; } #modify_bookmark div span:hover { border: 1px solid #000000; } /* option tab css */ ul, li { margin: 0px; padding: 0px; } .bookmark-tab { position: relative; height: 100%; } .bookmark-tab li { color: #009191; padding: 4px 4px; width: 1em; height: 1em; display: inline-block; margin: 0; font-size: 12px; text-align: center; cursor: pointer; line-height: 1em; } .bookmark-tab li:hover { box-shadow: 0px 0px 8px 1px rgba(200, 200, 200, 0.7) inset; } .gramma-tab { position: relative; height: 100%; border-bottom: 1px solid #555; margin: 3px 0px; } .gramma-tab li { padding: 4px 5px; display: inline-block; font-size: 0.8em; text-align: center; margin-left: 0px; margin-right: 0px; cursor: pointer; height: 100%; line-height: 1em; margin-bottom: 4px; border: 1px solid #FFF; border-radius: 3px; transition: all ease 0.3s; } .gramma-tab li:first-child { margin-left: 0px; } .gramma-tab li:hover {} .common-tab { text-align: center; width: auto; position: relative; height: 100%; border-bottom: 1px solid #D5D5D5; margin-bottom: 6px; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; } .common-tab li { border: 1px solid #D5D5D5; padding: 5px; display: inline-block; font-size: 1em; /*text-align: center;*/ margin: 0 1px -1px 0px; cursor: pointer; height: 100%; line-height: 1em; /*border-bottom: 3px solid rgba(0, 0, 0, 0);*/ /*transition: all ease 0.2s;*/ } /* .common-tab li:first-child { margin-left: 0px; } .common-tab li:last-child { margin-right: 0px; } */ .common-tab li:hover { border-bottom: 1px solid #FFFFFF; /*background:#AAA;*/ } #export_data { display: none; } .dict_row0 { background: #FFF; } .dict_row-1 { background: #FFD; } .dict_row-2 { background: #FFB; } .dict_row0 { background: #FFF; } .dict_row1 { background: #FFD; } .dict_row2 { background: #FFB; } .dict_row3 { background: #FF9; } .dict_row4 { background: #FF7; } .dict_row5 { background: #FF5; } .dict_row6 { background: #FF3; } .dict_row_new { background: #F5F5F5; width: auto; } .word_parent { margin: 2px; padding: 2px; font-size: 80%; } .word_current { margin: 2px; padding-left: 0.5em; font-size: 100%; font-weight: 700; } .word_child { margin: 2px; padding-left: 2em; font-size: 80%; } .mean_block span { background-color: #AAF; margin: 0; padding: 0 3px; border-radius: 4px; } /* .mean_block span:hover, span:active { cursor: pointer; background-color: #E0DDDD; margin: 0; padding: 0 3px; border-radius: 4px; }*/ .fun_block { width: auto; padding: 20px 40px; margin-bottom: 20px; background-color: #ffffff; box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1); } .fun_block h2 { border-bottom: 1px solid #D5D5D5; margin-bottom: 1em; padding-bottom: 10px; font-size: 120%; font-weight: 400; color: #444444; } #userfilelist { display: inline-block; width: 100%; } #id_app_name { font-size: 200%; font-weight: 400; color: #777777; padding: 25px 30px; } .mean_cell { display: inline-block; cursor: pointer; border: black solid thin; margin: 2px 2px; padding: 1px 0; border-radius: 4px; background-color: #ECECEC; } .mean_inner { display: inline; } .mean_button { display: none; margin: 0; padding: 1px 5px; } .mean_cell:hover .mean_button { display: inline; } .mean_button:hover { background-color: #3e8e41; } .button_shell { display: inline-block; width: 1em; } textarea { font-family: 'Noto Sans', 'Noto Sans SC', 'Noto Sans TC', Arial, Verdana; font-style: normal; font-weight: 400; font-size: 16px; width: 100%; } #id_text_edit_form textarea { font-family: 'Noto Sans', 'Noto Sans SC', 'Noto Sans TC', Arial, Verdana; font-style: normal; font-weight: 400; font-size: 16px; width: 99%; } .debugMsg > textarea { width: 60%; } .submitbtn { border: 1px solid #DCDCDC; padding: 4px 8px; font-size: 13px; font-weight: 400; min-height: 1em; color: #009191; background-color: #F9F9F9; border-radius: 4px; margin: 0 2px; -webkit-transition-duration: 0.2s; transition-duration: 0.2; cursor: pointer; } .submitbtn:hover { background-color: #4688F1; border: 1px solid #4688F1; color: #FFFFFF; } .tool_button {} .edit_tran_button { display: inline; height: 1.5em; padding: 0 5px; margin: 0 3px 0 0; opacity: 0.5; } .edit_tran_button:hover { opacity: 1; } @keyframes viewbug { 0% { opacity: 0; } 40% { opacity: 1; } 60% { opacity: 1; } 100% { opacity: 0; } } #menu_layout{ display:none; } #id_text_edit_form{ width:50%; position: fixed; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2); left:200px; top:200px; display:none; z-index:18; } .comm_par{ padding: 5px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2); } .imgbutton{ border:none; padding: 2px; } .in_word_button{ margin:0px 4px; border: 1px solid #D2D2D2; cursor: pointer; } .un_pali{ color:#AAF; } .un_begin{ color:#AAF; } .un_end{ color:#AAF; } .paliword2{ clear:left; display:none; } /* .mean table { border-collapse: collapse; background-color: #FFFFFF; width: 100%; } .mean td,th { border: 1px solid #D2D2D2; font-size: 100%; vertical-align: baseline; } .mean tr.h { background-color: #F5F5F5; font-weight: 500; color: #000000; } */ #id_palicannon_index_filelist li{ margin-left:1em; overflow: hidden; font-size: 95%; } #input_meaning{ width:90%; } #input_org{ width:90%; } #input_om{ width:90%; } #input_case{ width:90%; display:none; } .tocitems li{ overflow: hidden; } .toc_h_0{ display:none; } .toc_h_1{ padding-left:0; } .toc_h_2{ padding-left:1em; } .toc_h_3{ padding-left:2em; } .toc_h_4{ padding-left:3em; } .head_par .head_pali_1{ font-weight: 700; font-size:200%; } .head_par .head_pali_2{ font-weight: 700; font-size:150%; } .head_par .head_pali_3{ font-weight: 400; font-size:120%; } .head_par .head_pali_4{ font-weight: 200; font-size:100%; } .dialog-title { color:#fff; background-color:#404040; font-size:12pt; font-weight:bold; padding:4px 6px; cursor:move; } #id_text_edit_form{ background-color:#FFF; } .tree_expand{ padding:5px 1px; border: 1px solid #DCDCDC; } #menu_plugin{ display:none; } .pnotediv{ padding: 5px; box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) display:none; } .note_parblock:first-child{ border-top: 1px solid #FFF; } .note_parblock{ border-top: 1px solid #DCDCDC; } .tran_parblock:first-child{ border-top: 1px solid #FFF; } .tran_parblock{ border-top: 1px solid #DCDCDC; } .en_text{ font-size:90%; } .zh_text{ font-size:100%; } .tw_text{ font-size:100%; } .wnotediv { font-size: 85%; border-left: 5px solid #CDC; margin: 2px 5px 2px 1em; padding: 2px; clear: left; } .wnotediv p { margin: 5px 2px; } .full_note_handle .full_note{ display:none; } /* 在鼠标移上去后显示下拉菜单 */ .full_note_handle:hover .full_note { display: inline; } .edit_tool{ display:block; } .par_heading{ margin:4pt 1pt; } .par_heading .heading_parblock_0_pali{ display:none; } .par_heading .heading_parblock_0_zh{ display:none; } .par_heading .heading_parblock_0_tw{ display:none; } .par_heading .heading_parblock_0_en{ display:none; } .par_heading .heading_parblock_1_pali{ font-size:180%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_1_zh{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_1_tw{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_1_en{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_2_pali{ font-size:160%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_2_zh{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_2_tw{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_2_en{ font-size:110%; font-weight: 700; } .par_heading .heading_parblock_3_pali{ font-size:130%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_3_zh{ font-size:100%; font-weight: 700; } .par_heading .heading_parblock_3_tw{ font-size:100%; font-weight: 700; } .par_heading .heading_parblock_3_en{ font-size:100%; font-weight: 700; } .par_heading .heading_parblock_4_pali{ font-size:110%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_4_zh{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_4_tw{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_4_en{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_5_pali{ font-size:110%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_5_zh{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_5_tw{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_5_en{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_6_pali{ font-size:110%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_6_zh{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_6_tw{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_6_en{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_7_pali{ font-size:110%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_7_zh{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_7_tw{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_7_en{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_8_pali{ font-size:110%; font-weight: 700; border-bottom: 1px solid #D2D2D2; } .par_heading .heading_parblock_8_zh{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_8_tw{ font-size:90%; font-weight: 700; } .par_heading .heading_parblock_8_en{ font-size:90%; font-weight: 700; } .toc_heading_0{ display:none; } .toc_heading_1{ padding-left:0.5em; padding-bottom:0.3em; } .toc_heading_2{ padding-left:1em; padding-bottom:0.3em; } .toc_heading_3{ padding-left:1.5em; padding-bottom:0.3em; } .toc_heading_4{ padding-left:2em; padding-bottom:0.3em; } .toc_heading_5{ padding-left:2.5em; padding-bottom:0.3em; } .toc_heading_6{ padding-left:3em; padding-bottom:0.3em; } .toc_heading_7{ padding-left:3.5em; padding-bottom:0.3em; } .toc_heading_8{ padding-left:4em; padding-bottom:0.3em; } .toc_item{ display:block; } /*段落区块*/ /* .pardiv{ width: 100%; margin-bottom: 2em; display: inline-flex; } */ /*标题工具区块*/ /* .head_tool{ } */ /*标题区块*/ /* .par_heading{ } */ /*逐词译区块*/ /* .wbwdiv{ flex:7; float: left; padding: 0pt 8pt; display: inline-flex; flex-wrap:wrap; } */ /*逐词译注释区块*/ .wnotediv{ } /*翻译区块*/ /* .trandiv{ flex:3; padding: 0 5px; } */ /*注解区块*/ .pnotediv{ } #word_table_inner table { border-collapse: collapse; background-color: #FFFFFF; width: 100%; } #word_table_inner td,th { border: 1px solid #D2D2D2; font-size: 80%; vertical-align: baseline; } #word_table_inner tr.h { background-color: #F5F5F5; font-weight: 500; color: #000000; }