style0002.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. /** ------------------------------------------------------------------------------------------------------ **/
  2. /** 全局样式设定 **/
  3. /** ------------------------------------------------------------------------------------------------------ **/
  4. /** ----------------------------------------------- **/
  5. /** 全局样式 **/
  6. /** ----------------------------------------------- **/
  7. /** 行高字号设定 **/
  8. body {
  9. font-size: 1em;
  10. text-align: justify;
  11. line-height: 1.618em;
  12. }
  13. /** 全文首行缩进2个中文字符 **/
  14. p {
  15. text-indent: 2em;
  16. }
  17. /** 版权信息页正文 **/
  18. p.kindle-cn-copyright-text {
  19. line-height: 1.618em;
  20. text-indent: 0em;
  21. }
  22. /** 引用框 **/
  23. blockquote.kindle-cn-blockquote {
  24. background: #DCDCDC;
  25. border-left: 0.5em solid #c7c7c7;
  26. margin: 1.5em;
  27. padding: 1em;
  28. text-indent:2em;
  29. line-height:1.5em;
  30. }
  31. div.kindle-cn-blockquote {
  32. border-left: 0.5em solid #c7c7c7;
  33. margin: 1.5em;
  34. padding: 0.5em;
  35. text-indent:2em;
  36. font-family:STKai, "MKai PRC", Kai,楷体;
  37. line-height:1.5em;
  38. }
  39. /** 日语 **/
  40. :lang(ja) {
  41. font-family: TBGothic, TBMincho, TBGothic, HYGothic, TsukushiMincho;
  42. }
  43. /** 文字居右 **/
  44. p.kindle-cn-signature {
  45. text-align: right;
  46. }
  47. /** 首字下沉 **/
  48. span.kindle-cn-dropcap {
  49. float:left;
  50. font-size:2.85em;
  51. line-height: 1em;
  52. padding:0em 0em 0em 0em;
  53. text-indent:0
  54. }
  55. p.kindle-cn-dropcap{
  56. text-indent:0em;
  57. }
  58. /** 行间图 **/
  59. img.kindle-cn-inline-image {
  60. height: 1em;
  61. vertical-align: middle;
  62. margin-left: -0.1em ;
  63. margin-right: -0.1em ;
  64. }
  65. /* 根据原文调整图片大小 plus1*/
  66. img.kindle-cn-inline-image2 {
  67. height: 2em;
  68. vertical-align: middle;
  69. margin-left: -0.1em ;
  70. margin-right: -0.1em ;
  71. }
  72. /** 生僻字 **/
  73. img.kindle-cn-inline-character{
  74. width: 1em;
  75. vertical-align:middle;
  76. }
  77. /** 段落里的引用部分 **/
  78. p.kindle-cn-ref {
  79. margin:0em 1em 0em 1em;
  80. font-family:STKai, "MKai PRC", Kai,楷体;
  81. }
  82. /** ----------------------------------------------- **/
  83. /** ----------------------------------------------- **/
  84. /** 多字体 **/
  85. /** ----------------------------------------------- **/
  86. /** 黑体文字 **/
  87. p.kindle-cn-hei {
  88. font-family: "MYing Hei S", Hei,黑体;
  89. }
  90. /** 宋体文字 **/
  91. p.kindle-cn-song {
  92. font-family: STSong, "Song S", Song, 宋体;
  93. }
  94. /** 楷体文字 **/
  95. p.kindle-cn-kai {
  96. font-family: STKai, "MKai PRC", Kai, 楷体;
  97. }
  98. /** 圆体文字 **/
  99. p.kindle-cn-yuan {
  100. font-family: STYuan, "yuan S", yuan, 圆体;
  101. }
  102. /** ----------------------------------------------- **/
  103. /** ----------------------------------------------- **/
  104. /** 列表样式 **/
  105. /** ----------------------------------------------- **/
  106. /** 无序列表样式 **/
  107. /** 圈标签 **/
  108. ul.kindle-cn-ul-disc {
  109. list-style-type: disc;
  110. }
  111. /** 圆环标签 **/
  112. ul.kindle-cn-ul-circle {
  113. list-style-type: circle;
  114. }
  115. /** 方形标签 **/
  116. ul.kindle-cn-ul-square {
  117. list-style-type: square;
  118. }
  119. /** 有序列表样式 **/
  120. /** 此样式会显示1. 2. 3. **/
  121. ol.kindle-cn-ol-decimal {
  122. list-style-type: decimal;
  123. }
  124. /** 此样式会显示i. ii. iii. **/
  125. ol.kindle-cn-ol-lroman {
  126. list-style-type: lower-roman;
  127. }
  128. /** 此样式会显示I. II. III. **/
  129. ol.kindle-cn-ol-uroman {
  130. list-style-type: upper-roman;
  131. }
  132. /** 此样式会显示a. b. c. **/
  133. ol.kindle-cn-ol-lalpha {
  134. list-style-type: lower-alpha;
  135. }
  136. /** ----------------------------------------------- **/
  137. /** ----------------------------------------------- **/
  138. /** 标题样式 **/
  139. /** ----------------------------------------------- **/
  140. /** 双线标题 **/
  141. h1.kindle-cn-heading-1 {
  142. border-bottom: 2px dashed #c7c7c7;
  143. border-top: 2px dashed #c7c7c7;
  144. padding: 0.75em 0 0.75em 0;
  145. width: 100%;
  146. page-break-before: always;
  147. font-size: 3em;
  148. font-family:"MYing Hei S", Hei,黑体;
  149. }
  150. /** 下单线标题 **/
  151. h1.kindle-cn-heading-2 {
  152. font-size: 3em;
  153. font-family:"MYing Hei S", Hei,黑体;
  154. border-bottom: 2px dashed #c7c7c7;
  155. margin-bottom: -0em;
  156. width: 100%;
  157. page-break-before: always;
  158. }
  159. h2.kindle-cn-heading2 {
  160. width: 100%;
  161. font-size: 2.5em;
  162. }
  163. h3.kindle-cn-heading2 {
  164. font-size: 2em;
  165. }
  166. /** 页眉标题 **/
  167. div.kindle-cn-page-header-outer{
  168. border-bottom: 1px solid #FF9900;
  169. margin-bottom: 0em;
  170. width: 100%;
  171. }
  172. h1.kindle-cn-heading-3{
  173. padding:0.4em;
  174. margin:0;
  175. width: 100%;
  176. color: white;
  177. background-color:#FF9900;
  178. display: inline;
  179. font-size:0.8em;
  180. page-break-before: always;
  181. }
  182. /** ----------------------------------------------- **/
  183. /** ----------------------------------------------- **/
  184. /** 图片样式设定 **/
  185. /** ----------------------------------------------- **/
  186. /** ----------------------------- **/
  187. /** 图片居中样式 **/
  188. /** ----------------------------- **/
  189. /** Div居中样式 **/
  190. div.kindle-cn-bodycontent-div-alone100 {
  191. width: 100%;
  192. text-align: center;
  193. }
  194. /** 图片80%大小,带图说 **/
  195. img.kindle-cn-bodycontent-image-alone80-withnote {
  196. width: 80%;
  197. margin-bottom: 0em;
  198. }
  199. /** 图片80%大小,不带图说 **/
  200. img.kindle-cn-bodycontent-image-alone80 {
  201. width: 80%;
  202. margin-bottom: -0.5em;
  203. }
  204. /** 图片80%大小,图说在图上方,通常用于表格 **/
  205. img.kindle-cn-bodycontent-image-alone80-1 {
  206. width: 80%;
  207. margin-top: -0.3em;
  208. }
  209. /** 图说文字少,居中对齐 **/
  210. p.kindle-cn-picture-txt-withfewcharactors {
  211. font-size: 0.85em;
  212. font-family: STKai, "MKai PRC", Kai,楷体;
  213. text-align: center;
  214. margin-top: -0.3em;
  215. text-indent: 0;
  216. }
  217. /** 图说文字多,左对齐 **/
  218. p.kindle-cn-picture-txt-withmanycharactors {
  219. font-size: 0.85em;
  220. font-family: STKai, "MKai PRC", Kai,楷体;
  221. text-align: left;
  222. margin-top: -0.3em;
  223. text-indent: 0;
  224. }
  225. /** ----------------------------- **/
  226. /** ----------------------------- **/
  227. /** 右绕排图样式(图片在右侧) **/
  228. /** ----------------------------- **/
  229. /** div样式 **/
  230. div.kindle-cn-bodycontent-div-right {
  231. width: 45%;
  232. margin-left: 1em;
  233. float: right;
  234. font-size: 1em;
  235. }
  236. /** 图片样式1(不带图说) **/
  237. img.kindle-cn-bodycontent-divright-image-withoutnote {
  238. width: 100%;
  239. margin-bottom:-0.5em
  240. }
  241. /** 图片样式2(带图说) **/
  242. img.kindle-cn-bodycontent-divright-image-withnote {
  243. width: 100%;
  244. margin-bottom:0em
  245. }
  246. /** 图说样式(左对齐,左侧边与图片边缘对齐 **/
  247. p.kindle-cn-picture-txt-right {
  248. font-size: 0.85em;
  249. font-family: STKai, "MKai PRC", Kai,楷体;
  250. text-align: left;
  251. text-indent: 0;
  252. margin-top: -0.5em;
  253. }
  254. /** ----------------------------- **/
  255. /** ----------------------------- **/
  256. /** 左绕排图(图片在左侧 **/
  257. /** ----------------------------- **/
  258. /** div样式 **/
  259. div.kindle-cn-bodycontent-div-left {
  260. width: 45%;
  261. margin-right: 1em;
  262. float: left;
  263. font-size: 1em;
  264. }
  265. /** 图片样式1(不带图说 **/
  266. img.kindle-cn-bodycontent-divleft-image-withoutnote {
  267. width: 100%;
  268. margin-bottom:-0.5em
  269. }
  270. /** 图片样式2(带图说 **/
  271. img.kindle-cn-bodycontent-divleft-image-withnote {
  272. width: 100%;
  273. margin-bottom:0em
  274. }
  275. /** 图说样式(左对齐,左侧边与图片边缘对齐 **/
  276. p.kindle-cn-picture-txt-left {
  277. font-size: 0.85em;
  278. font-family: STKai, "MKai PRC", Kai,楷体;
  279. text-align: left;
  280. margin-top: -0.5em;
  281. text-indent: 0;
  282. }
  283. /** ----------------------------- **/
  284. /** ----------------------------- **/
  285. /** 并列图片 **/
  286. /** ----------------------------- **/
  287. /** 无图注 **/
  288. table.kindle-cn-picture-parallel-1 {
  289. margin: 1em auto 1em auto;
  290. text-align: center;
  291. }
  292. td.kindle-cn-picture-parallel-2 {
  293. vertical-align: bottom;
  294. text-align: center;
  295. width: 40%;
  296. }
  297. img.kindle-cn-picture-parallel-3 {
  298. text-align:center;
  299. width:90%;
  300. }
  301. /** ----四图一页无图注---- **/
  302. table.kindle-cn-picture-four-1 {
  303. margin:auto;
  304. }
  305. td.kindle-cn-picture-four-2 {
  306. width:40%;
  307. vertical-align:bottom
  308. }
  309. img.kindle-cn-tourism-four_images-3 {
  310. width:100%;
  311. }
  312. /** ----------------------------- **/
  313. /** ----------------------------- **/
  314. /** 并列图片 **/
  315. /** ----------------------------- **/
  316. /** 无图注 **/
  317. table.kindle-cn-picture-parallel-1 {
  318. margin: 1em auto 1em auto;
  319. text-align: center;
  320. }
  321. td.kindle-cn-picture-parallel-2 {
  322. vertical-align: bottom;
  323. text-align: center;
  324. width: 40%;
  325. }
  326. img.kindle-cn-picture-parallel-3 {
  327. text-align:center;
  328. width:90%;
  329. }
  330. /** ----------------------------- **/
  331. /** 并列图文横排 **/
  332. /** ----------------------------- **/
  333. table.kindle-cn-tourism-double_image_with_notes-1 {
  334. margin: 1em auto 1em auto;
  335. text-align: center;
  336. }
  337. td.kindle-cn-tourism-double_image_with_notes-2 {
  338. vertical-align: bottom;
  339. width: 48%;
  340. }
  341. td.kindle-cn-tourism-double_image_with_notes-3 {
  342. vertical-align:top;
  343. text-align:justify;
  344. font-size:0.85em;
  345. padding : 0.8em;
  346. font-family:STKai, "MKai PRC", Kai,楷体;
  347. }
  348. img.kindle-cn-tourism-double_image_with_notes-4 {
  349. width: 95%;
  350. }/** ----------------------------- **/
  351. /** ----------------------------- **/
  352. /** 三图文并列横排 **/
  353. /** ----------------------------- **/
  354. table.kindle-cn-tourism-triple_image_with_notes-1 {
  355. margin: 1em auto 1em auto;
  356. text-align: center;
  357. }
  358. td.kindle-cn-tourism-triple_image_with_notes-2 {
  359. vertical-align: bottom;
  360. width: 30%;
  361. }
  362. td.kindle-cn-tourism-triple_image_with_notes-3 {
  363. vertical-align:top;
  364. text-align:justify;
  365. font-size:0.85em;
  366. padding: 0em 1em 0em 1em;
  367. font-family:STKai, "MKai PRC", Kai,楷体;
  368. }
  369. img.kindle-cn-tourism-triple_image_with_notes-4 {
  370. width: 95%;
  371. }
  372. /** ----------------------------- **/
  373. /** ----------------------------------------------- **/
  374. /** ----------------------------------------------- **/
  375. /** 表格样式设定 **/
  376. /** ----------------------------------------------- **/
  377. /** ----------------------------- **/
  378. /** 横向表头 **/
  379. /** ----------------------------- **/
  380. table.kindle-cn-table-body {
  381. margin: 1em auto 1em auto;
  382. border-style: solid solid none none;
  383. width: 100%;
  384. border-width: 1px;
  385. }
  386. td.kindle-cn-table-th{
  387. vertical-align: middle;
  388. padding: 0.5em 0.5em 0.5em 0.5em;
  389. border-style: none none solid solid;
  390. border-width: 1px;
  391. font-weight: bold;
  392. text-align:center;
  393. }
  394. td.kindle-cn-table-dg1 {
  395. vertical-align: middle;
  396. padding: 0.5em 0.5em 0.5em 0.5em;
  397. border-style: solid solid solid solid;
  398. border-width: 1px;
  399. text-align:center;
  400. }
  401. /** ----------------------------- **/
  402. /** ----------------------------- **/
  403. /** 纵向表头 **/
  404. /** ----------------------------- **/
  405. table.kindle-cn-table-body {
  406. margin: 1em auto 1em auto;
  407. border-style: solid solid none none;
  408. width: 100%;
  409. border-width: 1px;
  410. }
  411. /** 普通单元格1 **/
  412. td.kindle-cn-table-dg1 {
  413. vertical-align: middle;
  414. padding: 0.5em 0.5em 0.5em 0.5em;
  415. border-style: none none solid solid;
  416. border-width: 1px;
  417. text-align:center;
  418. }
  419. /** 普通单元格2 **/
  420. td.kindle-cn-table-dg2 {
  421. vertical-align: middle;
  422. padding: 0.5em 0.5em 0.5em 0.5em;
  423. border-style: none none solid solid;
  424. border-width: 1px;
  425. text-align: left;
  426. }
  427. /** ----------------------------- **/
  428. /** ----------------------------- **/
  429. /** 带底色无边框表格 **/
  430. /** ----------------------------- **/
  431. table.kindle-cn-bodyt {
  432. margin: 1em 0em 0.5em 0em;
  433. border-style: solid none solid none;
  434. border-width: 2px;
  435. border-color: #000000;
  436. }
  437. td.kindle-cn-table-rt {
  438. vertical-align: middle;
  439. padding: 0.5em 0.5em 0.5em 0.5em;
  440. background-color: #c7c7c7;
  441. text-align: center;
  442. font-weight: bold;
  443. }
  444. /** 普通单元格 **/
  445. td.kindle-cn-table-rn {
  446. vertical-align: top;
  447. padding: 0.5em 0.5em 0.5em 0.5em;
  448. background-color: #DCDCDC;
  449. text-align:left;
  450. }
  451. /** ----------------------------- **/
  452. /** ----------------------------- **/
  453. /** 内部无边框表格 **/
  454. /** ----------------------------- **/
  455. table.kindle-cn-table-bodyt-1 {
  456. margin: 1em 0em 1em 0em;
  457. border-style: solid none solid none;
  458. border-width: 2px;
  459. }
  460. td.kindle-cn-table-rt1 {
  461. vertical-align: middle;
  462. border-style: none none solid none;
  463. padding: 0.5em 0.5em 0.5em 0.5em;
  464. border-width: 1px;
  465. text-align: center;
  466. font-weight: bold;
  467. }
  468. /** 普通单元格 **/
  469. td.kindle-cn-table-rn1 {
  470. vertical-align: top;
  471. padding: 0.5em 0.5em 0.5em 0.5em;
  472. text-align:left;
  473. }
  474. /** ----------------------------- **/
  475. /** ----------------------------------------------- **/
  476. /** 边框样式 **/
  477. /** ----------------------------------------------- **/
  478. /** ----------------------------- **/
  479. /** 阴影边框样式 **/
  480. /** ----------------------------- **/
  481. div.kindle-cn-frame-shadow{
  482. border: 1px solid #146eb4;
  483. box-shadow: 5px 5px 5px #c7c7c7;
  484. width: 95%;
  485. padding: 0.3em;
  486. margin-left: 2%;
  487. margin-right: 3%;
  488. }
  489. /** 边框内文字无缩进 **/
  490. p.kindle-cn-noindent{
  491. text-indent:0
  492. }
  493. /** ----------------------------- **/
  494. /** 提示框 **/
  495. /** ----------------------------- **/
  496. div.kindle-cn-tip-box {
  497. padding:1em 1em 1em 1em;
  498. margin: 1em 0 1em 0em;
  499. background-color: #DCDCDC;
  500. font-family:STKai, "MKai PRC", Kai,楷体;
  501. line-height:1.5em;
  502. }
  503. /** ----------------------------- **/
  504. /** 直角框 **/
  505. /** ----------------------------- **/
  506. div.kindle-cn-frame-zhijiao {
  507. font-size: 1em;
  508. padding: 0.5em;
  509. margin: 1.5em 0em 1.5em 0em;
  510. border-style: solid solid solid solid;
  511. border-width: 1px;
  512. }
  513. /** ----------------------------- **/
  514. /** 圆角框 **/
  515. /** ----------------------------- **/
  516. div.kindle-cn-frame-yuanjiao{
  517. font-size: 1em;
  518. padding: 0.5em;
  519. margin: 1.5em 0em 1.5em 0em;
  520. border-style: solid solid solid solid;
  521. border-width: 1px;
  522. border-radius: 0.5em;
  523. }
  524. /** ----------------------------- **/
  525. /** 带底色知识点文本框**/
  526. /** ----------------------------- **/
  527. div.kindle-cn-frame-zhishidian1 {
  528. font-size: 1em;
  529. padding: 0.5em;
  530. margin: 1.5em 0em 1.5em 0em;
  531. background-color: #DCDCDC;
  532. border-bottom: solid 1px #666666;
  533. }
  534. /** ----------------------------- **/
  535. /** 诗歌**/
  536. /** ----------------------------- **/
  537. p.kindle-cn-poem-left {
  538. margin-left: 2em;
  539. font-family:STKai, "MKai PRC", Kai,楷体;
  540. text-indent: 0em;
  541. }
  542. p.kindle-cn-poem-center {
  543. font-family:STKai, "MKai PRC", Kai,楷体;
  544. text-align: center;
  545. text-indent:0em;
  546. }
  547. /** 底纹知识点 **/
  548. p.kindle-cn-frame-zsdtext1 {
  549. padding: 0.3em 0em 0.25em 0.3em;
  550. margin-top: -0.5em;
  551. margin-left: -0.5em;
  552. font-weight: bold;
  553. margin-right: -0.5em;
  554. text-align: center;
  555. color: #000000;
  556. border-bottom: solid 1px #666666;
  557. background-color: #c7c7c7;
  558. text-indent:0em;
  559. }
  560. /** ----------------------------- **/
  561. /** 知识点标题虚线文本框 **/
  562. /** ----------------------------- **/
  563. p.kindle-cn-frame-zsdtext2 {
  564. padding-bottom: 0.2em;
  565. font-size: 1em;
  566. font-weight: bold;
  567. text-indent: 0em;
  568. border-bottom: solid 1px #666666;
  569. }
  570. /** ----------------------------- **/
  571. /** ----------------------------------------------- **/
  572. /** 文字特殊样式 **/
  573. /** ----------------------------------------------- **/
  574. /** 加粗 **/
  575. span.kindle-cn-bold{
  576. font-weight: bold;
  577. }
  578. /** 斜体字 **/
  579. span.kindle-cn-italic{
  580. font-style: italic;
  581. }
  582. /** 斜体加粗字体**/
  583. span.kindle-cn-bold-italic{
  584. font-weight: bold;
  585. font-style: italic;
  586. }
  587. /** 下划线**/
  588. span.kindle-cn-underline{
  589. text-decoration: underline;
  590. }
  591. /** 删除线 **/
  592. Span.kindle-cn-strike{
  593. text-decoration: line-through;
  594. }
  595. /** 双下划线 **/
  596. span.kindle-cn-specialtext-double{
  597. border-bottom:0.2em double;
  598. }
  599. /** 点线式边框 **/
  600. span.kindle-cn-specialtext-dot{
  601. border-style:dotted;
  602. }
  603. /** 破折线式边框 **/
  604. span.kindle-cn-specialtext-dash{
  605. border-style:dashed;
  606. border-width: 1px;
  607. }
  608. /** 直线式边框 **/
  609. span.kindle-cn-specialtext-dot{
  610. border-style:solid;
  611. border-width: 1px;
  612. }
  613. /* 数学上标字体 */
  614. span.math-super {
  615. font-size: 0.7em;
  616. vertical-align: super;
  617. }
  618. /* 数学上标倾斜字体 */
  619. span.math-super-italic {
  620. font-size: 0.7em;
  621. font-style: italic;
  622. vertical-align: super;
  623. }
  624. /* 数学下标字体 */
  625. span.math-sub {
  626. font-size: 0.7em;
  627. vertical-align: sub;
  628. }
  629. /** ----------------------------------------------- **/
  630. /** ----------------------------------------------- **/
  631. /** 带侧向竖线引用框 **/
  632. /** ----------------------------------------------- **/
  633. /* 带侧向竖线引用框 */
  634. blockquote.kindle-cn-blockquote {
  635. background: #f9f9f9;
  636. border-left: 0.5em solid #ccc;
  637. margin: 1.5em;
  638. padding: 0.5em;
  639. text-indent:2em;
  640. font-family:STKai, "MKai PRC", Kai,楷体;
  641. line-height:1.5em;
  642. }
  643. /** ----------------------------- **/
  644. /** ------------------------------------------------------------------------------------------------------ **/
  645. /** ------------------------------------------------------------------------------------------------------ **/
  646. /** 英语样式 **/
  647. /** ------------------------------------------------------------------------------------------------------ **/
  648. /** ----------------------------- **/
  649. /** 音标样式 **/
  650. /** ----------------------------- **/
  651. @font-face
  652. {
  653. font-family: yinbiao;
  654. src: url(XXXXXXXXXXXXXXXX);
  655. }
  656. /**音标区块不使用粗体,嵌入西文字体。 **/
  657. span.kindle-cn-eng-yinbiao
  658. {
  659. font-family:yinbiao;
  660. }
  661. /**单词区块使用粗体,字体为默认字体。 **/
  662. p.kindle-cn-bold
  663. {
  664. font-weight: bold;
  665. }
  666. /** ----------------------------- **/
  667. /** ------------------------------------------------------------------------------------------------------ **/
  668. /** ------------------------------------------------------------------------------------------------------ **/
  669. /** 摄影类样式 **/
  670. /** ------------------------------------------------------------------------------------------------------ **/
  671. /** 步骤,白字 **/
  672. span.kindle-cn-photography-step-white {
  673. background-color: #FF9900;
  674. font-family: "verdana";
  675. font-style: "italic" ;
  676. font-weight: bold;
  677. color: white;
  678. padding: 0.3em;
  679. box-shadow: 0px 3px 3px #666666;
  680. }
  681. /** 步骤,黑字 **/
  682. span.kindle-cn-photography-step-black {
  683. background-color: #FF9900;
  684. font-family: "verdana";
  685. font-style: "italic" ;
  686. font-weight: bold;
  687. color: black;
  688. padding: 0.3em;
  689. box-shadow: 0px 3px 3px #666666;
  690. border-bottom: 2px solid #666666;
  691. margin-bottom: -0.5em;
  692. width: 100%;
  693. }
  694. /** 问答 **/
  695. span.kindle-cn-qa {
  696. font-weight: bold;
  697. color: #EE1475;
  698. font-family: "MYing Hei S", Hei,黑体;
  699. }
  700. /** ------------------------------------------------------------------------------------------------------ **/
  701. /** ------------------------------------------------------------------------------------------------------ **/
  702. /** 旅行类样式 **/
  703. /** ------------------------------------------------------------------------------------------------------ **/
  704. /** 旅行类信息文本框 **/
  705. div.kindle-cn-tourism-lnfo-tags-1 {
  706. background-color:#c7c7c7;
  707. font-family: 宋体;
  708. float: left;
  709. border-radius: 1em;
  710. margin:0em 1em 1em 0em;
  711. padding: 1em;
  712. border-width: 0.1em;
  713. border-style: solid;
  714. box-shadow:0em 0em 2em #c7c7c7;
  715. font-weight:500;
  716. font-size:0.85em;
  717. border-color:black;
  718. }
  719. p.kindle-cn-tourism-lnfo-tags-2 {
  720. border-radius: 1em;
  721. color:white;
  722. line-height:1.5em;
  723. background-color:#146eb4;
  724. }
  725. /** ------------------------------------------------------------------------------------------------------ **/
  726. /** ------------------------------------------------------------------------------------------------------ **/
  727. /** 计算机类样式 **/
  728. /** ------------------------------------------------------------------------------------------------------ **/
  729. /** 行间代码 **/
  730. code.kindle-cn-computer-code{
  731. font-family: monospace;
  732. }
  733. /** ------------------------------------------------------------------------------------------------------ **/
  734. /** 考试类样式 **/
  735. /*选择题*/
  736. p.kindle-cn-exam-choice{
  737. text-indent: 0em;
  738. font-size: 1em;
  739. margin-left: 2em;
  740. }
  741. /**字符样式**/
  742. span.kindle-cn-char-bold{
  743. font-weight: bold;
  744. }
  745. span.kindle-cn-char-italic{
  746. font-style: italic;
  747. }
  748. span.kindle-cn-char-bolditalic{
  749. font-weight: bold;
  750. font-style: italic;
  751. }
  752. span.kindle-cn-char-underline{
  753. text-decoration: underline;
  754. }
  755. span.kindle-cn-char-delete{
  756. text-decoration: line-through;
  757. }
  758. span.kindle-cn-char-doubleunderline{
  759. text-decoration: line-through;
  760. }
  761. /** 加粗 **/
  762. span.kindle-cn-bold{
  763. font-weight: bold;
  764. }
  765. /** 斜体字 **/
  766. span.kindle-cn-italic{
  767. font-style: italic;
  768. }
  769. /** 斜体加粗字体**/
  770. span.kindle-cn-bold-italic{
  771. font-weight: bold;
  772. font-style: italic;
  773. }
  774. /** 下划线**/
  775. span.kindle-cn-underline{
  776. text-decoration: underline;
  777. }
  778. /** 删除线 **/
  779. span.kindle-cn-strike{
  780. text-decoration: line-through;
  781. }
  782. /** 双下划线 **/
  783. span.kindle-cn-specialtext-double{
  784. border-bottom:0.2em double;
  785. }
  786. /**背景色**/
  787. span.kindle-cn-specialtext-bg{
  788. background-color:red;
  789. }
  790. /**部分楷体**/
  791. span.kindle-cn-specialtext-kaiti{
  792. font-family:STKai, "MKai PRC", Kai,楷体;
  793. }
  794. /** 点线式边框 **/
  795. span.kindle-cn-specialtext-dot{
  796. border-style:dotted;
  797. }
  798. /** 破折线式边框 **/
  799. span.kindle-cn-specialtext-dash{
  800. border-style:dashed;
  801. border-width: 1px;
  802. }
  803. /** 直线式边框 **/
  804. span.kindle-cn-specialtext-str-line{
  805. border-style:solid;
  806. border-width: 1px;
  807. }
  808. /* 数学上标字体 */
  809. span.math-super {
  810. font-size: 0.7em;
  811. vertical-align: super;
  812. }
  813. /* 数学上标倾斜字体 */
  814. span.math-super-italic {
  815. font-size: 0.7em;
  816. font-style: italic;
  817. vertical-align: super;
  818. }
  819. /* 数学下标字体 */
  820. span.math-sub {
  821. font-size: 0.7em;
  822. vertical-align: sub;
  823. }
  824. /**段落样式**/
  825. /*无缩进*/
  826. p.kindle-cn-para-no-indent{
  827. text-indent: 0em;
  828. }
  829. /*2em 无缩进*/
  830. div.kindle-cn-para-2em-indent{
  831. margin-left: 2em;
  832. }
  833. /*居左*/
  834. p.kindle-cn-para-left{
  835. text-align: left;
  836. }
  837. /*居中*/
  838. p.kindle-cn-para-center{
  839. text-align: center;
  840. text-indent: 0em;
  841. }
  842. /*居右*/
  843. p.kindle-cn-para-right{
  844. text-align: right;
  845. }
  846. /*居中*/
  847. p.kindle-cn-para-align-center{
  848. text-align:center;
  849. }
  850. .kindle-cn-bottom-border-heading{
  851. border-bottom: 2px dashed grey;
  852. margin-bottom: -0em;
  853. width: 100%;
  854. }
  855. /*绕排解除*/
  856. .kindle-cn-bodycontent-div-left-clear{
  857. clear:left;
  858. }
  859. .kindle-cn-bodycontent-div-right-clear{
  860. clear:right;
  861. }
  862. .kindle-cn-dotundertext{
  863. -webkit-text-emphasis-style:dot;
  864. -moz-text-emphasis-style:dot;
  865. -ms-text-emphasis-style:dot;
  866. text-emphasis-style:dot;
  867. -webkit-text-emphasis-position:under;
  868. -moz-text-emphasis-position:under;
  869. -ms-text-emphasis-position:under;
  870. text-emphasis-position:under;
  871. }