1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111 |
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 全局样式设定 **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** ----------------------------------------------- **/
- /** 全局样式 **/
- /** ----------------------------------------------- **/
- /** 行高字号设定 **/
- body {
- font-size: 1em;
- text-align: justify;
- line-height: 1.618em;
- }
- /** 全文首行缩进2个中文字符 **/
- p {
- text-indent: 2em;
- }
- /** 版权信息页正文 **/
- p.kindle-cn-copyright-text {
- line-height: 1.618em;
- text-indent: 0em;
- }
- /** 引用框 **/
- blockquote.kindle-cn-blockquote {
- background: #DCDCDC;
- border-left: 0.5em solid #c7c7c7;
- margin: 1.5em;
- padding: 1em;
- text-indent:2em;
- line-height:1.5em;
- }
- div.kindle-cn-blockquote {
- border-left: 0.5em solid #c7c7c7;
- margin: 1.5em;
- padding: 0.5em;
- text-indent:2em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- line-height:1.5em;
- }
- /** 日语 **/
- :lang(ja) {
- font-family: TBGothic, TBMincho, TBGothic, HYGothic, TsukushiMincho;
- }
- /** 文字居右 **/
- p.kindle-cn-signature {
- text-align: right;
- }
- /** 首字下沉 **/
- span.kindle-cn-dropcap {
- float:left;
- font-size:2.85em;
- line-height: 1em;
- padding:0em 0em 0em 0em;
- text-indent:0
- }
- p.kindle-cn-dropcap{
- text-indent:0em;
- }
- /** 行间图 **/
- img.kindle-cn-inline-image {
- height: 1em;
- vertical-align: middle;
- margin-left: -0.1em ;
- margin-right: -0.1em ;
- }
- /* 根据原文调整图片大小 plus1*/
- img.kindle-cn-inline-image2 {
- height: 2em;
- vertical-align: middle;
- margin-left: -0.1em ;
- margin-right: -0.1em ;
- }
- /** 生僻字 **/
- img.kindle-cn-inline-character{
- width: 1em;
- vertical-align:middle;
- }
- /** 段落里的引用部分 **/
- p.kindle-cn-ref {
- margin:0em 1em 0em 1em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- }
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 多字体 **/
- /** ----------------------------------------------- **/
- /** 黑体文字 **/
- p.kindle-cn-hei {
- font-family: "MYing Hei S", Hei,黑体;
- }
- /** 宋体文字 **/
- p.kindle-cn-song {
- font-family: STSong, "Song S", Song, 宋体;
- }
- /** 楷体文字 **/
- p.kindle-cn-kai {
- font-family: STKai, "MKai PRC", Kai, 楷体;
- }
- /** 圆体文字 **/
- p.kindle-cn-yuan {
- font-family: STYuan, "yuan S", yuan, 圆体;
- }
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 列表样式 **/
- /** ----------------------------------------------- **/
- /** 无序列表样式 **/
- /** 圈标签 **/
- ul.kindle-cn-ul-disc {
- list-style-type: disc;
- }
- /** 圆环标签 **/
- ul.kindle-cn-ul-circle {
- list-style-type: circle;
- }
- /** 方形标签 **/
- ul.kindle-cn-ul-square {
- list-style-type: square;
- }
- /** 有序列表样式 **/
- /** 此样式会显示1. 2. 3. **/
- ol.kindle-cn-ol-decimal {
- list-style-type: decimal;
- }
-
- /** 此样式会显示i. ii. iii. **/
- ol.kindle-cn-ol-lroman {
- list-style-type: lower-roman;
- }
- /** 此样式会显示I. II. III. **/
- ol.kindle-cn-ol-uroman {
- list-style-type: upper-roman;
- }
- /** 此样式会显示a. b. c. **/
- ol.kindle-cn-ol-lalpha {
- list-style-type: lower-alpha;
- }
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 标题样式 **/
- /** ----------------------------------------------- **/
- /** 双线标题 **/
- h1.kindle-cn-heading-1 {
- border-bottom: 2px dashed #c7c7c7;
- border-top: 2px dashed #c7c7c7;
- padding: 0.75em 0 0.75em 0;
- width: 100%;
- page-break-before: always;
- font-size: 3em;
- font-family:"MYing Hei S", Hei,黑体;
- }
- /** 下单线标题 **/
- h1.kindle-cn-heading-2 {
- font-size: 3em;
- font-family:"MYing Hei S", Hei,黑体;
- border-bottom: 2px dashed #c7c7c7;
- margin-bottom: -0em;
- width: 100%;
- page-break-before: always;
- }
- h2.kindle-cn-heading2 {
- width: 100%;
- font-size: 2.5em;
- }
- h3.kindle-cn-heading2 {
- font-size: 2em;
- }
- /** 页眉标题 **/
- div.kindle-cn-page-header-outer{
- border-bottom: 1px solid #FF9900;
- margin-bottom: 0em;
- width: 100%;
- }
- h1.kindle-cn-heading-3{
- padding:0.4em;
- margin:0;
- width: 100%;
- color: white;
- background-color:#FF9900;
- display: inline;
- font-size:0.8em;
- page-break-before: always;
- }
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 图片样式设定 **/
- /** ----------------------------------------------- **/
- /** ----------------------------- **/
- /** 图片居中样式 **/
- /** ----------------------------- **/
- /** Div居中样式 **/
- div.kindle-cn-bodycontent-div-alone100 {
- width: 100%;
- text-align: center;
- }
- /** 图片80%大小,带图说 **/
- img.kindle-cn-bodycontent-image-alone80-withnote {
- width: 80%;
- margin-bottom: 0em;
- }
- /** 图片80%大小,不带图说 **/
- img.kindle-cn-bodycontent-image-alone80 {
- width: 80%;
- margin-bottom: -0.5em;
- }
- /** 图片80%大小,图说在图上方,通常用于表格 **/
- img.kindle-cn-bodycontent-image-alone80-1 {
- width: 80%;
- margin-top: -0.3em;
- }
- /** 图说文字少,居中对齐 **/
- p.kindle-cn-picture-txt-withfewcharactors {
- font-size: 0.85em;
- font-family: STKai, "MKai PRC", Kai,楷体;
- text-align: center;
- margin-top: -0.3em;
- text-indent: 0;
- }
- /** 图说文字多,左对齐 **/
- p.kindle-cn-picture-txt-withmanycharactors {
- font-size: 0.85em;
- font-family: STKai, "MKai PRC", Kai,楷体;
- text-align: left;
- margin-top: -0.3em;
- text-indent: 0;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 右绕排图样式(图片在右侧) **/
- /** ----------------------------- **/
- /** div样式 **/
- div.kindle-cn-bodycontent-div-right {
- width: 45%;
- margin-left: 1em;
- float: right;
- font-size: 1em;
- }
- /** 图片样式1(不带图说) **/
- img.kindle-cn-bodycontent-divright-image-withoutnote {
- width: 100%;
- margin-bottom:-0.5em
- }
- /** 图片样式2(带图说) **/
- img.kindle-cn-bodycontent-divright-image-withnote {
- width: 100%;
- margin-bottom:0em
- }
- /** 图说样式(左对齐,左侧边与图片边缘对齐 **/
- p.kindle-cn-picture-txt-right {
- font-size: 0.85em;
- font-family: STKai, "MKai PRC", Kai,楷体;
- text-align: left;
- text-indent: 0;
- margin-top: -0.5em;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 左绕排图(图片在左侧 **/
- /** ----------------------------- **/
- /** div样式 **/
- div.kindle-cn-bodycontent-div-left {
- width: 45%;
- margin-right: 1em;
- float: left;
- font-size: 1em;
- }
- /** 图片样式1(不带图说 **/
- img.kindle-cn-bodycontent-divleft-image-withoutnote {
- width: 100%;
- margin-bottom:-0.5em
- }
- /** 图片样式2(带图说 **/
- img.kindle-cn-bodycontent-divleft-image-withnote {
- width: 100%;
- margin-bottom:0em
- }
- /** 图说样式(左对齐,左侧边与图片边缘对齐 **/
- p.kindle-cn-picture-txt-left {
- font-size: 0.85em;
- font-family: STKai, "MKai PRC", Kai,楷体;
- text-align: left;
- margin-top: -0.5em;
- text-indent: 0;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 并列图片 **/
- /** ----------------------------- **/
- /** 无图注 **/
- table.kindle-cn-picture-parallel-1 {
- margin: 1em auto 1em auto;
- text-align: center;
- }
- td.kindle-cn-picture-parallel-2 {
- vertical-align: bottom;
- text-align: center;
- width: 40%;
- }
- img.kindle-cn-picture-parallel-3 {
- text-align:center;
- width:90%;
- }
- /** ----四图一页无图注---- **/
- table.kindle-cn-picture-four-1 {
- margin:auto;
- }
- td.kindle-cn-picture-four-2 {
- width:40%;
- vertical-align:bottom
- }
- img.kindle-cn-tourism-four_images-3 {
- width:100%;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 并列图片 **/
- /** ----------------------------- **/
- /** 无图注 **/
- table.kindle-cn-picture-parallel-1 {
- margin: 1em auto 1em auto;
- text-align: center;
- }
- td.kindle-cn-picture-parallel-2 {
- vertical-align: bottom;
- text-align: center;
- width: 40%;
- }
- img.kindle-cn-picture-parallel-3 {
- text-align:center;
- width:90%;
- }
- /** ----------------------------- **/
- /** 并列图文横排 **/
- /** ----------------------------- **/
- table.kindle-cn-tourism-double_image_with_notes-1 {
- margin: 1em auto 1em auto;
- text-align: center;
- }
- td.kindle-cn-tourism-double_image_with_notes-2 {
- vertical-align: bottom;
- width: 48%;
- }
- td.kindle-cn-tourism-double_image_with_notes-3 {
- vertical-align:top;
- text-align:justify;
- font-size:0.85em;
- padding : 0.8em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- }
- img.kindle-cn-tourism-double_image_with_notes-4 {
- width: 95%;
- }/** ----------------------------- **/
- /** ----------------------------- **/
- /** 三图文并列横排 **/
- /** ----------------------------- **/
- table.kindle-cn-tourism-triple_image_with_notes-1 {
- margin: 1em auto 1em auto;
- text-align: center;
- }
- td.kindle-cn-tourism-triple_image_with_notes-2 {
- vertical-align: bottom;
- width: 30%;
- }
- td.kindle-cn-tourism-triple_image_with_notes-3 {
- vertical-align:top;
- text-align:justify;
- font-size:0.85em;
- padding: 0em 1em 0em 1em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- }
- img.kindle-cn-tourism-triple_image_with_notes-4 {
- width: 95%;
- }
- /** ----------------------------- **/
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 表格样式设定 **/
- /** ----------------------------------------------- **/
- /** ----------------------------- **/
- /** 横向表头 **/
- /** ----------------------------- **/
- table.kindle-cn-table-body {
- margin: 1em auto 1em auto;
- border-style: solid solid none none;
- width: 100%;
- border-width: 1px;
- }
- td.kindle-cn-table-th{
- vertical-align: middle;
- padding: 0.5em 0.5em 0.5em 0.5em;
- border-style: none none solid solid;
- border-width: 1px;
- font-weight: bold;
- text-align:center;
- }
- td.kindle-cn-table-dg1 {
- vertical-align: middle;
- padding: 0.5em 0.5em 0.5em 0.5em;
- border-style: solid solid solid solid;
- border-width: 1px;
- text-align:center;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 纵向表头 **/
- /** ----------------------------- **/
- table.kindle-cn-table-body {
- margin: 1em auto 1em auto;
- border-style: solid solid none none;
- width: 100%;
- border-width: 1px;
- }
- /** 普通单元格1 **/
- td.kindle-cn-table-dg1 {
- vertical-align: middle;
- padding: 0.5em 0.5em 0.5em 0.5em;
- border-style: none none solid solid;
- border-width: 1px;
- text-align:center;
- }
- /** 普通单元格2 **/
- td.kindle-cn-table-dg2 {
- vertical-align: middle;
- padding: 0.5em 0.5em 0.5em 0.5em;
- border-style: none none solid solid;
- border-width: 1px;
- text-align: left;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 带底色无边框表格 **/
- /** ----------------------------- **/
- table.kindle-cn-bodyt {
- margin: 1em 0em 0.5em 0em;
- border-style: solid none solid none;
- border-width: 2px;
- border-color: #000000;
- }
- td.kindle-cn-table-rt {
- vertical-align: middle;
- padding: 0.5em 0.5em 0.5em 0.5em;
- background-color: #c7c7c7;
- text-align: center;
- font-weight: bold;
- }
- /** 普通单元格 **/
- td.kindle-cn-table-rn {
- vertical-align: top;
- padding: 0.5em 0.5em 0.5em 0.5em;
- background-color: #DCDCDC;
- text-align:left;
- }
- /** ----------------------------- **/
- /** ----------------------------- **/
- /** 内部无边框表格 **/
- /** ----------------------------- **/
- table.kindle-cn-table-bodyt-1 {
- margin: 1em 0em 1em 0em;
- border-style: solid none solid none;
- border-width: 2px;
- }
- td.kindle-cn-table-rt1 {
- vertical-align: middle;
- border-style: none none solid none;
- padding: 0.5em 0.5em 0.5em 0.5em;
- border-width: 1px;
- text-align: center;
- font-weight: bold;
- }
- /** 普通单元格 **/
- td.kindle-cn-table-rn1 {
- vertical-align: top;
- padding: 0.5em 0.5em 0.5em 0.5em;
- text-align:left;
- }
- /** ----------------------------- **/
- /** ----------------------------------------------- **/
- /** 边框样式 **/
- /** ----------------------------------------------- **/
- /** ----------------------------- **/
- /** 阴影边框样式 **/
- /** ----------------------------- **/
- div.kindle-cn-frame-shadow{
- border: 1px solid #146eb4;
- box-shadow: 5px 5px 5px #c7c7c7;
- width: 95%;
- padding: 0.3em;
- margin-left: 2%;
- margin-right: 3%;
- }
- /** 边框内文字无缩进 **/
- p.kindle-cn-noindent{
- text-indent:0
- }
- /** ----------------------------- **/
- /** 提示框 **/
- /** ----------------------------- **/
- div.kindle-cn-tip-box {
- padding:1em 1em 1em 1em;
- margin: 1em 0 1em 0em;
- background-color: #DCDCDC;
- font-family:STKai, "MKai PRC", Kai,楷体;
- line-height:1.5em;
- }
- /** ----------------------------- **/
- /** 直角框 **/
- /** ----------------------------- **/
- div.kindle-cn-frame-zhijiao {
- font-size: 1em;
- padding: 0.5em;
- margin: 1.5em 0em 1.5em 0em;
- border-style: solid solid solid solid;
- border-width: 1px;
- }
- /** ----------------------------- **/
- /** 圆角框 **/
- /** ----------------------------- **/
- div.kindle-cn-frame-yuanjiao{
- font-size: 1em;
- padding: 0.5em;
- margin: 1.5em 0em 1.5em 0em;
- border-style: solid solid solid solid;
- border-width: 1px;
- border-radius: 0.5em;
- }
- /** ----------------------------- **/
- /** 带底色知识点文本框**/
- /** ----------------------------- **/
- div.kindle-cn-frame-zhishidian1 {
- font-size: 1em;
- padding: 0.5em;
- margin: 1.5em 0em 1.5em 0em;
- background-color: #DCDCDC;
- border-bottom: solid 1px #666666;
- }
- /** ----------------------------- **/
- /** 诗歌**/
- /** ----------------------------- **/
- p.kindle-cn-poem-left {
- margin-left: 2em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- text-indent: 0em;
- }
- p.kindle-cn-poem-center {
- font-family:STKai, "MKai PRC", Kai,楷体;
- text-align: center;
- text-indent:0em;
- }
- /** 底纹知识点 **/
- p.kindle-cn-frame-zsdtext1 {
- padding: 0.3em 0em 0.25em 0.3em;
- margin-top: -0.5em;
- margin-left: -0.5em;
- font-weight: bold;
- margin-right: -0.5em;
- text-align: center;
- color: #000000;
- border-bottom: solid 1px #666666;
- background-color: #c7c7c7;
- text-indent:0em;
- }
- /** ----------------------------- **/
- /** 知识点标题虚线文本框 **/
- /** ----------------------------- **/
- p.kindle-cn-frame-zsdtext2 {
- padding-bottom: 0.2em;
- font-size: 1em;
- font-weight: bold;
- text-indent: 0em;
- border-bottom: solid 1px #666666;
- }
- /** ----------------------------- **/
- /** ----------------------------------------------- **/
- /** 文字特殊样式 **/
- /** ----------------------------------------------- **/
- /** 加粗 **/
- span.kindle-cn-bold{
- font-weight: bold;
- }
- /** 斜体字 **/
- span.kindle-cn-italic{
- font-style: italic;
- }
- /** 斜体加粗字体**/
- span.kindle-cn-bold-italic{
- font-weight: bold;
- font-style: italic;
- }
- /** 下划线**/
- span.kindle-cn-underline{
- text-decoration: underline;
- }
- /** 删除线 **/
- Span.kindle-cn-strike{
- text-decoration: line-through;
- }
- /** 双下划线 **/
- span.kindle-cn-specialtext-double{
- border-bottom:0.2em double;
- }
- /** 点线式边框 **/
- span.kindle-cn-specialtext-dot{
- border-style:dotted;
- }
- /** 破折线式边框 **/
- span.kindle-cn-specialtext-dash{
- border-style:dashed;
- border-width: 1px;
- }
- /** 直线式边框 **/
- span.kindle-cn-specialtext-dot{
- border-style:solid;
- border-width: 1px;
- }
- /* 数学上标字体 */
- span.math-super {
- font-size: 0.7em;
- vertical-align: super;
- }
- /* 数学上标倾斜字体 */
- span.math-super-italic {
- font-size: 0.7em;
- font-style: italic;
- vertical-align: super;
- }
- /* 数学下标字体 */
- span.math-sub {
- font-size: 0.7em;
- vertical-align: sub;
- }
- /** ----------------------------------------------- **/
- /** ----------------------------------------------- **/
- /** 带侧向竖线引用框 **/
- /** ----------------------------------------------- **/
-
-
- /* 带侧向竖线引用框 */
- blockquote.kindle-cn-blockquote {
- background: #f9f9f9;
- border-left: 0.5em solid #ccc;
- margin: 1.5em;
- padding: 0.5em;
- text-indent:2em;
- font-family:STKai, "MKai PRC", Kai,楷体;
- line-height:1.5em;
- }
- /** ----------------------------- **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 英语样式 **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** ----------------------------- **/
- /** 音标样式 **/
- /** ----------------------------- **/
- @font-face
- {
- font-family: yinbiao;
- src: url(XXXXXXXXXXXXXXXX);
- }
- /**音标区块不使用粗体,嵌入西文字体。 **/
- span.kindle-cn-eng-yinbiao
- {
- font-family:yinbiao;
- }
- /**单词区块使用粗体,字体为默认字体。 **/
- p.kindle-cn-bold
- {
- font-weight: bold;
- }
- /** ----------------------------- **/
- /** ------------------------------------------------------------------------------------------------------ **/
-
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 摄影类样式 **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 步骤,白字 **/
- span.kindle-cn-photography-step-white {
- background-color: #FF9900;
- font-family: "verdana";
- font-style: "italic" ;
- font-weight: bold;
- color: white;
- padding: 0.3em;
- box-shadow: 0px 3px 3px #666666;
- }
- /** 步骤,黑字 **/
- span.kindle-cn-photography-step-black {
- background-color: #FF9900;
- font-family: "verdana";
- font-style: "italic" ;
- font-weight: bold;
- color: black;
- padding: 0.3em;
- box-shadow: 0px 3px 3px #666666;
- border-bottom: 2px solid #666666;
- margin-bottom: -0.5em;
- width: 100%;
- }
- /** 问答 **/
- span.kindle-cn-qa {
- font-weight: bold;
- color: #EE1475;
- font-family: "MYing Hei S", Hei,黑体;
- }
- /** ------------------------------------------------------------------------------------------------------ **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 旅行类样式 **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 旅行类信息文本框 **/
- div.kindle-cn-tourism-lnfo-tags-1 {
- background-color:#c7c7c7;
- font-family: 宋体;
- float: left;
- border-radius: 1em;
- margin:0em 1em 1em 0em;
- padding: 1em;
- border-width: 0.1em;
- border-style: solid;
- box-shadow:0em 0em 2em #c7c7c7;
- font-weight:500;
- font-size:0.85em;
- border-color:black;
- }
- p.kindle-cn-tourism-lnfo-tags-2 {
- border-radius: 1em;
- color:white;
- line-height:1.5em;
- background-color:#146eb4;
- }
- /** ------------------------------------------------------------------------------------------------------ **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 计算机类样式 **/
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 行间代码 **/
- code.kindle-cn-computer-code{
- font-family: monospace;
- }
- /** ------------------------------------------------------------------------------------------------------ **/
- /** 考试类样式 **/
- /*选择题*/
- p.kindle-cn-exam-choice{
- text-indent: 0em;
- font-size: 1em;
- margin-left: 2em;
- }
- /**字符样式**/
- span.kindle-cn-char-bold{
- font-weight: bold;
- }
- span.kindle-cn-char-italic{
- font-style: italic;
- }
- span.kindle-cn-char-bolditalic{
- font-weight: bold;
- font-style: italic;
- }
- span.kindle-cn-char-underline{
- text-decoration: underline;
- }
- span.kindle-cn-char-delete{
- text-decoration: line-through;
- }
- span.kindle-cn-char-doubleunderline{
- text-decoration: line-through;
- }
- /** 加粗 **/
- span.kindle-cn-bold{
- font-weight: bold;
- }
- /** 斜体字 **/
- span.kindle-cn-italic{
- font-style: italic;
- }
- /** 斜体加粗字体**/
- span.kindle-cn-bold-italic{
- font-weight: bold;
- font-style: italic;
- }
- /** 下划线**/
- span.kindle-cn-underline{
- text-decoration: underline;
- }
- /** 删除线 **/
- span.kindle-cn-strike{
- text-decoration: line-through;
- }
- /** 双下划线 **/
- span.kindle-cn-specialtext-double{
- border-bottom:0.2em double;
- }
- /**背景色**/
- span.kindle-cn-specialtext-bg{
- background-color:red;
- }
- /**部分楷体**/
- span.kindle-cn-specialtext-kaiti{
- font-family:STKai, "MKai PRC", Kai,楷体;
- }
- /** 点线式边框 **/
- span.kindle-cn-specialtext-dot{
- border-style:dotted;
- }
- /** 破折线式边框 **/
- span.kindle-cn-specialtext-dash{
- border-style:dashed;
- border-width: 1px;
- }
- /** 直线式边框 **/
- span.kindle-cn-specialtext-str-line{
- border-style:solid;
- border-width: 1px;
- }
- /* 数学上标字体 */
- span.math-super {
- font-size: 0.7em;
- vertical-align: super;
- }
- /* 数学上标倾斜字体 */
- span.math-super-italic {
- font-size: 0.7em;
- font-style: italic;
- vertical-align: super;
- }
- /* 数学下标字体 */
- span.math-sub {
- font-size: 0.7em;
- vertical-align: sub;
- }
- /**段落样式**/
- /*无缩进*/
- p.kindle-cn-para-no-indent{
- text-indent: 0em;
- }
- /*2em 无缩进*/
- div.kindle-cn-para-2em-indent{
- margin-left: 2em;
- }
- /*居左*/
- p.kindle-cn-para-left{
- text-align: left;
- }
- /*居中*/
- p.kindle-cn-para-center{
- text-align: center;
- text-indent: 0em;
- }
- /*居右*/
- p.kindle-cn-para-right{
- text-align: right;
- }
- /*居中*/
- p.kindle-cn-para-align-center{
- text-align:center;
- }
- .kindle-cn-bottom-border-heading{
- border-bottom: 2px dashed grey;
- margin-bottom: -0em;
- width: 100%;
- }
- /*绕排解除*/
- .kindle-cn-bodycontent-div-left-clear{
- clear:left;
- }
- .kindle-cn-bodycontent-div-right-clear{
- clear:right;
- }
- .kindle-cn-dotundertext{
- -webkit-text-emphasis-style:dot;
- -moz-text-emphasis-style:dot;
- -ms-text-emphasis-style:dot;
- text-emphasis-style:dot;
- -webkit-text-emphasis-position:under;
- -moz-text-emphasis-position:under;
- -ms-text-emphasis-position:under;
- text-emphasis-position:under;
- }
|