common.css 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. body {
  2. background: #F6F7FB;
  3. -webkit-font-smoothing: subpixel-antialiased;
  4. }
  5. .color-green {
  6. color: #52CC60 !important;
  7. }
  8. .color-purple {
  9. color: #612D00 !important;
  10. }
  11. .fontweight {
  12. font-weight: bold;
  13. }
  14. .text-indent {
  15. text-indent: 2.6rem;
  16. }
  17. .nodata {
  18. text-align: center;
  19. padding: 250px 20px !important;
  20. }
  21. .nodata p {
  22. padding-top: 50px;
  23. font-size: 18px;
  24. color: #65B800;
  25. }
  26. a{
  27. text-decoration: none;
  28. }
  29. div.quizPutTag { display: inline-block; padding: 3px 10px 1px 10px; margin: 0 3px; font-size: 14px; min-width: 1em; min-height: 16px; line-height: 18px; height: auto; border-bottom: 1px solid #0033FF; text-decoration: none; zoom: 1; background: #fff; color: #127176; word-break: break-all; }
  30. div.quizPutTag:hover { color: #f60; }
  31. table.edittable{ border-collapse: collapse; text-align: center; margin: 2px;margin-left: 20px }
  32. table.edittable th, table.edittable td{ line-height: 30px; padding: 5px; white-space: normal; word-break: break-all; border: 1px solid #000; vertical-align: middle; }
  33. table.composition{ border-collapse: collapse; text-align: left; margin: 2px;margin-left: 20px; width: 98%; }
  34. table.composition th, table.composition td{ line-height: 30px; white-space: normal; word-break: break-all; border-width: 0px; vertical-align: middle; }
  35. table.composition2{ border-collapse: collapse;width:auto }
  36. table.composition2 th, table.composition2 td{text-align:left;line-height:30px; white-space:normal;word-break:break-all;border:none;border-width: 0px;vertical-align: middle; }
  37. .MathJye{ border: 0 none; direction: ltr; line-height: normal; display: inline-block; float: none; font-family: 'Times New Roman','瀹嬩綋'; font-size: 15px; font-style: normal; font-weight: normal; letter-spacing: 1px; line-height: normal; margin: 0; padding: 0; text-align: left; text-indent: 0; text-transform: none; white-space: nowrap; word-spacing: normal; word-wrap: normal; -webkit-text-size-adjust: none; }
  38. .MathJye div, .MathJye span{ border: 0 none; margin: 0; padding: 0; line-height: normal; text-align: left; height: auto; _height: auto; white-space: normal; }
  39. .MathJye table{ border-collapse: collapse; margin: 0; padding: 0; text-align: center; vertical-align: middle; line-height: normal; font-size: inherit; *font-size: 100%; _font-size: 100%; font-style: normal; font-weight: normal; border: 0; float: none; display: inline-block; *display: inline; zoom: 0; }
  40. .MathJye table td{ padding: 0; font-size: inherit; line-height: normal; white-space: nowrap; border: 0 none; width: auto; _height: auto; }
  41. .MathJye_mi{ font-style: italic; }
  42. .flipv{-ms-transform: scaleX(-1);-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);-o-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;}
  43. .fliph{-ms-transform: scaleY(-1);-moz-transform: scaleY(-1);-webkit-transform: scaleY(-1);-o-transform: scaleY(-1);transform: scaleY(-1);filter: FlipV;}
  44. .mathjye-bold{font-weight:800}
  45. .mathjye-del{text-decoration:line-through}
  46. .mathjye-underline{border-bottom:1px solid #000;padding-bottom:2px;}
  47. @-moz-document url-prefix() {.mathjye-underline{padding-bottom:0px;}}
  48. .mathjye-underpline{border-bottom:2px dotted #000; padding-bottom:3px;}
  49. @-moz-document url-prefix() {.mathjye-underpline {padding-bottom:1px;}}
  50. .mathjye-underpoint{background: url(point.png) no-repeat center bottom; padding-bottom:4px;}
  51. .mathjye-underpoint2{border-bottom:2px dotted #000; padding-bottom:3px;}
  52. @-moz-document url-prefix() {.mathjye-underpoint{padding-bottom:1px;}}
  53. .mathjye-underwave{ padding-bottom:4px;}
  54. @-moz-document url-prefix() {.mathjye-underwave {padding-bottom:1px;}}
  55. .mathjye-alignleft{display:block;text-align:left;}
  56. .mathjye-aligncenter{display:block;text-align:center;}
  57. .mathjye-alignright{display:block;text-align:right;}
  58. circulating {
  59. position: relative;
  60. font-size: 16px;
  61. }
  62. circulating::after {
  63. position: relative;
  64. content: '.';
  65. top: -15px;
  66. left: -7px;
  67. }
  68. .pagepre{background:url(/static/sys/images/pre.gif) no-repeat center center; width:31px; height:28px;}
  69. .pagenxt{background:url(/static/sys/images/next.gif) no-repeat center center; width:31px; height:28px;}